about WDv1.4 tagger v2
parent
a95bd49f78
commit
b6794f1966
|
|
@ -36,7 +36,8 @@ git clone https://github.com/toshiaki1729/stable-diffusion-webui-dataset-tag-edi
|
|||
- タグを一括で置換・削除・追加できます
|
||||
- タグまたはキャプション全体について一括置換ができます
|
||||
- [正規表現](https://docs.python.org/ja/3/library/re.html#regular-expression-syntax) が利用可能です
|
||||
- BLIP、DeepDanbooru、[WDv1.4 Tagger](https://huggingface.co/SmilingWolf/wd-v1-4-vit-tagger)を使用してタグの追加や編集ができます
|
||||
- Interrogatorを使用してタグの追加や編集ができます
|
||||
- BLIP、DeepDanbooru、[WDv1.4 Tagger](https://huggingface.co/SmilingWolf)の各ネットワークによる学習結果(v1, v2)が使用可能です
|
||||
- 画像やキャプションファイルの一括移動・削除ができます
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ 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, [WDv1.4 Tagger](https://huggingface.co/SmilingWolf/wd-v1-4-vit-tagger)
|
||||
- BLIP, DeepDanbooru, SmilingWolf's [WDv1.4 Tagger](https://huggingface.co/SmilingWolf) (v1 and v2, and each of trained in some different networks)
|
||||
- Batch remove image and/or caption files
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue