Skip to content

SmirkingKitsune/stable-diffusion-webui-wd14-tagger

This branch is 1 commit ahead of catboxanon/stable-diffusion-webui-wd14-tagger:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0e59218 · Dec 8, 2024
Jul 11, 2023
Jan 26, 2023
Jul 9, 2023
Jul 25, 2023
Jul 20, 2023
Sep 21, 2023
Sep 15, 2023
Jan 25, 2023
Sep 15, 2023
Jul 11, 2023
Aug 2, 2023
Aug 2, 2023
Jul 20, 2023
Aug 12, 2023
Jul 20, 2023
Nov 4, 2023
Dec 8, 2024

Repository files navigation

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/picobyte/stable-diffusion-webui-wd14-tagger.git extensions/tagger
  2. (optional) Add interrogate model

    • 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

Copyright

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

About

Labeling extension for Automatic1111's Web UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.2%
  • Shell 6.7%
  • JavaScript 5.6%
  • CSS 1.5%