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

FileNotFoundError: runwayml/stable-diffusion-v1-5/vae (repository not found) #488

Closed
bluusun opened this issue Sep 8, 2024 · 6 comments · Fixed by #490
Closed

FileNotFoundError: runwayml/stable-diffusion-v1-5/vae (repository not found) #488

bluusun opened this issue Sep 8, 2024 · 6 comments · Fixed by #490
Labels
bug Something isn't working planned

Comments

@bluusun
Copy link

bluusun commented Sep 8, 2024

These have been removed from HF. So SD1.5 related (i.e. controlnet) now errors out :(

@bluusun
Copy link
Author

bluusun commented Sep 8, 2024

@bluusun
Copy link
Author

bluusun commented Sep 8, 2024

What repo needs to be updated for this to use the mirror model sources?

@bluusun
Copy link
Author

bluusun commented Sep 8, 2024

File "/usr/local/lib/python3.10/site-packages/imaginairy/utils/model_manager.py", line 285, in load_sd15_pipeline
) = load_sd15_diffusers_weights(weights_location, device="cpu")
File "/usr/local/lib/python3.10/site-packages/imaginairy/utils/model_manager.py", line 508, in load_sd15_diffusers_weights
vae_weights_path = download_huggingface_weights(base_url=base_url, sub="vae")
File "/usr/local/lib/python3.10/site-packages/imaginairy/utils/downloads.py", line 147, in download_huggingface_weights

@WindowsNT
Copy link

Still no solution, even the new model_manager.py is updated.

@tsehaiB
Copy link

tsehaiB commented Sep 16, 2024

Hey! To fix this locally, just switch it out for the CompVis Stable Diffusion V4, grab the link for the sd-v1-4.ckpt, replace 'blob' with 'resolve' and paste it where the runwayml line shows up in the config.py file. Worked for me.

@brycedrennan
Copy link
Owner

fixed in imaginairy==15.0.0

also added a not very good version of flux that probably only works on linux nvidia 4090s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working planned
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants