428 Commits

Author SHA1 Message Date
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
DefTruth
1e6d1bbb82 fix parallel rand device 2024-11-07 02:40:13 +00:00
Yuxuan.Zhang
4aebdb4b66
Merge pull request #462 from DefTruth/main
[Parallel] Avoid OOM while batch size > 1
v1.0
2024-11-06 11:03:42 +08:00
zR
0ae12e3ea3 use original up.upsample 2024-11-05 22:06:05 +08:00
DefTruth
bb69713fbb
Update parallel_inference_xdit.py 2024-11-05 20:21:06 +08:00
zR
4a3035d64e update 1105 sst test code with fake cp 2024-11-05 12:55:54 +08:00
zR
3a9af5bdd9 update with test code 2024-11-04 14:34:36 +08:00
Yuxuan.Zhang
3710a612d8
Merge pull request #460 from THUDM/CogVideoX_dev
requirements update
2024-11-03 21:57:19 +08:00
zR
b6abbeab97 Merge branch 'CogVideoX_dev' of github.com:THUDM/CogVideo into CogVideoX_dev 2024-11-02 20:47:58 +08:00
zR
b3df832bb6 req update 2024-11-02 20:47:22 +08:00
Yuxuan.Zhang
abb40ec7d8
Merge pull request #432 from THUDM/CogVideoX_dev
friendly link update
2024-10-28 14:09:07 +08:00
Yuxuan.Zhang
356f373599
Merge branch 'main' into CogVideoX_dev 2024-10-28 14:08:59 +08:00
Yuxuan.Zhang
399124f323
Merge pull request #434 from vinthony/patch-1
fixed the bug of cogvideox-factory visualization in readme.md
2024-10-21 22:22:39 +08:00
Xiaodong Cun
1cfe7ae1c9
fixed the bugs of cogvideox-factory 2024-10-19 14:00:26 +08:00
zR
f8c8c2914e friendly link update 2024-10-19 01:13:20 +08:00
Yuxuan.Zhang
6a16207321
Merge pull request #411 from glide-the/diffuser_params
Add new command line arguments for LoRA weights and prompt
2024-10-14 20:11:49 +08:00
Yuxuan.Zhang
a7e59424cc
Merge pull request #419 from THUDM/CogVideoX_dev
demo page
2024-10-14 20:11:39 +08:00
zR
1fd7b6eddc demo page 2024-10-14 13:37:10 +08:00
Yuxuan.Zhang
63d9aae497
Merge pull request #418 from THUDM/CogVideoX_dev
Update README.md
2024-10-14 11:47:17 +08:00
zR
6bd7a1b44f Update README.md 2024-10-14 11:46:57 +08:00
Yuxuan.Zhang
c380696440
Merge pull request #417 from THUDM/CogVideoX_dev
CogVideoX-Factory
2024-10-14 11:45:56 +08:00
zR
b46e7918d8 cogvideox-factory 2024-10-14 11:44:13 +08:00
zR
e6ee283d0e Merge branch 'CogVideoX_dev' of github.com:THUDM/CogVideo into CogVideoX_dev 2024-10-14 11:34:40 +08:00
Yuxuan.Zhang
ff87660ca5
Merge pull request #416 from THUDM/main
Merge
2024-10-14 11:23:35 +08:00
glide-the
24b2053596 Add new command line arguments for LoRA weights and prompt 2024-10-12 12:28:52 +08:00
yangzhuoyi
da5fc1c1ca update technical report 2024-10-10 14:40:39 +08:00
Yuxuan.Zhang
7fe6d820ba
Merge pull request #400 from glide-the/feishudoc
飞书技术文档
2024-10-09 19:20:04 +08:00
glide-the
46906f675c 飞书技术文档 2024-10-09 18:30:44 +08:00
zR
e169e7b045 Update train_cogvideox_image_to_video_lora.py 2024-10-06 22:50:56 +08:00
Yuxuan.Zhang
532f246d7c
Merge pull request #389 from THUDM/CogVideoX_dev
I2V Finetune of CogVIdeoX-5B-I2V
2024-10-05 22:14:52 +08:00
zR
f28708d845 Update train_cogvideox_image_to_video_lora.py 2024-10-05 22:12:22 +08:00
zR
4339f65660 update 2024-10-05 01:05:27 +08:00
zR
e26c3c426f Merge branch 'CogVideoX_dev' of github.com:THUDM/CogVideo into CogVideoX_dev 2024-10-05 00:05:08 +08:00
Yuxuan.Zhang
111756a6a6
Merge pull request #358 from glide-the/rile
bug fix rife
2024-10-03 13:50:09 +08:00
glide-the
f0098c0662 padding fix 2024-10-03 13:25:55 +08:00
Yuxuan.Zhang
a9a55462f3
Merge pull request #383 from LittleNyima/fix-deprecation
fix deprecation of clear_objs_and_retain_memory
2024-10-01 17:02:53 +08:00
Yuxuan.Zhang
928f812f71
Merge pull request #379 from AlexandrePoisson/patch-1
Update app.py
2024-10-01 12:24:39 +08:00
LittleNyima
a59ed84b52
fix deprecation of clear_objs_and_retain_memory 2024-09-30 20:45:53 +08:00
Yuxuan.Zhang
7130d2274b
Merge pull request #382 from feifeibear/xdit_link
xdit in friendly link
2024-09-30 12:56:45 +08:00
feifeibear
f36c34aef2 xdit in friendly link 2024-09-30 12:30:42 +08:00
Alexandre Poisson
df3da996d3
Update app.py
Model was not found, so fix it by creating a global variable with the correct path : MODEL = "THUDM/CogVideoX-5b"
Fix typo 'experimental use'
2024-09-29 12:54:08 +02:00
Yuxuan.Zhang
67ba369a39
Merge pull request #376 from THUDM/main
merge
2024-09-28 16:37:26 +08:00
zR
d9e75ce3f5 horse 2024-09-28 16:36:40 +08:00
Yuxuan.Zhang
4a2af29867
Merge pull request #364 from xibosun/main
fix the example scripts in parallel_inference_xdit.py
2024-09-27 13:57:53 +08:00
Yuxuan.Zhang
89264c7cab
Merge pull request #365 from m626zNq/patch-1
Update requirements.txt
2024-09-27 13:57:08 +08:00
therealfish
d53b5272d1
Update requirements.txt
ModuleNotFoundError: No module named 'skvideo'

added: scikit-video latest
2024-09-26 10:07:27 -04:00
Xibo Sun
3304ea7275 fix the example scripts in parallel_inference_xdit.py 2024-09-26 14:12:26 +08:00
Yuxuan.Zhang
dcb6795b20
Merge pull request #334 from chenxwh/main
Add Replicate demo and API
2024-09-26 12:52:50 +08:00
Yuxuan.Zhang
8323f5c627
Merge pull request #362 from xibosun/main
feat: add xDiT support for parallel inference
2024-09-26 12:52:05 +08:00