Zhiminli commited on
Commit
e4bc541
1 Parent(s): 37ca92a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -45,7 +45,7 @@ Basically, the requirements for running the models is the same as the original m
45
  ```bash
46
  cd HunyuanDiT
47
  # Use the huggingface-cli tool to download the model.
48
- huggingface-cli download Tencent-Hunyuan/Distillation ./pytorch_model_distill.pt --local-dir ./ckpts/t2i/model
49
 
50
  ```
51
 
 
45
  ```bash
46
  cd HunyuanDiT
47
  # Use the huggingface-cli tool to download the model.
48
+ huggingface-cli download Tencent-Hunyuan/Distillation-v1.1 ./pytorch_model_distill.pt --local-dir ./ckpts/t2i/model
49
 
50
  ```
51