Entry Not Found for url

#41
by MarcelUitNL - opened

Hi Guys,

Forgive me, newbee here, for asking a silly question.
I'm trying to run the examples of the deeplearning course "Open Source Models with Hugging Face" with another model and tried the
from diffusers import DiffusionPipeline

pipeline = DiffusionPipeline.from_pretrained("h94/IP-Adapter")

but this gives me an very large error with at the end this:
EntryNotFoundError: 404 Client Error. (Request ID: Root=1-6685390f-2ffe8c221e2ad5bb2f5058bf;ead0541a-d457-492c-ab21-0d7dd91172ca)

Entry Not Found for url: https://huggingface.co/h94/IP-Adapter/resolve/main/model_index.json.

Any ideas how to solve this?

Tried to find a solution, but couldn't find one.
Only that it could be that this model isn't available anymore, see simulair https://discuss.huggingface.co/t/repository-not-found-for-url-https-huggingface-co-bigscience-bloom-1b3-resolve-main-config-json/23841

Hope you can help.

kind regards,
Marcel

Sign up or log in to comment