diff --git a/README.md b/README.md index f070d06..880d8b9 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 @@ 📚 論文と使用ドキュメントを表示します。
- 👋 WeChat と Discord に参加 + 👋 WeChat と Discord に参加
📍 清影 と 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平台 体验更大规模的商业版视频生成模型。 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