Commit 70d17ce5 authored by mashun1's avatar mashun1
Browse files

Update README.md

parent ce048126
......@@ -85,9 +85,9 @@ test_list_path 表示输入图像路径及其对应的标题请参考演示文
HIP_VISIBLE_DEVICES=1 python gradio_app.py
注意:第一次执行该命令前需要创建 `workspace/experiments/test_list_for_i2vgen` 文件夹用来保存生成结果,且执行该命令会下载默认文件,当默认文件下载完毕后(程序会报错)需手动注释/删除 `~/.cache/modelscope/hub/damo/i2vgen-xl/ms_wrapper.py`中的代码
![alt text](readme_imgs/image-3.png)
注意:第一次执行该命令前需要创建 `workspace/experiments/test_list_for_i2vgen` 文件夹用来保存生成结果,且执行该命令会下载默认文件,当默认文件下载完毕后(程序会报错)需手动注释/删除 `~/.cache/modelscope/hub/damo/i2vgen-xl/ms_wrapper.py`中的代码,同时需要将`tools/modules/unet/util.py`复制到`~/.cache/modelscope/hub/damo/i2vgen-xl/tools/modules/unet/`中,可执行`cp tools/modules/unet/util.py ~/.cache/modelscope/hub/damo/i2vgen-xl/tools/modules/unet/`
## result
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment