SII-YuanyangYin commited on
Commit
7fa34ec
·
verified ·
1 Parent(s): 47b7ad3

Point the download command at AlayaLab/Evoke

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -50,7 +50,7 @@ evoke/
50
  git clone https://github.com/AlayaLab/Evoke && cd Evoke
51
  pip install -r requirements.txt
52
 
53
- hf download SII-YuanyangYin/Evoke --local-dir models
54
  hf download pkqbajng/ViGeo --local-dir models/ViGeo1.1 # REQUIRED depth backend
55
 
56
  MODE=t2v NUM_CHUNKS=20 bash scripts/inference/infer_post_distill.sh
 
50
  git clone https://github.com/AlayaLab/Evoke && cd Evoke
51
  pip install -r requirements.txt
52
 
53
+ hf download AlayaLab/Evoke --local-dir models
54
  hf download pkqbajng/ViGeo --local-dir models/ViGeo1.1 # REQUIRED depth backend
55
 
56
  MODE=t2v NUM_CHUNKS=20 bash scripts/inference/infer_post_distill.sh