Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ diffusers formation for mochi-1-preview model.
|
|
5 |
|
6 |
It was create by scripts: https://github.com/huggingface/diffusers/blob/mochi/scripts/convert_mochi_to_diffusers.py
|
7 |
|
8 |
-
The model can be directly load
|
9 |
|
10 |
```bash
|
11 |
from diffusers import MochiPipeline
|
|
|
5 |
|
6 |
It was create by scripts: https://github.com/huggingface/diffusers/blob/mochi/scripts/convert_mochi_to_diffusers.py
|
7 |
|
8 |
+
The model can be directly load from pretrained with mochi branch: https://github.com/huggingface/diffusers/tree/mochi
|
9 |
|
10 |
```bash
|
11 |
from diffusers import MochiPipeline
|