remove --image_column

This commit is contained in:
zR 2025-01-07 16:37:11 +08:00
parent ee1f666206
commit 11935892ae
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -70,7 +70,7 @@ bash accelerate_train_t2v.sh
```bash
# accelerate_train_i2v.sh の設定パラメータを変更します
# T2Vと同様に変更が必要なパラメータに加えて、以下のパラメータも設定する必要があります
# --image_column: 参照画像リストファイルのパス
# --image_column: 参照画像リストファイルのパス(オプション)
# その他の重要なパラメータについては、起動スクリプトを参照してください
bash accelerate_train_i2v.sh

View File

@ -72,7 +72,7 @@ bash accelerate_train_t2v.sh
```bash
# 修改 accelerate_train_i2v.sh 中的配置参数
# 除了需要修改与T2V相同的参数外还需要额外设置:
# --image_column: 参考图像文件列表路径
# --image_column: 参考图像文件列表路径(如果没有自己的图片,默认使用视频第一帧,移除这个参数)
# 其他重要参数请参考启动脚本
bash accelerate_train_i2v.sh