Nodes/ComfyUI-styles-all/Travel_Poster Styler (Advanced)
ComfyUI Node

Travel_Poster Styler (Advanced)

44 destination presets with a G/L encoder split

By aegis72·Created 3 years ago·Updated 2 years ago· 53
Travel_Poster Styler (Advanced)
    • text_positive_g
    • text_positive_l
    • text_positive
    • text_negative_g
    • text_negative_l
    • text_negative
    text_positive_g
    text_positive_l
    text_negative
    Travel_Poster
    negative_prompt_toBoth
    log_prompttrue

    The Travel_Poster Styler's 44 destination presets - Alpine Wonderland, Island Paradise, Retro Road Trip - but in the Advanced flavor: two positive boxes, six outputs, and a negative_prompt_to dropdown. Travel_PosterStylerAdvanced from aegis72/comfyui-styles-all targets SDXL workflows that want a global prompt for the OpenCLIP-G encoder and a local prompt for CLIP-L.

    The inputs

    • text_positive_g / text_positive_l - your two positive boxes.
    • text_negative - your negative; the style's is appended.
    • Travel_Poster - the 44-option dropdown.
    • negative_prompt_to - Both (default), G only, or L only.
    • log_prompt - on by default; prints the before/after to the console.

    Outputs: text_positive_g, text_positive_l, text_positive (combined), text_negative_g, text_negative_l, text_negative.

    The catch with these templates

    Same pattern as the pack's other Advanced nodes, confirmed by running the code. The travel templates are single-part wrappers - no . separator - so the G/L machinery has nothing to split. And the two positive boxes trade places: your text_positive_l gets styled and exits as text_positive_g, while text_positive_g passes through unstyled to text_positive_l.

    Path of least resistance:

    • Type your subject into text_positive_l and take the combined text_positive output into CLIPTextEncode (or CLIPTextEncodeSDXL on SDXL).
    • One box and one dropdown? The plain Travel_Poster Styler avoids the swap.

    Installing it

    ComfyUI Manager (search ComfyUI-styles-all), or:

    cd ComfyUI/custom_nodes
    git clone https://github.com/aegis72/comfyui-styles-all
    

    Then restart ComfyUI. No dependencies, no models.

    Where people get burned

    • The G/L swap - a styled output with the subject missing is the classic tell.
    • Restart after editing data/Travel_Poster/Travel_Poster.json for new options.
    • SDXL-era keywords - weak on Flux and LLM-encoded models, same as every node in this pack.
    CategoryAegisFlow/stylers

    Inputs (6)

    NameTypeDefaultDescription
    text_positive_gSTRING
    text_positive_lSTRING
    text_negativeSTRING
    Travel_PosterCOMBO44 options: None, African Safari, African Savanna, Alpine Wonderland, Ancient Pyramids, Ancient Ruins, +38
    negative_prompt_toCOMBOBoth3 options: Both, G only, L only
    log_promptBOOLEANtrue

    Outputs (6)

    NameTypeDescription
    text_positive_gSTRING
    text_positive_lSTRING
    text_positiveSTRING
    text_negative_gSTRING
    text_negative_lSTRING
    text_negativeSTRING