Update README.md
Browse files
README.md
CHANGED
|
@@ -64,10 +64,12 @@ cd void-model
|
|
| 64 |
pip install -r requirements.txt
|
| 65 |
|
| 66 |
# Download the base model
|
| 67 |
-
hf download alibaba-pai/CogVideoX-Fun-V1.5-5b-InP
|
|
|
|
| 68 |
|
| 69 |
# Download VOID checkpoints
|
| 70 |
-
hf download netflix/void-model
|
|
|
|
| 71 |
|
| 72 |
# Run Pass 1 inference on a sample
|
| 73 |
python inference/cogvideox_fun/predict_v2v.py \
|
|
|
|
| 64 |
pip install -r requirements.txt
|
| 65 |
|
| 66 |
# Download the base model
|
| 67 |
+
hf download alibaba-pai/CogVideoX-Fun-V1.5-5b-InP \
|
| 68 |
+
--local-dir ./CogVideoX-Fun-V1.5-5b-InP
|
| 69 |
|
| 70 |
# Download VOID checkpoints
|
| 71 |
+
hf download netflix/void-model \
|
| 72 |
+
--local-dir .
|
| 73 |
|
| 74 |
# Run Pass 1 inference on a sample
|
| 75 |
python inference/cogvideox_fun/predict_v2v.py \
|