Upload 2 files
Browse files- README.md +5 -5
- README_zh.md +4 -4
README.md
CHANGED
|
@@ -205,13 +205,13 @@ video = pipeline(
|
|
| 205 |
conditioning_masks=validation_mask_images[:num_frames] if task == "mask" else None,
|
| 206 |
vctrl_layout_type='spacing',
|
| 207 |
).frames[0]
|
| 208 |
-
|
| 209 |
-
|
| 210 |
```
|
| 211 |
|
| 212 |
## In-Depth Exploration
|
| 213 |
|
| 214 |
-
Welcome to our[github]("https://github.com/PaddlePaddle/PaddleMIX/tree/develop/ppdiffusers/examples/ppvctrl")
|
| 215 |
|
| 216 |
1. More detailed technical explanations and code walkthroughs.
|
| 217 |
2. Algorithm details for extracting control conditions.
|
|
@@ -219,11 +219,11 @@ Welcome to our[github]("https://github.com/PaddlePaddle/PaddleMIX/tree/develop/p
|
|
| 219 |
4. Project update logs and more interactive opportunities.
|
| 220 |
5. PaddleMix toolchain to help you better utilize the model.
|
| 221 |
|
| 222 |
-
## Citation
|
| 223 |
|
| 224 |
```
|
| 225 |
@article{yang2024cogvideox,
|
| 226 |
title={VCtrl: Enabling Versatile Controls for Video Diffusion Models},
|
| 227 |
year={2025}
|
| 228 |
}
|
| 229 |
-
```
|
|
|
|
| 205 |
conditioning_masks=validation_mask_images[:num_frames] if task == "mask" else None,
|
| 206 |
vctrl_layout_type='spacing',
|
| 207 |
).frames[0]
|
| 208 |
+
final_result.append(video)
|
| 209 |
+
save_vid_side_by_side(final_result, validation_control_images[:num_frames], 'save.mp4', fps=30)
|
| 210 |
```
|
| 211 |
|
| 212 |
## In-Depth Exploration
|
| 213 |
|
| 214 |
+
Welcome to our [github]("https://github.com/PaddlePaddle/PaddleMIX/tree/develop/ppdiffusers/examples/ppvctrl"), where you will find:
|
| 215 |
|
| 216 |
1. More detailed technical explanations and code walkthroughs.
|
| 217 |
2. Algorithm details for extracting control conditions.
|
|
|
|
| 219 |
4. Project update logs and more interactive opportunities.
|
| 220 |
5. PaddleMix toolchain to help you better utilize the model.
|
| 221 |
|
| 222 |
+
<!-- ## Citation
|
| 223 |
|
| 224 |
```
|
| 225 |
@article{yang2024cogvideox,
|
| 226 |
title={VCtrl: Enabling Versatile Controls for Video Diffusion Models},
|
| 227 |
year={2025}
|
| 228 |
}
|
| 229 |
+
``` -->
|
README_zh.md
CHANGED
|
@@ -206,8 +206,8 @@ video = pipeline(
|
|
| 206 |
conditioning_masks=validation_mask_images[:num_frames] if task == "mask" else None,
|
| 207 |
vctrl_layout_type='spacing',
|
| 208 |
).frames[0]
|
| 209 |
-
|
| 210 |
-
|
| 211 |
```
|
| 212 |
|
| 213 |
## 深入研究
|
|
@@ -220,11 +220,11 @@ video = pipeline(
|
|
| 220 |
4. 项目更新日志动态,更多互动机会。
|
| 221 |
5. PaddleMix工具链,帮助您更好的使用模型。
|
| 222 |
|
| 223 |
-
## 引用
|
| 224 |
|
| 225 |
```
|
| 226 |
@article{yang2024cogvideox,
|
| 227 |
title={VCtrl: Enabling Versatile Controls for Video Diffusion Models},
|
| 228 |
year={2025}
|
| 229 |
}
|
| 230 |
-
```
|
|
|
|
| 206 |
conditioning_masks=validation_mask_images[:num_frames] if task == "mask" else None,
|
| 207 |
vctrl_layout_type='spacing',
|
| 208 |
).frames[0]
|
| 209 |
+
final_result.append(video)
|
| 210 |
+
save_vid_side_by_side(final_result, validation_control_images[:num_frames], 'save.mp4', fps=30)
|
| 211 |
```
|
| 212 |
|
| 213 |
## 深入研究
|
|
|
|
| 220 |
4. 项目更新日志动态,更多互动机会。
|
| 221 |
5. PaddleMix工具链,帮助您更好的使用模型。
|
| 222 |
|
| 223 |
+
<!-- ## 引用
|
| 224 |
|
| 225 |
```
|
| 226 |
@article{yang2024cogvideox,
|
| 227 |
title={VCtrl: Enabling Versatile Controls for Video Diffusion Models},
|
| 228 |
year={2025}
|
| 229 |
}
|
| 230 |
+
``` -->
|