From cd5ceca22b3b16e0a8dee8bf902236a852e198e2 Mon Sep 17 00:00:00 2001 From: zR <2448370773@qq.com> Date: Tue, 12 Nov 2024 00:41:23 +0800 Subject: [PATCH] fix resolution docs --- 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 9f8122e..90839de 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ models we currently offer, along with their foundational information. Video Resolution 1360 * 768 - 256 <= W <=1360
256 <= H <=768
W,H % 16 == 0 + Min(W, H) = 768
768 ≤ Max(W, H) ≤ 1360
Max(W, H) % 16 = 0 720 * 480 diff --git a/README_ja.md b/README_ja.md index 9962d1b..8430fb6 100644 --- a/README_ja.md +++ b/README_ja.md @@ -180,7 +180,7 @@ CogVideoXは、[清影](https://chatglm.cn/video?fr=osm_cogvideox) と同源の ビデオ解像度 1360 * 768 - 256 <= W <=1360
256 <= H <=768
W,H % 16 == 0 + Min(W, H) = 768
768 ≤ Max(W, H) ≤ 1360
Max(W, H) % 16 = 0 720 * 480 diff --git a/README_zh.md b/README_zh.md index c66fc85..73636e9 100644 --- a/README_zh.md +++ b/README_zh.md @@ -171,7 +171,7 @@ CogVideoX是 [清影](https://chatglm.cn/video?fr=osm_cogvideox) 同源的开源 视频分辨率 1360 * 768 - 256 <= W <=1360
256 <= H <=768
W,H % 16 == 0 + Min(W, H) = 768
768 ≤ Max(W, H) ≤ 1360
Max(W, H) % 16 = 0 720 * 480