Update README.md
Browse files
README.md
CHANGED
|
@@ -13,9 +13,9 @@ Video-BLADE is a data-free framework for efficient video generation. By jointly
|
|
| 13 |
|
| 14 |
## π’ News
|
| 15 |
|
| 16 |
-
- **[Aug
|
| 17 |
-
- **[Aug
|
| 18 |
-
- **[Aug
|
| 19 |
|
| 20 |
## β¨ Key Features
|
| 21 |
|
|
@@ -185,7 +185,7 @@ bash train_tdm_1.sh
|
|
| 185 |
|
| 186 |
```bash
|
| 187 |
# If not training with 8 GPUs, you must modify CUDA_VISIBLE_DEVICES and the num_processes in config.yaml
|
| 188 |
-
CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7
|
| 189 |
--config_file train/config.yaml \
|
| 190 |
train/train_cogvideo_tdm.py \
|
| 191 |
--pretrained_model_name_or_path CogVideoX-5b \ # Path to the base model
|
|
|
|
| 13 |
|
| 14 |
## π’ News
|
| 15 |
|
| 16 |
+
- **[Aug 2025]** π The code and pre-trained models for Video-BLADE have been released\!
|
| 17 |
+
- **[Aug 2025]** π Support for two mainstream video generation models, CogVideoX-5B and WanX-1.3B, is now available.
|
| 18 |
+
- **[Aug 2025]** β‘ Achieved high-quality video generation in just 8 steps, a significant speedup compared to the 50-step baseline.
|
| 19 |
|
| 20 |
## β¨ Key Features
|
| 21 |
|
|
|
|
| 185 |
|
| 186 |
```bash
|
| 187 |
# If not training with 8 GPUs, you must modify CUDA_VISIBLE_DEVICES and the num_processes in config.yaml
|
| 188 |
+
CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 accelerate launch \
|
| 189 |
--config_file train/config.yaml \
|
| 190 |
train/train_cogvideo_tdm.py \
|
| 191 |
--pretrained_model_name_or_path CogVideoX-5b \ # Path to the base model
|