From 11935892ae8429db415ea43c4a800bc580acb43f Mon Sep 17 00:00:00 2001 From: zR <2448370773@qq.com> Date: Tue, 7 Jan 2025 16:37:11 +0800 Subject: [PATCH] remove --image_column --- finetune/README.md | 2 +- finetune/README_ja.md | 2 +- finetune/README_zh.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/finetune/README.md b/finetune/README.md index 5afed28..1667429 100644 --- a/finetune/README.md +++ b/finetune/README.md @@ -72,7 +72,7 @@ bash accelerate_train_t2v.sh ```bash # Modify the configuration parameters in accelerate_train_i2v.sh # In addition to modifying the same parameters as for T2V, you also need to set: -# --image_column: Path to the reference image list file +# --image_column: Path to the reference image list file(if not provided, remove use this parameter) # Refer to the start script for other important parameters bash accelerate_train_i2v.sh diff --git a/finetune/README_ja.md b/finetune/README_ja.md index 63a53a4..5730974 100644 --- a/finetune/README_ja.md +++ b/finetune/README_ja.md @@ -70,7 +70,7 @@ bash accelerate_train_t2v.sh ```bash # accelerate_train_i2v.sh の設定パラメータを変更します # T2Vと同様に変更が必要なパラメータに加えて、以下のパラメータも設定する必要があります: -# --image_column: 参照画像リストファイルのパス +# --image_column: 参照画像リストファイルのパス(オプション) # その他の重要なパラメータについては、起動スクリプトを参照してください bash accelerate_train_i2v.sh diff --git a/finetune/README_zh.md b/finetune/README_zh.md index cd50b89..e40ef5c 100644 --- a/finetune/README_zh.md +++ b/finetune/README_zh.md @@ -72,7 +72,7 @@ bash accelerate_train_t2v.sh ```bash # 修改 accelerate_train_i2v.sh 中的配置参数 # 除了需要修改与T2V相同的参数外,还需要额外设置: -# --image_column: 参考图像文件列表路径 +# --image_column: 参考图像文件列表路径(如果没有自己的图片,默认使用视频第一帧,移除这个参数) # 其他重要参数请参考启动脚本 bash accelerate_train_i2v.sh