shallowdream204 commited on
Commit
dd8b9f1
·
verified ·
1 Parent(s): 25d9b6c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -76,7 +76,10 @@ We offer two models, BitDance-14B-64x and BitDance-14B-16x, which can predict 64
76
  | BitDance-14B-16x| 16 | 256 |512&1024px | [BitDance-14B-16x](https://huggingface.co/shallowdream204/BitDance-14B-16x) |
77
 
78
 
79
- ```ba sh
 
 
 
80
  hf download shallowdream204/BitDance-14B-64x --local-dir models/BitDance-14B-64x --max-workers=16
81
  hf download shallowdream204/BitDance-14B-16x --local-dir models/BitDance-14B-16x --max-workers=16
82
  ```
 
76
  | BitDance-14B-16x| 16 | 256 |512&1024px | [BitDance-14B-16x](https://huggingface.co/shallowdream204/BitDance-14B-16x) |
77
 
78
 
79
+ Run the following scripts to download all T2I models.
80
+
81
+
82
+ ```bash
83
  hf download shallowdream204/BitDance-14B-64x --local-dir models/BitDance-14B-64x --max-workers=16
84
  hf download shallowdream204/BitDance-14B-16x --local-dir models/BitDance-14B-16x --max-workers=16
85
  ```