日本語版READMEはこちら。
- Custom node for ComfyUI.
- Add nodes that generates danbooru tags by Dart(Danbooru Tags Transformer).
cd <ComfyUI directory>/custom_nodes
git clone https://github.com/nkchocoai/ComfyUI-Dart.git
- Generate danbooru tags by Dart(Danbooru Tags Transformer).
- See the following URL for the syntax of prompt.
- Tags specified with
remove_tags
will not be output.
- Output input "prompt" of Dart Generate node (dart-v1).
- Output input "prompt" of Dart Generate node (dart-v2).
- Output aspect ratio tags for dart-v2 prompts from width and height.
- Output input "config" of Dart Generate node.
- Output input "ban tags" of Dart Generate node from regular expressions.
- Search with multiple regular expressions by splitting into multiple lines.
- Output a token ID sequence of danbooru tags generated by Dart(Danbooru Tags Transformer).
- See the following URL for the syntax of prompt.
- Decode the token ID sequence.
- Rearrange the token ID sequence in the order of Animagine prompt.
- Output decoded strings of the token ID sequence split by part.
- Remove the specified tag from the token ID sequence.