Update README.md
Browse files
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 |
-
|
|
|
|
|
|
|
|
|
|
| 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 |
```
|