Having issues running this
#1
by
csabakecskemeti
- opened
Hi
I'm having issues running the model based on the examples:
- I think the mochi branch does not exist: git+https://github.com/huggingface/diffusers@mochi
https://github.com/huggingface/diffusers/branches/all?query=mochi - Running it with the "main" diffuser I'm receiving:
Not Found for url: https://huggingface.co/genmo/mochi-1-preview/resolve/main/model_index.json
I guess this is the effect that i don't have the correct diffuser version installed.
Can you help me which diffiser to install?
That's my mistake, stuff is changing quickly. I updated the docs for the other checkpoint but didn't finish doing so here. Should be fixed now!
Use the main branch, @ mochi got merged and deleted.
Add revision="refs/pr/18" to your model load call (not the transformer one)
No biggie, but you can also add an import torch
to the example
csabakecskemeti
changed discussion status to
closed