Danbooru Tags Translator for ComfyUI. This custom node allows you to convert natural language prompts in Japanese and English into Danbooru tags.
# activate your python env
cd custom_nodes
git clone https://github.com/p1atdev/danbot-comfy-node
cd danbot-comfy-node
pip install -r requirements.txt
If you are using portable ComfyUI, use your/ComfyUI_windows_portable/python_embeded/python.exe -s -m pip
intead of pip
. For example:
cd custom_nodes
git clone https://github.com/p1atdev/danbot-comfy-node
cd danbot-comfy-node
../../../python_embeded/python.exe -s -m pip install -r requirements.txt
comfy node registry-install danbot-comfy-node
See workflows directory.
Filename | Description |
---|---|
Translation+Extension.json | Example workflow of translating and extending Danbooru tags from a Japanese prompt. |
Translation+Extension+Image_Generation.json | Example workflow of translating and extending Danbooru tags from a Japanese prompt, and then generating an image using AnimagineXL 4.0. |
Generation settings
- Prompt generation
- Translation
- rating:
general
- length:
very_short
- template_name:
translation
- rating:
- Extension
- rating:
general
- length:
long
- template_name:
extension
- rating:
- Generation config
- max_new_tokens:
256
- do_sample:
true
- temperature:
1.00
- top_p:
1.0
- top_k:
50
- min_p:
0.05
- num_beams:
1
- max_new_tokens:
- Seed: 347414205
- Translation
- Image generation
- Image model: AnimagineXL 4.0 opt
- Prompt suffix (quality tags):
masterpiece, best quality, high score, great score, latest
- Negative prompt:
lowres, bad anatomy, bad hands, text, error, missing finger, extra digits, fewer digits, cropped, worst quality, low quality, low score, bad score, average score, signature, watermark, username, blurry,
- Image size: 1024x1024
- Seed:
944162813372176
- Steps:
25
- CFG:
5.0
- Sampler name:
euler_ancestral
- Scheduler:
normal
- Denoise:
1.00
Model name | Knowledge cutoff | Param size |
---|---|---|
🤗 DanbotNL 2408 260M | 2024/8/31 | 262M |