We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
That should've installed with 'pip install -r requirements.txt' ... but you can try running 'pip install diffusers'
Sorry, something went wrong.
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: