mirror of
https://github.com/kohya-ss/sd-scripts.git
synced 2026-04-09 06:45:09 +00:00
fix typo
This commit is contained in:
@@ -39,7 +39,7 @@ To output in the Animagine XL 3.1 format, it would be as follows (enter on a sin
|
|||||||
```
|
```
|
||||||
python tag_images_by_wd14_tagger.py --onnx --repo_id SmilingWolf/wd-swinv2-tagger-v3
|
python tag_images_by_wd14_tagger.py --onnx --repo_id SmilingWolf/wd-swinv2-tagger-v3
|
||||||
--batch_size 4 --remove_underscore --undesired_tags "PUT,YOUR,UNDESIRED,TAGS" --recursive
|
--batch_size 4 --remove_underscore --undesired_tags "PUT,YOUR,UNDESIRED,TAGS" --recursive
|
||||||
--use_rating_tagss_as_last_tag --character_tags_first --character_tag_expand
|
--use_rating_tags_as_last_tag --character_tags_first --character_tag_expand
|
||||||
--always_first_tags "1girl,1boy" ..\train_data
|
--always_first_tags "1girl,1boy" ..\train_data
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ Animagine XL 3.1 方式で出力する場合、以下のようになります(
|
|||||||
```
|
```
|
||||||
python tag_images_by_wd14_tagger.py --onnx --repo_id SmilingWolf/wd-swinv2-tagger-v3
|
python tag_images_by_wd14_tagger.py --onnx --repo_id SmilingWolf/wd-swinv2-tagger-v3
|
||||||
--batch_size 4 --remove_underscore --undesired_tags "PUT,YOUR,UNDESIRED,TAGS" --recursive
|
--batch_size 4 --remove_underscore --undesired_tags "PUT,YOUR,UNDESIRED,TAGS" --recursive
|
||||||
--use_rating_tagss_as_last_tag --character_tags_first --character_tag_expand
|
--use_rating_tags_as_last_tag --character_tags_first --character_tag_expand
|
||||||
--always_first_tags "1girl,1boy" ..\train_data
|
--always_first_tags "1girl,1boy" ..\train_data
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user