huchenlei / ComfyUI_DanTagGen

ComfyUI node of DTG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ComfyUI_DanTagGen

ComfyUI node of Kohaku's DanTagGen Demo. It can generate the detail tags/core tags about the character you put in the prompts. It can also add some extra elements into your prompt.

image

What is DanTagGen

DanTagGen(Danbooru Tag Generator) is a LLM model designed for generating Danboou Tags with provided informations. It aims to provide user a more convinient way to make prompts for Text2Image model which is trained on Danbooru datasets.

More information about model arch and training data can be found in the HuggingFace Model card:

KBlueLeaf/DanTagGen-beta · Hugging Face

How to use it

Load the example workflow and connect the output to CLIP Text Encode (Prompt)'s text input. You can right click CLIP Text Encode (Prompt) to convert in-node text input to external text input.

image

Options

  • tag length:
    • very short: around 10 tags
    • short: around 20 tags
    • long: around 40 tags
    • very long: around 60 tags
    • short or long is recommended
  • Ban tags: The black list of tags you don't want to see in final prompt. Regex supported.
  • Temperature: Higher = more dynamic result, Lower = better coherence between tags.

Faster inference

If you think the transformers implementation is slow and want to get better speed. You can install llama-cpp-python by yourself and then download the gguf model from HuggingFace and them put them into the models folder.

(Automatic installation/download script for llama-cpp-python and gguf model are WIP)

More information about llama-cpp-python:

Web UI Alternative

The official A1111/Forge extension for DTG can be found here: https://github.com/KohakuBlueleaf/a1111-sd-webui-dtg.

About

ComfyUI node of DTG

License:GNU General Public License v3.0


Languages

Language:Python 100.0%