ComfyUI Node

Evaluate

A ComfyUI node in AlcheminePack/Evaluate with 2 inputs and 1 output.

By alchemine·Created about a year ago·Updated about a month ago· 2
Evaluate
    • tag
    tag
    codedef main(tag: str) -> str: tags = [t.strip() for t in tag.split(",") if t.strip()] return ", ".join(sorted(tags))
    CategoryAlcheminePack/Evaluate

    Inputs (2)

    NameTypeDefaultDescription
    tagSTRING
    codeSTRINGdef main(tag: str) -> str: tags = [t.strip() for t in tag.split(",") if t.strip()] return ", ".join(sorted(tags))

    Outputs (1)

    NameTypeDescription
    tagSTRING