can any of the stability team please comment on this?

#25
by arthurspapa - opened

can you provide the template for the correct way to import the model. i keep getting this error:

FileNotFoundError: [Errno 2] No such file or directory:
'/home/user/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-base
-0.9/refs/main'

Hey @arthurspapa ,

What code snippet do you use?
Can you try loading the model as written on https://huggingface.co/stabilityai/stable-diffusion-xl-base-0.9#%F0%9F%A7%A8-diffusers

Also see this notebook which shows that downloading works: https://colab.research.google.com/drive/1u3Q5dnfuw7SJoi5sDlB-fuwo4xTchBrR?usp=sharing

Did you maybe forgot to login?

I get the same error running the colab link after login with a token.

FileNotFoundError: [Errno 2] No such file or directory:
'/root/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-base-0.9/refs/main'

i did that before i gained access to this repo. can you suggest a build i can use on HF thats working properly? all the public spaces are giving me issues when it comes to loading the official xl0.9 model. all of the publically available demos o here are using like sd1.5 or 2.1

pip uninstall diffusers -y
pip install diffusers --upgrade

worked for me.
Name: diffusers
Version: 0.18.2

Sign up or log in to comment