Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,8 @@ license: "apache-2.0"
|
|
9 |
# Mochi 1
|
10 |
A state of the art video generation model by [Genmo](https://genmo.ai).
|
11 |
|
|
|
|
|
12 |
## Overview
|
13 |
|
14 |
Mochi 1 preview is an open state-of-the-art video generation model with high-fidelity motion and strong prompt adherence in preliminary evaluation. This model dramatically closes the gap between closed and open video generation systems. We’re releasing the model under a permissive Apache 2.0 license. Try this model for free on [our playground](https://genmo.ai/play).
|
@@ -64,13 +66,13 @@ Alongside Mochi, we are open-sourcing our video VAE. Our VAE causally compresses
|
|
64 |
An AsymmDiT efficiently processes user prompts alongside compressed video tokens by streamlining text processing and focusing neural network capacity on visual reasoning. AsymmDiT jointly attends to text and visual tokens with multi-modal self-attention and learns separate MLP layers for each modality, similar to Stable Diffusion 3. However, our visual stream has nearly 4 times as many parameters as the text stream via a larger hidden dimension. To unify the modalities in self-attention, we use non-square QKV and output projection layers. This asymmetric design reduces inference memory requirements.
|
65 |
Many modern diffusion models use multiple pretrained language models to represent user prompts. In contrast, Mochi 1 simply encodes prompts with a single T5-XXL language model.
|
66 |
|
67 |
-
## Safety
|
68 |
-
Genmo video models are general text-to-video diffusion models that inherently reflect the biases and preconceptions found in their training data. While steps have been taken to limit NSFW content, organizations should implement additional safety protocols and careful consideration before deploying these model weights in any commercial services or products.
|
69 |
-
|
70 |
## Hardware Requirements
|
71 |
|
72 |
The model requires at least 4 H100 GPUs to run. We welcome contributions from the community to reduce this requirement.
|
73 |
|
|
|
|
|
|
|
74 |
## Limitations
|
75 |
Under the research preview, Mochi 1 is a living and evolving checkpoint. There are a few known limitations. The initial release generates videos at 480p today. In some edge cases with extreme motion, minor warping and distortions can also occur. Mochi 1 is also optimized for photorealistic styles so does not perform well with animated content. We also anticipate that the community will fine-tune the model to suit various aesthetic preferences.
|
76 |
|
|
|
9 |
# Mochi 1
|
10 |
A state of the art video generation model by [Genmo](https://genmo.ai).
|
11 |
|
12 |
+
![Grid](grid.mp4)
|
13 |
+
|
14 |
## Overview
|
15 |
|
16 |
Mochi 1 preview is an open state-of-the-art video generation model with high-fidelity motion and strong prompt adherence in preliminary evaluation. This model dramatically closes the gap between closed and open video generation systems. We’re releasing the model under a permissive Apache 2.0 license. Try this model for free on [our playground](https://genmo.ai/play).
|
|
|
66 |
An AsymmDiT efficiently processes user prompts alongside compressed video tokens by streamlining text processing and focusing neural network capacity on visual reasoning. AsymmDiT jointly attends to text and visual tokens with multi-modal self-attention and learns separate MLP layers for each modality, similar to Stable Diffusion 3. However, our visual stream has nearly 4 times as many parameters as the text stream via a larger hidden dimension. To unify the modalities in self-attention, we use non-square QKV and output projection layers. This asymmetric design reduces inference memory requirements.
|
67 |
Many modern diffusion models use multiple pretrained language models to represent user prompts. In contrast, Mochi 1 simply encodes prompts with a single T5-XXL language model.
|
68 |
|
|
|
|
|
|
|
69 |
## Hardware Requirements
|
70 |
|
71 |
The model requires at least 4 H100 GPUs to run. We welcome contributions from the community to reduce this requirement.
|
72 |
|
73 |
+
## Safety
|
74 |
+
Genmo video models are general text-to-video diffusion models that inherently reflect the biases and preconceptions found in their training data. While steps have been taken to limit NSFW content, organizations should implement additional safety protocols and careful consideration before deploying these model weights in any commercial services or products.
|
75 |
+
|
76 |
## Limitations
|
77 |
Under the research preview, Mochi 1 is a living and evolving checkpoint. There are a few known limitations. The initial release generates videos at 480p today. In some edge cases with extreme motion, minor warping and distortions can also occur. Mochi 1 is also optimized for photorealistic styles so does not perform well with animated content. We also anticipate that the community will fine-tune the model to suit various aesthetic preferences.
|
78 |
|