-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
0.19.2 ModuleNotFoundError: No module named 'diffusers.utils.dummy_torch_and_transformers_and_objects' #4356
Comments
Encountered the same issue with latest diffuser package. The closest that can be found seems to be |
I'm not sure what the bug is in the more recent version, but in this specific case where I ran into this, downgrading to v0.18.2 worked for me as a stopgap fix. |
Hmm that's interesting - can you post a reproducible? Investigating |
Thanks for reporting this was a bad file naming and is fixed in: https://pypi.org/project/diffusers/0.19.3/ Can you check the new release? |
@sayakpaul any idea why this wasn't caught by the new "import" pipeline classes test: https://github.com/huggingface/diffusers/pull/4276/files -> this should have been caught here. Can we maybe try to improve the test? |
Here's what I did:
|
Interesting! I can confirm that the test indeed produces an error when following the above steps. @DN6 could you maybe take a look here? |
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread. Please note that issues that do not follow the contributing guidelines are likely to be ignored. |
Hi I launch SD1.5 with Stability Matrix but on the console, while the program is launched, it says Error loading script: optimize.py Error loading script: sd2pyke.py Error loading script: _utils.py Error loading script: export.py and ModuleNotFoundError: No module named 'diffusers' ModuleNotFoundError: No module named 'imohash' ModuleNotFoundError: No module named 'yaspin' ModuleNotFoundError: No module named '_utils' Is it 'normal' ? |
Describe the bug
ModuleNotFoundError: No module named 'diffusers.utils.dummy_torch_and_transformers_and_objects'
Reproduction
install 0.19.2 version of diffusers with python 3.10
Logs
No response
System Info
diffusers
version: 0.18.2Who can help?
No response
The text was updated successfully, but these errors were encountered: