ComfyUI Node
Evaluate
A ComfyUI node in AlcheminePack/Evaluate with 2 inputs and 1 output.
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)
| Name | Type | Default | Description |
|---|---|---|---|
| tag | STRING | — | |
| code | STRING | def main(tag: str) -> str: tags = [t.strip() for t in tag.split(",") if t.strip()] return ", ".join(sorted(tags)) | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| tag | STRING | — |