Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'diffusers' #30

Closed
1nnovat1on opened this issue Apr 5, 2023 · 1 comment
Closed

ModuleNotFoundError: No module named 'diffusers' #30

1nnovat1on opened this issue Apr 5, 2023 · 1 comment

Comments

@1nnovat1on
Copy link

On windows 11
16 GB RAM
12th Gen Intel(R) Core(TM) i7-12700F
NVIDIA GeForce RTx3070

Command: python awesome_chat.py --config config.yaml --mode cli

Error:
File ".\JARVIS\server\awesome_chat.py", line 17, in
from diffusers.utils import load_image
ModuleNotFoundError: No module named 'diffusers'

@Explorergt92
Copy link

That should've installed with 'pip install -r requirements.txt' ... but you can try running 'pip install diffusers'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants