-
Notifications
You must be signed in to change notification settings - Fork 942
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
Issue downloading Stable Diffusion 3.5 Medium #366
Comments
Full console output:
|
Yeah I'm getting the same error, but calling diffusers directly (on amazon linux boxes): import torch
from diffusers import StableDiffusion3Pipeline
pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-medium", torch_dtype=torch.bfloat16)
pipe = pipe.to("cuda")
Might not be an issue specifically with this repo |
I was able to get the quantized version running after updating diffusers to the latest version. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This model was released yesterday, so I imagine it may have something to do with that?
Running the following command:
After downloading all of the necessary files, the following error happens:
The text was updated successfully, but these errors were encountered: