genmoai/mochi

The best OSS video generation models, created by Genmo

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 5 minutes ago
Added to GitGenius on September 18th, 2026
Created on September 11th, 2024
Open Issues & Pull Requests: 59 (+0)
GitHub issues: Enabled
Number of forks: 490
Total Stargazers: 3,728 (+0)
Total Subscribers: 45 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 28.9 hours
Mean response time: 6.1 days
90th percentile: 12.1 days
Tracked items: 104

Most active contributors

Sign in to see contributor activity.

How this project is maintained

100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 64% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 52
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 620 days
Stale 30+ days: 51
Stale 90+ days: 51

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (4)
  • question (4)
  • enhancement (2)
  • good first issue (2)
  • documentation (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Mochi is a video generation model that produces high-fidelity video from text prompts using an open-source diffusion architecture.

The tool addresses the gap between closed commercial video generation systems and open alternatives by implementing a 10 billion parameter Asymmetric Diffusion Transformer model trained from scratch. It pairs this with an AsymmVAE encoder-decoder that compresses video to a 128x smaller latent representation, enabling efficient inference. The model is released under Apache 2.0 and can run on consumer GPUs, with native integration into ComfyUI for accessible deployment.

Developers should choose this tool if they need an open-source video generation model they can run locally or fine-tune on their own data. It suits projects requiring strong prompt adherence and high-fidelity motion without reliance on proprietary APIs. The repository provides multiple interfaces: a Gradio UI for interactive generation, a command-line tool for batch processing, and a Python API for programmatic use. Fine-tuning via LoRA is supported, allowing adaptation to custom video styles on a single H100 or A100 GPU. The straightforward, hackable architecture makes it suitable for researchers and practitioners wanting to understand or modify the underlying model.

The project maintains active development with recent additions of LoRA fine-tuning support and consumer GPU optimization. The codebase is well-documented with example scripts for both API usage and fine-tuning workflows. Installation is streamlined through standard Python package management, and model weights are distributed through multiple channels including Hugging Face and direct download. The repository includes an efficient context parallel inference implementation alongside the core model, indicating attention to practical deployment concerns.