Nodes/Sage Utils/Style Prompt From Config
ComfyUI Node

Style Prompt From Config

Builds positive and negative prompts from sage_styles.json. If a style template contains {prompt}, your input is inserted there; otherwise your input is appended with ', '.

By arcum42·Created 2 years ago·Updated 24 days ago· 32
Style Prompt From Config
    • positive_prompt
    • negative_prompt
    model
    positive
    negative
    CategorySage Utils/text/prompt/style

    Inputs (3)

    NameTypeDefaultDescription
    modelCOMBOInput value for model.
    positiveSTRINGUser positive prompt text to insert into the style template (or append if no {prompt} token exists).
    negativeSTRINGUser negative prompt text to insert into the style template (or append if no {prompt} token exists).

    Outputs (2)

    NameTypeDescription
    positive_promptSTRINGThe generated positive prompt string.
    negative_promptSTRINGThe generated negative prompt string.