Commit Graph

3 Commits

Author SHA1 Message Date
google-labs-jules[bot]
395fbc40a3 feat: Add --output_format argument for GIF/MP4 output
This commit introduces a new command-line argument `--output_format`
to `generate.py`, allowing users to specify the desired output format
for generated videos. Supported formats are `mp4` (default) and `gif`.

The video saving logic has been updated to handle both formats, using
`imageio` for GIF generation. The `README.md` has been updated to
document this new feature, and a test case has been added to
`tests/test.sh` (though it was adapted for a dry run due to
environmental limitations during testing).
2025-06-25 18:51:51 +00:00
Ang Wang
18d53feb7a
[feature] Add VACE (#389)
* Add VACE

* Support training with multiple gpus

* Update default args for vace task

* vace block update

* Add vace exmaple jpg

* Fix dist vace fwd hook error

* Update vace exmample

* Update vace args

* Update pipeline name for vace

* vace gradio and Readme

* Update vace snake png

---------

Co-authored-by: hanzhn <han.feng.jason@gmail.com>
2025-05-14 20:44:25 +08:00
WanX-Video-1
65386b2e03 init upload 2025-02-25 22:07:47 +08:00