This commit is contained in:
Kohya S
2024-03-30 23:02:24 +09:00
parent 2c2ca9d726
commit 059ee047f3
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -38,7 +38,7 @@ Animagine XL 3.1 方式で出力する場合、以下のようになります(
```
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
--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
```