ComfyUI node of a/Kohaku's DanTagGen Demo.
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.
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
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.
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
:
The official A1111/Forge extension for DTG can be found here: https://github.com/KohakuBlueleaf/a1111-sd-webui-dtg.