Skip to content

Commit

Permalink
Merge pull request bmaltais#353 from Riyaaaaa/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
kohya-ss authored Apr 3, 2023
2 parents f037b09 + ccb0ef5 commit 82c2553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train_README-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ model_dirオプションでモデルの保存先フォルダを指定できま
キャプションをメタデータに入れるには、作業フォルダ内で以下を実行してください(キャプションを学習に使わない場合は実行不要です)(実際は1行で記述します、以下同様)。`--full_path` オプションを指定してメタデータに画像ファイルの場所をフルパスで格納します。このオプションを省略すると相対パスで記録されますが、フォルダ指定が `.toml` ファイル内で別途必要になります。

```
python merge_captions_to_metadata.py --full_apth <教師データフォルダ>
python merge_captions_to_metadata.py --full_path <教師データフォルダ>
  --in_json <読み込むメタデータファイル名> <メタデータファイル名>
```

Expand Down

0 comments on commit 82c2553

Please sign in to comment.