Interrogates single or multiple image files using various alternative models, similar to deepdanbooru interrogate.
 
 
 
 
Go to file
Roel Kluin 65c738eee2 ruff 2023-07-07 00:23:47 +02:00
docs docs: fix typos 2023-01-26 18:36:41 +09:00
javascript clickable tags 2023-07-06 16:17:51 +02:00
scripts moving code to interrogator 2023-06-13 15:18:44 +02:00
tagger ruff 2023-07-07 00:23:47 +02:00
.gitignore refactor: remove old ignores 2023-01-25 22:22:36 +09:00
README.ko.md docs: update wd 1.4 model changes 2022-12-06 21:31:23 +09:00
README.md Update README.md 2023-02-19 08:40:06 +08:00
preload.py Fix help message 2023-06-04 17:42:19 +02:00
style.css clickable tags 2023-07-06 16:17:51 +02: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. (optional) Add interrogate model

    • Waifu Diffusion 1.4 Tagger by MrSmilingWolf

      Downloads automatically from the HuggingFace repository the first time you run it.

    • 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
          │ └╴...
          │
          ...
        
  3. Start or restart the WebUI.

    • or you can press refresh button after Interrogator dropdown box.
    • "You must close stable diffusion completely after installation and re-run it!"

Model comparison

Model comparison

Screenshot

Screenshot

Artwork made by hecattaart

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