Open vinesmsuic opened 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
vae.safetensors
they changed their file. You can use the path of 'decoder.safetensors' to load vae.
Hi,
It seems in the code it has to load the vae.safetensors file
But seems
vae.safetensors
is not available on HuggingFace weights? https://huggingface.co/genmo/mochi-1-preview/tree/main