-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Running SD-XL with from_single_file() does not work without accelerate #4213
Comments
Thanks for reporting. If
But other than that, I can reproduce the problem: https://colab.research.google.com/gist/sayakpaul/3b6b217b85ce9ad7359b0829fe75a780/scratchpad.ipynb |
@float-trip can you run |
Just tried again with a fresh Conda environment:
But I got the same error:
|
Thanks for re-iterating here. This bug should be fixed with: #4259 |
Thanks for the quick turnaround, I tried again with a fresh Conda environment and it looks to be fixed now. |
Describe the bug
I don't actually know if this is specific to
from_single_file()
or not. This error occurred with a fresh install ofpython -m pip install git+https://github.com/huggingface/diffusers
.I saw this line was where the error was occurring, installed
accelerate
, and the same code then worked.Reproduction
Logs
No response
System Info
diffusers
version: 0.19.0.dev0Who can help?
@patrickvonplaten
Edit - two minor notes about the documentation:
It currently says to install accelerate, but my understanding is that's no longer meant to be necessary. It also doesn't mention that you'll need to
pip install omegaconf
.The text was updated successfully, but these errors were encountered: