GYP666 commited on
Commit
5b1bc2f
·
verified ·
1 Parent(s): cd5933e

Update README_zh.md

Browse files
Files changed (1) hide show
  1. README_zh.md +5 -5
README_zh.md CHANGED
@@ -10,9 +10,9 @@ Video-BLADE是一个无需视频数据训练的高效视频生成框架,通过
10
 
11
  ## 📢 News
12
 
13
- - **[2024-08]** 🎉 Video-BLADE代码和预训练模型发布!
14
- - **[2024-08]** 📝 支持CogVideoX-5B和WanX-1.3B两种主流视频生成模型
15
- - **[2024-08]** ⚡ 实现8步高质量视频生成,相比50步baseline显著提速
16
 
17
  ## ✨ 主要特性
18
 
@@ -172,7 +172,7 @@ bash train_tdm_1.sh
172
  **核心训练参数**:
173
  ```bash
174
  #如果不是8卡训练需要修改CUDA_VISIBLE_DEVICES和config.yaml的num_processes
175
- CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7,8 accelerate launch \
176
  --config_file train/config.yaml \
177
  train/train_cogvideo_tdm.py \
178
  --pretrained_model_name_or_path CogVideoX-5b \ # 基础模型路径
@@ -272,4 +272,4 @@ VIDEO-BLADE/
272
 
273
  如有问题或建议,欢迎:
274
  - Please contact Youping Gu (youpgu71@gmail.com) if you have any questions about this work.
275
- - 提交issue: [Github issue](https://github.com/ziplab/VIDEO-BLADE/issues)
 
10
 
11
  ## 📢 News
12
 
13
+ - **[2025-08]** 🎉 Video-BLADE代码和预训练模型发布!
14
+ - **[2025-08]** 📝 支持CogVideoX-5B和WanX-1.3B两种主流视频生成模型
15
+ - **[2025-08]** ⚡ 实现8步高质量视频生成,相比50步baseline显著提速
16
 
17
  ## ✨ 主要特性
18
 
 
172
  **核心训练参数**:
173
  ```bash
174
  #如果不是8卡训练需要修改CUDA_VISIBLE_DEVICES和config.yaml的num_processes
175
+ CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 accelerate launch \
176
  --config_file train/config.yaml \
177
  train/train_cogvideo_tdm.py \
178
  --pretrained_model_name_or_path CogVideoX-5b \ # 基础模型路径
 
272
 
273
  如有问题或建议,欢迎:
274
  - Please contact Youping Gu (youpgu71@gmail.com) if you have any questions about this work.
275
+ - 提交issue: [Github issue](https://github.com/ziplab/VIDEO-BLADE/issues)