Update README
Browse files
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
|