From 3f096474ddbc1211ec8e093d0cb4d6db19126fe6 Mon Sep 17 00:00:00 2001 From: zR <2448370773@qq.com> Date: Mon, 23 Sep 2024 15:34:37 +0800 Subject: [PATCH 1/5] new discord --- README.md | 2 +- README_ja.md | 2 +- README_zh.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a65c655..6e8a37a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Experience the CogVideoX-5B model online at paper and user guide

- 👋 Join our WeChat and Discord + 👋 Join our WeChat and Discord

📍 Visit QingYing and API Platform to experience larger-scale commercial video generation models. diff --git a/README_ja.md b/README_ja.md index db39f54..2a8076b 100644 --- a/README_ja.md +++ b/README_ja.md @@ -14,7 +14,7 @@ 📚 論文使用ドキュメントを表示します。

- 👋 WeChatDiscord に参加 + 👋 WeChatDiscord に参加

📍 清影APIプラットフォーム を訪問して、より大規模な商用ビデオ生成モデルを体験 diff --git a/README_zh.md b/README_zh.md index 65754e0..371de16 100644 --- a/README_zh.md +++ b/README_zh.md @@ -15,7 +15,7 @@ 📚 查看 论文使用文档

- 👋 加入我们的 微信Discord + 👋 加入我们的 微信Discord

📍 前往 清影 API平台 体验更大规模的商业版视频生成模型。 From 3e5841dbbbf52e21771d7e348b2fd0018d530b2a Mon Sep 17 00:00:00 2001 From: sculmh <33420450+sculmh@users.noreply.github.com> Date: Mon, 23 Sep 2024 16:44:27 +0800 Subject: [PATCH 2/5] fix: unexpected num_frames during v2v inference --- inference/cli_demo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inference/cli_demo.py b/inference/cli_demo.py index 9f5263e..6e1dbf3 100644 --- a/inference/cli_demo.py +++ b/inference/cli_demo.py @@ -133,7 +133,7 @@ def generate_video( video=video, # The path of the video to be used as the background of the video num_videos_per_prompt=num_videos_per_prompt, num_inference_steps=num_inference_steps, - num_frames=49, + # num_frames=49, use_dynamic_cfg=True, guidance_scale=guidance_scale, generator=torch.Generator().manual_seed(seed), # Set the seed for reproducibility From b459bd2b00f40570ef51611878ae0ae0a2bf66d8 Mon Sep 17 00:00:00 2001 From: sculmh <33420450+sculmh@users.noreply.github.com> Date: Mon, 23 Sep 2024 16:54:59 +0800 Subject: [PATCH 3/5] Update cli_demo.py --- inference/cli_demo.py | 1 - 1 file changed, 1 deletion(-) diff --git a/inference/cli_demo.py b/inference/cli_demo.py index 6e1dbf3..c575feb 100644 --- a/inference/cli_demo.py +++ b/inference/cli_demo.py @@ -133,7 +133,6 @@ def generate_video( video=video, # The path of the video to be used as the background of the video num_videos_per_prompt=num_videos_per_prompt, num_inference_steps=num_inference_steps, - # num_frames=49, use_dynamic_cfg=True, guidance_scale=guidance_scale, generator=torch.Generator().manual_seed(seed), # Set the seed for reproducibility From f7f8c35d9f8ec060a3e170a03a84b347c60b6445 Mon Sep 17 00:00:00 2001 From: sculmh <33420450+sculmh@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:32:02 +0800 Subject: [PATCH 4/5] Update cli_demo.py --- inference/cli_demo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/inference/cli_demo.py b/inference/cli_demo.py index c575feb..9f5263e 100644 --- a/inference/cli_demo.py +++ b/inference/cli_demo.py @@ -133,6 +133,7 @@ def generate_video( video=video, # The path of the video to be used as the background of the video num_videos_per_prompt=num_videos_per_prompt, num_inference_steps=num_inference_steps, + num_frames=49, use_dynamic_cfg=True, guidance_scale=guidance_scale, generator=torch.Generator().manual_seed(seed), # Set the seed for reproducibility From 51162346b697fc4de3689aa91f62d8a484c3690e Mon Sep 17 00:00:00 2001 From: sculmh <33420450+sculmh@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:34:31 +0800 Subject: [PATCH 5/5] Update cli_demo.py --- inference/cli_demo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inference/cli_demo.py b/inference/cli_demo.py index 9f5263e..6e1dbf3 100644 --- a/inference/cli_demo.py +++ b/inference/cli_demo.py @@ -133,7 +133,7 @@ def generate_video( video=video, # The path of the video to be used as the background of the video num_videos_per_prompt=num_videos_per_prompt, num_inference_steps=num_inference_steps, - num_frames=49, + # num_frames=49, use_dynamic_cfg=True, guidance_scale=guidance_scale, generator=torch.Generator().manual_seed(seed), # Set the seed for reproducibility