Files
enginex-bi_series-text2video/README.md

24 lines
787 B
Markdown
Raw Normal View History

2025-09-09 11:41:59 +08:00
## Quickstart
### 构建镜像
```bash
docker build -t text2video:v0.1 .
```
### 模型下载
2025-09-11 13:50:28 +08:00
模型地址https://modelscope.cn/models/AI-ModelScope/text-to-video-ms-1.7b
并放到目录:`/mnt/contest_ceph/zhanghao/models/AI-ModelScope/text-to-video-ms-1.7b`(如更改目录,请修改后面的执行脚本中的模型路径)
2025-09-09 11:41:59 +08:00
### 测试程序
1. 准备输入数据集,可以参考示例`dataset.json`
2. 在docker镜像里运行测试程序会根据`dataset.json`内容,在`output`目录下生成视频文件。
```bash
./run_in_docker.sh
```
## 测试结果
2025-09-11 13:50:28 +08:00
| | A100 平均生成时间(秒) | 天垓100 平均生成时间(秒) |
|------|-------------------------|----------------------------|
| 时间 | 21 | 60 |
2025-09-09 11:41:59 +08:00