Connection problem

#7
by gebaltso - opened

Hello! After the basic installations I get the following error:

Couldn't connect to the Hub: 401 Client Error. (Request ID: Root=1-64abb3d9-12df717d30c91f3f1ae92135;bccabac0-03e1-4acb-a8b0-7e2f9aff6a13)

Repository Not Found for url: https://huggingface.co/api/models/stabilityai/stable-diffusion-xl-base-0.9.
Please make sure you specified the correct repo_id and repo_type.
If you are trying to access a private or gated repo, make sure you are authenticated.
Invalid username or password..
Will try to load from local cache.

Should I do something more?
Thanks in advance.

same problem

did you find how to fix it?

Unfortunately, no.

it is not a bug, you should get access first, I just realized

I finally got it. Login first like this:

from huggingface_hub import login
login()

Give the token needed and get Login successful.

Install:
pip install -U git+https://github.com/huggingface/diffusers@main

Then if something else is missing it will inform you to install. After all these it runs successfully.

Sign up or log in to comment