diff --git a/README-JP.md b/README-JP.md index 9c02adf..e74e0a8 100644 --- a/README-JP.md +++ b/README-JP.md @@ -40,7 +40,9 @@ git clone https://github.com/toshiaki1729/stable-diffusion-webui-dataset-tag-edi - タグまたはキャプション全体について一括置換ができます - [正規表現](https://docs.python.org/ja/3/library/re.html#regular-expression-syntax) が利用可能です - Interrogatorを使用してタグの追加や編集ができます - - BLIP、DeepDanbooru、[WDv1.4 Tagger](https://huggingface.co/SmilingWolf)の各ネットワークによる学習結果(v1, v2)が使用可能です + - BLIP、DeepDanbooru、[Z3D-E621-Convnext](https://huggingface.co/toynya/Z3D-E621-Convnext)、 [WDv1.4 Tagger](https://huggingface.co/SmilingWolf)の各ネットワークによる学習結果(v1, v2, v3)が使用可能です +- お好みのTaggerを `userscripts/taggers` に追加できます (`scripts.tagger.Tagger`を継承したクラスでラップしてください) + - 当該フォルダにAesthetic Scoreに基づいたTaggerをいくつか実装しています - 画像やキャプションファイルの一括移動・削除ができます diff --git a/README.md b/README.md index 265744f..3ed5605 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,9 @@ Note. "tag" means each blocks of caption separated by commas. - Batch search and replace - [regular expression](https://docs.python.org/3/library/re.html#regular-expression-syntax) can be used - Use interrogators - - BLIP, DeepDanbooru, SmilingWolf's [WDv1.4 Tagger](https://huggingface.co/SmilingWolf) (v1, v2 and some variants of them) + - BLIP, BLIP2, GIT, DeepDanbooru, [Z3D-E621-Convnext](https://huggingface.co/toynya/Z3D-E621-Convnext), SmilingWolf's [WDv1.4 Tagger](https://huggingface.co/SmilingWolf) (v1, v2, v3 and some variants of them) +- You can add Custom Tagger in `userscripts/taggers` (they have to be wrapped by a class derived from `scripts.tagger.Tagger`) + - Some Aesthetic Score Predictors are implemented in there - Batch remove image and/or caption files