OleehyO
1811c50e73
[docs] improve help messages in argument parser
...
Fix and clarify help documentation in parser.add_argument() to better describe command-line arguments.
2024-12-18 12:30:13 +00:00
OleehyO
92a589240f
[bugfix] fix specific resolution setting
...
Different models use different resolutions, for example, for the CogVideoX1.5 series models, the optimal generation resolution is 1360x768, But for CogVideoX, the best resolution is 720x480.
2024-12-18 12:25:43 +00:00
OleehyO
cfaca91cde
Merge remote-tracking branch 'upstream/main' into dev
2024-12-16 11:38:26 +00:00
OleehyO
d3a7d2dc91
Add resolution warning
2024-12-16 11:34:51 +00:00
Yuxuan.Zhang
46098f446b
Merge pull request #603 from Gforky/fix-demo-issue
...
[fix]fix typo in train_cogvideox_image_to_video_lora.py
2024-12-15 22:00:41 +08:00
Gforky
5a03e6fa79
[fix]fix typo in train_cogvideox_image_to_video_lora.py
2024-12-14 16:12:57 +08:00
Yuxuan.Zhang
1605e95033
Merge pull request #599 from THUDM/CogVideoX_dev
...
Cog video x dev
2024-12-13 15:03:48 +08:00
OleehyO
7b4c9db6d9
Fix for CogVideoX-{2B,5B}
...
When loading CogVideX-{2B,5B}, `patch_size_t` is None,
which results in the `prepare_rotary_position_embeddings` function.
2024-12-13 04:02:27 +00:00
OleehyO
36f1333788
Fix for deepspeed training
2024-12-13 04:02:26 +00:00
OleehyO
4d1b9fd166
Fix for Disney video dataset
2024-12-13 04:02:21 +00:00
OleehyO
3ff9d3049d
docs: change "read this in English" to "中文阅读"
...
Update README.md to use Chinese text for language switch link
2024-12-11 05:10:28 +00:00
Yuxuan.Zhang
496e220463
Merge pull request #585 from ZGCTroy/patch-1
...
fix bugs of image-to-video without image-condition
2024-12-08 19:31:59 +08:00
Zheng Guang Cong
a46d762cd9
fix bugs of image-to-video without image-condition
2024-12-06 20:14:43 +08:00
Yuxuan.Zhang
87ccd38cea
Merge pull request #567 from THUDM/main
...
New Finetune
2024-12-02 11:30:20 +08:00
Yuxuan.Zhang
5aa6d3a9ee
Merge pull request #515 from Gforky/fix_finetune_demo
...
[fix]fix deepspeed initialization issue in finetune examples
2024-12-02 11:29:42 +08:00
Yuxuan.Zhang
a094b34425
Merge pull request #565 from THUDM/CogVideoX_dev
...
Cog video x dev
2024-11-30 12:45:25 +08:00
zR
0fe46df21f
new jobs of friendly link
2024-11-30 12:40:07 +08:00
Yuxuan.Zhang
f1a2b48974
Merge pull request #556 from THUDM/main
...
new announced
2024-11-27 12:11:12 +08:00
Yuxuan.Zhang
d82922cc79
Merge pull request #538 from spacegoing/fix_rope_finetune_shape
...
[Fix] fix rope temporal patch size
2024-11-23 21:24:39 +08:00
spacegoing
2fb763d25f
[Fix] fix rope temporal patch size
2024-11-21 16:26:45 +00:00
luwen.miao
ac2f2c78f7
[fix]fix deepspeed initialization issue in finetune examples
2024-11-18 09:49:31 +00:00
Yuxuan.Zhang
2fdc59c3ce
Merge pull request #507 from THUDM/CogVideoX_dev
...
diffusers version
2024-11-17 21:54:47 +08:00
zR
17996f11f8
update
2024-11-16 10:06:22 +08:00
Yuxuan.Zhang
5e3e3aabe0
Merge pull request #500 from THUDM/main
...
Merge
2024-11-13 21:15:49 +08:00
zR
e7a35ea33b
update friendly link
2024-11-13 17:06:16 +08:00
zR
cd5ceca22b
fix resolution docs
2024-11-12 00:41:23 +08:00
zR
bb2cb130a0
add width and height
2024-11-12 00:17:19 +08:00
zR
2151a3bdfb
update with diffusers
2024-11-11 22:41:28 +08:00
zR
68d93ce8fc
fix
2024-11-09 22:51:39 +08:00
zR
155456befa
update
2024-11-09 22:49:03 +08:00
zR
2475902027
friendly link
2024-11-09 22:43:02 +08:00
zR
fb806eecce
update table
2024-11-09 22:29:36 +08:00
zR
c8c7b62aa1
update diffusers code
2024-11-09 22:07:32 +08:00
Yuxuan.Zhang
e2987ff565
Merge pull request #474 from THUDM/CogVideoX_dev
...
Fix #472 #473
2024-11-09 00:18:01 +08:00
zR
a8205b575d
Update cp_enc_dec.py
2024-11-08 23:27:44 +08:00
zR
e7bcecf947
remove wrong fake_cp
2024-11-08 22:54:17 +08:00
zR
d8ee013842
add 10 second comment
2024-11-08 22:31:39 +08:00
zR
e43a7645fd
Update autoencoder.py
2024-11-08 21:49:02 +08:00
zR
8e07303dbf
Update inference.sh
2024-11-08 21:39:23 +08:00
zR
0c6dc7b5d5
fix #472
2024-11-08 21:37:43 +08:00
Yuxuan.Zhang
74baf5ceef
Merge pull request #470 from THUDM/CogVideoX_dev
...
rope
2024-11-08 13:56:43 +08:00
zR
2360393b99
3d_rope_pos_embed
2024-11-08 13:53:30 +08:00
Yuxuan.Zhang
ddd3dcd7eb
Merge pull request #469 from THUDM/CogVideoX_dev
...
CogVideoX1.5-SAT
2024-11-08 13:50:19 +08:00
zR
42417ad3bc
3d_rope_pos_embed
2024-11-08 13:49:58 +08:00
Yuxuan.Zhang
075fad4dae
Merge pull request #465 from DefTruth/main
...
[Bug] fix parallel rand device & set dynamic cfg
2024-11-08 13:32:57 +08:00
zR
abe334f196
Update test.txt
2024-11-08 12:44:54 +08:00
zR
f1f539a9da
remove pic
2024-11-08 12:09:01 +08:00
zR
494296b063
Merge branch 'CogVideoX_dev' of github.com:THUDM/CogVideo into CogVideoX_dev
2024-11-08 11:52:56 +08:00
Yuxuan.Zhang
d1e45fbb86
Merge pull request #468 from THUDM/main
...
merge
2024-11-07 23:59:21 +08:00
zR
806a7f609f
update cogvideox1.5
2024-11-07 23:43:46 +08:00