Interrogates single or multiple image files using various alternative models, similar to deepdanbooru interrogate.
 
 
 
 
Go to file
Sangha Lee c6b00a4100
Merge pull request #21 from SmilingWolf/master
Update WD tagger
2022-12-06 12:23:15 +00:00
docs feat: add preset #16 2022-11-26 01:01:20 +09:00
scripts Use up-to-date WD tagger model from HuggingFace repo 2022-12-06 12:52:41 +01:00
tagger Use up-to-date WD tagger model from HuggingFace repo 2022-12-06 12:52:41 +01:00
.gitignore feat: add preset #16 2022-11-26 01:01:20 +09:00
README.ko.md docs: add korean 2022-11-26 13:58:54 +09:00
README.md Delete outdated quote and setup instructions 2022-12-06 12:53:32 +01:00
install.py add prompt send button 2022-11-17 21:11:31 +09:00
preload.py feat: support multiple model types #8 2022-11-21 23:36:25 +09:00

README.md

Tagger for Automatic1111's WebUI

Interrogate booru style tags for single or multiple image files using various models, such as DeepDanbooru.

한국어를 사용하시나요? 여기에 한국어 설명서가 있습니다!

Disclaimer

I didn't make any models, and most of the code was heavily borrowed from the DeepDanbooru and MrSmillingWolf's tagger.

Installation

  1. Extensions -> Install from URL -> Enter URL of this repository -> Press Install button

    • or clone this repository under extensions/
      $ git clone https://github.com/toriato/stable-diffusion-webui-wd14-tagger.git extensions/tagger
      
  2. Add interrogate model

    • DeepDanbooru

      1. Various model files can be found below.

      2. Move the project folder containing the model and config to models/deepdanbooru

      3. The file structure should look like:

        models/
        └╴deepdanbooru/
          ├╴deepdanbooru-v3-20211112-sgd-e28/
          │ ├╴project.json
          │ └╴...
          │
          ├╴deepdanbooru-v4-20200814-sgd-e30/
          │ ├╴project.json
          │ └╴...
          │
          ├╴e621-v3-20221117-sgd-e32/
          │ ├╴project.json
          │ └╴...
          │
          ...
        
    • MrSmilingWolf's model (a.k.a. Waifu Diffusion 1.4 tagger)

      Please ask the original author MrSmilingWolf#5991 for questions related to model or additional training.

  3. Start or restart the WebUI.

    • or you can press refresh button after Interrogator dropdown box.

Screenshot

Screenshot

Artwork made by hecattaart

Public domain, except borrowed parts (e.g. dbimutils.py)