Instructions to use genmo/mochi-1-preview with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use genmo/mochi-1-preview with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("genmo/mochi-1-preview", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Genmo
How to use genmo/mochi-1-preview with Genmo:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Inference
- Notebooks
- Google Colab
- Kaggle
Is this project still alive?
1
#32 opened 9 months ago
by
jameshuntercarter
Fail to run on two A10Gs
2
#25 opened over 1 year ago
by
yNilay
4090 vram 24 vs mac4 max 64gb
1
#20 opened over 1 year ago
by
ruci4
Consistency between video created
2
#14 opened over 1 year ago
by
levag
Is this model the same as the model behind www.genmo.ai ?
๐ 1
1
#13 opened over 1 year ago
by
wy818
Fine Tuning
๐ 9
7
#9 opened over 1 year ago
by
pingkeest
Weight size VS VRAM requirements
7
#8 opened over 1 year ago
by
mindkrypted