Skip to content
New issue

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

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

Open
vinesmsuic opened this issue Nov 6, 2024 · 1 comment

Comments

@vinesmsuic
Copy link

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
Copy link

DidiD1 commented Nov 6, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants