diff --git a/README.md b/README.md index 48e3b64..e5ca8bb 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,11 @@ models we currently offer, along with their foundational information. Min(W, H) = 768
768 ≤ Max(W, H) ≤ 1360
Max(W, H) % 16 = 0 720 * 480 + + Number of Frames + Should be 16N + 1 where N <= 10 (default 81) + Should be 8N + 1 where N <= 6 (default 49) + Inference Precision BF16 (Recommended), FP16, FP32, FP8*, INT8, Not supported: INT4 diff --git a/README_ja.md b/README_ja.md index 074cc93..3927d17 100644 --- a/README_ja.md +++ b/README_ja.md @@ -191,6 +191,11 @@ CogVideoXは、[清影](https://chatglm.cn/video?fr=osm_cogvideox) と同源の Min(W, H) = 768
768 ≤ Max(W, H) ≤ 1360
Max(W, H) % 16 = 0 720 * 480 + + フレーム数 + 16N + 1 (N <= 10) である必要があります (デフォルト 81) + 8N + 1 (N <= 6) である必要があります (デフォルト 49) + 推論精度 BF16(推奨), FP16, FP32,FP8*,INT8,INT4非対応 diff --git a/README_zh.md b/README_zh.md index c6c81f8..1444a92 100644 --- a/README_zh.md +++ b/README_zh.md @@ -180,7 +180,12 @@ CogVideoX是 [清影](https://chatglm.cn/video?fr=osm_cogvideox) 同源的开源 1360 * 768 Min(W, H) = 768
768 ≤ Max(W, H) ≤ 1360
Max(W, H) % 16 = 0 720 * 480 - + + + 帧数 + 必须为 16N + 1 其中 N <= 10 (默认 81) + 必须为 8N + 1 其中 N <= 6 (默认 49) + 推理精度 BF16(推荐), FP16, FP32,FP8*,INT8,不支持INT4