genmoai / mochi

The best OSS video generation models
Apache License 2.0
2.09k stars 210 forks source link

FileNotFoundError: No such file or directory: "mochi-1-preview/vae.safetensors" #66

Open vinesmsuic opened 2 weeks ago

vinesmsuic commented 2 weeks ago

Hi,

It seems in the code it has to load the vae.safetensors file

...
decoder_factory=DecoderModelFactory(
        model_path=f"{MOCHI_DIR}/vae.safetensors",
    ),
...

But seems vae.safetensors is not available on HuggingFace weights? https://huggingface.co/genmo/mochi-1-preview/tree/main

DidiD1 commented 2 weeks ago

they changed their file. You can use the path of 'decoder.safetensors' to load vae.