ComfyUI Extension: ComfyUI-AnimaPromptFormatter

Authored by 1lch2

Created

Updated

6 stars

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.

Looking for a different extension?

Custom Nodes (1)

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

  1. Removes all line breaks (\n, \r)
  2. Ensures exactly one space after each comma
  3. Removes spaces before commas
  4. 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.

Learn more