ComfyUI Extension: ComfyUI-AnimaPromptFormatter
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.
A ComfyUI custom node for formatting Anima prompts.
README
ComfyUI-AnimaPromptFormatter
中文版 | English
A ComfyUI custom node for formatting Anima prompts.
Unlike SDXL models like IllustrousXL or NoobAI XL, Anima is sensitive to whitespaces, commas and line breaks. I create this custom node so I can keep my prompting habits on NoobAI models.
Formatting Rules
- Removes all line breaks (
\n,\r) - Ensures exactly one space after each comma
- Removes spaces before commas
- Filters empty tags from consecutive commas
Example
Input:
tag1,tag2, tag3
,tag4,,tag5
Output:
tag1, tag2, tag3, tag4, tag5
Usage
It's just a string input node, link the output to CLIPTextEncode node and it works.
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.