Nodes/ComfyUI Text Processor/Simple Eval Strings
ComfyUI Node

Simple Eval Strings

Evaluates a string expression with three string variables.

By rookiestar28·Created 9 months ago·Updated 2 months ago· 16
Simple Eval Strings
    • STRING
    python_expressiona + ' ' + b + c
    print_to_console
    aHello
    bWorld
    c!
    CategoryComfyUI Text Processor/Logic

    Inputs (5)

    NameTypeDefaultDescription
    python_expressionSTRINGa + ' ' + b + c
    print_to_consoleCOMBO2 options: False, True
    aoptSTRINGHello
    boptSTRINGWorld
    coptSTRING!

    Outputs (1)

    NameTypeDescription
    STRINGSTRINGString evaluation result.