Message "Sorry, we can't find the page you are looking for."

#127
by vpryadchenko - opened

Today I receive the following exception:

HfHubHTTPError: 404 Client Error: Not Found for url: 
https://huggingface.co/api/models/runwayml/stable-diffusion-v1-5 (Request ID: 
Root=1-645a47e5-0bd66fd94e990d2300921d12)

Sorry, we can't find the page you are looking for.

The code I use as follows:

pipe = StableDiffusionControlNetPipeline.from_pretrained(
    "runwayml/stable-diffusion-v1-5", controlnet=controlnet, torch_dtype=torch.float16
)

Yesterday everything as working well.

Same issue on my end, yesterday everything was working.

I am having the same problem. Perhaps a bug in HuggingFace has something to do with this problem.

We're currently experiencing a bug where some popular organizations like sentence-transformers have had their model temporarily disappear from the Hub.
They will come back; we're working hard on getting this fixed ASAP. Apologies for the disruption.

Tweeted by @huggingface 11:24 AM · May 9, 2023

Me too :-)

Hello I'm having the same issue

Me too :-(

there is a way to import the model on your own pc and don't depend on the hub ? (For research purpose)

mine works again!

Sign up or log in to comment