Skip to content

Instantly share code, notes, and snippets.

@alexhrao
Created July 29, 2023 16:53
Show Gist options
  • Save alexhrao/a4ed7a58c19c7c8f509d885de33ff466 to your computer and use it in GitHub Desktop.
Save alexhrao/a4ed7a58c19c7c8f509d885de33ff466 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment