Wauplin HF Staff commited on
Commit
6b04795
·
verified ·
1 Parent(s): 0cef4e9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
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 --local-dir ./CogVideoX-Fun-V1.5-5b-InP
 
68
 
69
  # Download VOID checkpoints
70
- hf download netflix/void-model --local-dir .
 
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 \