Entry not found model_index.json

#1
by ahmedsadman - opened

Trying to load this model with:

from diffusers import DiffusionPipeline

pipeline = DiffusionPipeline.from_pretrained("LyliaEngine/Pony_Diffusion_V6_XL")
pipeline.load_lora_weights("LyliaEngine/ponyRealism_v21MainVAE")

But getting this error: HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/LyliaEngine/Pony_Diffusion_V6_XL/resolve/main/model_index.json. Other models load fine. Any ideas on how to tackle this issue?

Sign up or log in to comment