feizhengcong commited on
Commit
d25f40b
·
verified ·
1 Parent(s): 2199b20

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -5,7 +5,10 @@ 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 from pretrained with mochi branch: https://github.com/huggingface/diffusers/tree/mochi
 
 
 
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
+ You can directly use the zipped file branch in: https://huggingface.co/feizhengcong/mochi-1-preview-diffusers/blob/main/diffusers-mochi.zip
11
+
12
 
13
  ```bash
14
  from diffusers import MochiPipeline