We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
they changed their file. You can use the path of 'decoder.safetensors' to load vae.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: