MSALab commited on
Commit
b6c17f2
·
verified ·
1 Parent(s): 8e7aa5b

Update README

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -89,6 +89,12 @@ checkpoints/LoomVideo/
89
  └── gen_model.pth
90
  ```
91
 
 
 
 
 
 
 
92
  You can also specify a custom path via the `--ckpt_path` argument at inference time.
93
 
94
  # 🎬 Inference
 
89
  └── gen_model.pth
90
  ```
91
 
92
+ We provide a helper script to download the weights automatically:
93
+
94
+ '''bash
95
+ python hf_download.py
96
+ '''
97
+
98
  You can also specify a custom path via the `--ckpt_path` argument at inference time.
99
 
100
  # 🎬 Inference