OleehyO
5ab1e2449f
Merge pull request #719 from holma91/fix-lora-scale
...
fix scale bug
2025-03-25 18:59:49 +08:00
OleehyO
a01ffd9aba
Update cli_demo.py
2025-03-25 18:59:11 +08:00
OleehyO
9be282d461
Merge branch 'main' into fix-lora-scale
2025-03-25 18:58:33 +08:00
Yuxuan Zhang
c624cb0d91
Merge pull request #743 from THUDM/CogVideoX_dev
...
Format
2025-03-24 11:30:17 +08:00
Yuxuan Zhang
39c6562dc8
format
2025-03-22 15:14:06 +08:00
Yuxuan Zhang
b9b0539dbe
update
2025-03-15 14:27:12 +08:00
Yuxuan Zhang
129c375c85
Merge pull request #729 from zhuhz22/riflex
...
Add friendly link of RIFLEx
2025-03-03 10:57:29 +08:00
Yuxuan Zhang
536b705105
Merge pull request #730 from THUDM/CogVideoX_dev
...
Update wechat.jpg
2025-03-03 10:56:19 +08:00
Yuxuan Zhang
a691a6dd35
Update wechat.jpg
2025-03-03 10:52:22 +08:00
zhuhz22
6454293a1d
add friendly link of RIFLEx
2025-03-01 22:06:39 +08:00
Yuxuan Zhang
887a4c7365
Merge pull request #726 from THUDM/CogVideoX_dev
...
Readme of ddim inverse
2025-03-01 09:29:09 +08:00
Yuxuan Zhang
a494fa50cd
Merge branch 'CogVideoX_dev' of https://github.com/THUDM/CogVideo into CogVideoX_dev
2025-02-27 17:33:23 +08:00
Yuxuan Zhang
4fb6766d7c
fix import decord error
2025-02-27 17:33:20 +08:00
Yuxuan Zhang
8d90381ba8
Merge pull request #722 from THUDM/main
...
merge
2025-02-27 17:32:24 +08:00
Yuxuan Zhang
eb66c9c6dc
Merge pull request #709 from LittleNyima/feature/ddim-inversion
...
Implement DDIM Inversion for CogVideoX
2025-02-27 13:24:24 +08:00
LittleNyima
2c33c0982b
fix import order and deprecate for CVX 2B models
2025-02-26 15:54:58 +08:00
LittleNyima
d6bb910697
Merge branch 'THUDM:main' into feature/ddim-inversion
2025-02-26 15:22:08 +08:00
holma91
84766d02e8
fix scale bug
2025-02-24 20:08:27 +01:00
LittleNyima
e0bf395458
make the style of argparser consistent with repo
2025-02-23 19:41:21 +08:00
Yuxuan Zhang
e44c9f2c83
Merge pull request #716 from THUDM/CogVideoX_dev
...
Update gitignore patterns and project dependencies
2025-02-22 17:09:50 +08:00
OleehyO
5be6c0512f
Merge remote-tracking branch 'upstream/CogVideoX_dev' into dev
2025-02-22 06:06:03 +00:00
OleehyO
4dac252c63
[chore] Update gitignore patterns and project dependencies
2025-02-22 06:03:53 +00:00
LittleNyima
250a0bce45
stable version
2025-02-20 05:03:15 +00:00
LittleNyima
58d66c8a08
Implement an unverified version that should be further tested
2025-02-20 01:39:12 +08:00
LittleNyima
dd76b2b9ea
Initialize DDIM Inversion script
2025-02-18 09:50:55 +00:00
Yuxuan Zhang
34c6ba22ab
Merge pull request #682 from THUDM/main
...
Synchronize two branches.
2025-01-22 09:49:34 +08:00
Yuxuan Zhang
bbe909d7f7
Merge pull request #678 from THUDM/CogVideoX_dev
...
docs: clarify frame number requirements for CogVideoX models
2025-01-22 09:47:24 +08:00
Yuxuan Zhang
ea994c75c2
Merge pull request #652 from erfanasgari21/moviepy-v2
...
Update code and requirements to support Moviepy v2
2025-01-21 22:29:15 +08:00
Yuxuan Zhang
aa12ed37f5
Merge branch 'main' into moviepy-v2
2025-01-20 21:46:07 +08:00
OleehyO
d9e2a415e8
fix: fix resolution handling for different model types
2025-01-20 09:48:17 +00:00
OleehyO
0e26f54cbe
docs: clarify frame number requirements for CogVideoX models
...
Specify that frame numbers must be:
- 16N + 1 (N <= 10) for CogVideoX1.5-5B models
- 8N + 1 (N <= 6) for CogVideoX-2B/5B models
2025-01-20 09:43:45 +00:00
Yuxuan Zhang
c1ca70ba67
Merge pull request #654 from THUDM/CogVideoX_dev
...
Support SFT using ZeRO
2025-01-20 11:15:50 +08:00
OleehyO
bf73742c05
docs: enhance CLI demo documentation
2025-01-16 09:34:52 +00:00
OleehyO
bf9c351a10
deps: upgrade diffusers to >=0.32.1
2025-01-16 09:08:44 +00:00
OleehyO
0e78f20629
Merge remote-tracking branch 'upstream/CogVideoX_dev' into dev
2025-01-14 04:00:11 +00:00
Yuxuan Zhang
4615479b51
move to tools
2025-01-14 11:33:02 +08:00
Yuxuan Zhang
7993670957
zero_to_bf16
2025-01-14 11:31:25 +08:00
OleehyO
4878edd0cf
fix: correct do_validation argument parsing
2025-01-13 12:48:21 +00:00
Yuxuan Zhang
78275b0480
add comment of bash scripts
2025-01-13 20:02:06 +08:00
OleehyO
455b44a7b5
chore: code cleanup and parameter optimization
...
- Remove redundant comments and debug information
- Adjust default parameters in training scripts
- Clean up code in lora_trainer and trainer implementations
2025-01-13 11:56:28 +00:00
OleehyO
954ba28d3c
Merge remote-tracking branch 'upstream/CogVideoX_dev' into dev
2025-01-13 11:48:24 +00:00
OleehyO
4f1cc66815
fix: correct LoRA loading and resolution dimensions
...
- Fix LoRA loading by specifying 'transformer' component
- Swap width/height order in RESOLUTION_MAP to match actual usage
2025-01-13 10:49:46 +00:00
zR
1534bf33eb
add pipeline
2025-01-12 19:27:21 +08:00
OleehyO
86a0226f80
Merge remote-tracking branch 'upstream/CogVideoX_dev' into dev
2025-01-12 08:52:07 +00:00
OleehyO
70c899f444
chore: update default training configurations
2025-01-12 08:50:15 +00:00
OleehyO
b362663679
fix: normalize image tensors in I2VDataset
2025-01-12 06:01:48 +00:00
OleehyO
30ba1085ff
Merge remote-tracking branch 'upstream/main' into dev
2025-01-12 05:58:07 +00:00
OleehyO
3252614569
Add pydantic dependency
2025-01-12 05:56:24 +00:00
OleehyO
f66f1647e2
Merge pull request #657 from ZGCTroy/main
...
fix bug of i2v finetune
2025-01-12 13:55:12 +08:00
OleehyO
f5169385bd
docs: add SFT support documentation in multilingual README
2025-01-12 05:53:13 +00:00