Diffusers
Safetensors

Usage with diffusers

#2
by Alixmix - opened

I am really confused, i'm trying to use the model with diffuser pipeline as in the example:

from diffusers import DiffusionPipeline

pipeline = DiffusionPipeline.from_pretrained("LanguageBind/Open-Sora-Plan-v1.2.0")

But i get this error:
Entry Not Found for url: https://huggingface.co/LanguageBind/Open-Sora-Plan-v1.2.0/resolve/main/model_index.json.

how should this be used?

Sign up or log in to comment