Skip to content

Commit cd5ceca

Browse files
fix resolution docs
1 parent e2987ff commit cd5ceca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ models we currently offer, along with their foundational information.
188188
<tr>
189189
<td style="text-align: center;">Video Resolution</td>
190190
<td colspan="1" style="text-align: center;">1360 * 768</td>
191-
<td colspan="1" style="text-align: center;">256 <= W <=1360<br> 256 <= H <=768<br> W,H % 16 == 0</td>
191+
<td colspan="1" style="text-align: center;"> Min(W, H) = 768 <br> 768 ≤ Max(W, H) ≤ 1360 <br> Max(W, H) % 16 = 0 </td>
192192
<td colspan="3" style="text-align: center;">720 * 480</td>
193193
</tr>
194194
<tr>

README_ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ CogVideoXは、[清影](https://chatglm.cn/video?fr=osm_cogvideox) と同源の
180180
<tr>
181181
<td style="text-align: center;">ビデオ解像度</td>
182182
<td colspan="1" style="text-align: center;">1360 * 768</td>
183-
<td colspan="1" style="text-align: center;">256 <= W <=1360<br> 256 <= H <=768<br> W,H % 16 == 0</td>
183+
<td colspan="1" style="text-align: center;"> Min(W, H) = 768 <br> 768 ≤ Max(W, H) ≤ 1360 <br> Max(W, H) % 16 = 0 </td>
184184
<td colspan="3" style="text-align: center;">720 * 480</td>
185185
</tr>
186186
<tr>

README_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ CogVideoX是 [清影](https://chatglm.cn/video?fr=osm_cogvideox) 同源的开源
171171
<tr>
172172
<td style="text-align: center;">视频分辨率</td>
173173
<td colspan="1" style="text-align: center;">1360 * 768</td>
174-
<td colspan="1" style="text-align: center;">256 <= W <=1360<br> 256 <= H <=768<br> W,H % 16 == 0</td>
174+
<td colspan="1" style="text-align: center;"> Min(W, H) = 768 <br> 768 ≤ Max(W, H) ≤ 1360 <br> Max(W, H) % 16 = 0 </td>
175175
<td colspan="3" style="text-align: center;">720 * 480</td>
176176
</tr>
177177
<tr>

0 commit comments

Comments
 (0)