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 |