HanLiii commited on
Commit
d159b93
·
verified ·
1 Parent(s): 324e6c0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -7
README.md CHANGED
@@ -3,8 +3,8 @@ license: apache-2.0
3
  ---
4
  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
- The model can be directly load from pretrained with mochi branch: https://github.com/huggingface/diffusers/tree/mochi
8
  ```bash
9
  import torch
10
  from diffusers import MochiPipeline
@@ -32,11 +32,7 @@ export_to_video(frames, "mochi_test.mp4")
32
  ```
33
  Some generated results:
34
  <video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/62e34a12c9bece303d146af8/Cm3I6kidy2YP5nu3un7XP.mp4"></video>
35
- <video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/62e34a12c9bece303d146af8/bVNem7sGTvBEjxQG7MHw_.mp4"></video>
36
- <video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/62e34a12c9bece303d146af8/0YWv2KJwH_UB2WkWjO_bP.mp4"></video>
37
- <video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/62e34a12c9bece303d146af8/TOLKdMx-kFLCNXD6nIVHm.mp4"></video>
38
- Pretty thanks for the discussion in https://github.com/huggingface/diffusers/pull/9769
39
- 11.04 updation for vae encoder releasing.
40
  ---
41
  license: apache-2.0
42
  ---
 
3
  ---
4
  Diffusers formation for mochi-1-preview model.
5
 
6
+ Use following code to inference
7
+
8
  ```bash
9
  import torch
10
  from diffusers import MochiPipeline
 
32
  ```
33
  Some generated results:
34
  <video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/62e34a12c9bece303d146af8/Cm3I6kidy2YP5nu3un7XP.mp4"></video>
35
+
 
 
 
 
36
  ---
37
  license: apache-2.0
38
  ---