Skip to content

Instantly share code, notes, and snippets.

View alexhrao's full-sized avatar
🎯
Focusing

Alex Rao alexhrao

🎯
Focusing
View GitHub Profile
@alexhrao
alexhrao / explain.md
Created July 29, 2023 16:53
Torch transformers not found

Getting diffusers.utils.dummy_torch_and_transformers_and_objects not found

If you're trying to use diffusers and getting that, make sure you've installed everything:

pip3 install torch torchvision "diffusers[torch]" transformers