From da2ab599c0c07fab253304ffbc6fb795653654a1 Mon Sep 17 00:00:00 2001 From: qiliguo Date: Mon, 20 Oct 2025 19:28:39 +0800 Subject: [PATCH] docs: update README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 582a2a9..e6c3e52 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,9 @@ metax-docker run -it --gpus=[0] -v : t [metax-docker](https://developer.metax-tech.com/softnova/category?package_kind=Cloud&dimension=metax&chip_name=%E6%9B%A6%E4%BA%91C500%E7%B3%BB%E5%88%97&deliver_type=%E5%88%86%E5%B1%82%E5%8C%85&series_name=metax-docker) 是沐曦官方的 docker wrapper, 允许自动将 gpu 挂载到容器内. Base 镜像需自行联系沐曦官方获取. -### 模型下载 -模型地址:https://modelscope.cn/models/iic/text-to-video-synthesis +### 支持模型 +- https://modelscope.cn/models/iic/text-to-video-synthesis +- https://www.modelscope.cn/models/Wan-AI/Wan2.1-T2V-1.3B ### 测试程序 1. 准备输入数据集,可以参考示例`dataset.json` @@ -22,6 +23,7 @@ python3 main.py --model "" --json "dataset.json" --resu ## 测试结果 | | A100 平均生成时间(秒) | MetaX C500 平均生成时间(秒) | |------|-------------------------|----------------------------| -| 时间 | 12 | 16 | +| iic/text-to-video-synthesis | 12 | 16 | +| Wan-AI/Wan2.1-T2V-1.3B | 195.2339 | 303.4363 |