dengjincan commited on
Commit
be5610d
1 Parent(s): f681f00

update readme

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -46,6 +46,10 @@ python3 setup.py install
46
  ```
47
  2. Weights download([link](https://huggingface.co/Kwai-Kolors/Kolors)):
48
  ```bash
 
 
 
 
49
  git lfs clone https://huggingface.co/Kwai-Kolors/Kolors weights/Kolors
50
  ```
51
  3. Inference:
 
46
  ```
47
  2. Weights download([link](https://huggingface.co/Kwai-Kolors/Kolors)):
48
  ```bash
49
+ huggingface-cli download --resume-download Kwai-Kolors/Kolors --local-dir weights/Kolors
50
+ ```
51
+ or
52
+ ```bash
53
  git lfs clone https://huggingface.co/Kwai-Kolors/Kolors weights/Kolors
54
  ```
55
  3. Inference: