CivArchive
    Preview 115259308
    Preview 115237158
    Preview 115249654
    Preview 115237206
    Preview 115237207
    Preview 115237208
    Preview 115237211
    Preview 115251548
    Preview 115252697
    Preview 115254044

    Comfyui Workflow (Image Generation)


    • Version 3 uses a new layout and replaces context pipes with KJ's Set/Get nodes plus 2 additional Eclipse nodes (GetFirst and GetAllActive).

    • Why the layout changed: In the old workflow, changing the model or LoRAs triggered a full re-run including SmartLML's image description, which is slow. The new layout decouples this — SmartLML runs once to describe the image, and that result is reused via Set/Get nodes. Subsequent runs skip the description step when the seed/index is fixed. When shuffling images (-4), SmartLML naturally re-runs since the image changes.

    • The basic guider is gone — the CFG guider is used for everything (set CFG to 1.0 for Flux, etc.).

    • Some rgthree nodes have been ported to Eclipse (Fast Bypasser/Muter, Fast Groups Bypasser/Muter, Repeater, Image Compare). They are converted to work with the V3 API and Nodes 2.0, using a different approach — no LiteGraph.registerNodeType interception or subclassing.

    • GetFirst & GetAllActive: Virtual frontend nodes that extend KJNodes' Set/Get system with priority-based variable resolution.

      • Get First resolves the first active (not muted/bypassed) SetNode from a prioritized list of variables — ideal for fallback chains (e.g., try LoRA model first, fall back to base model).

      • Get All Active outputs all active SetNode variables simultaneously, each on its own output slot — perfect for collecting multiple active components.

      • Both nodes feature:

        • Type filtering to show only matching SetNode variables

        • Automatic rename tracking when SetNodes are renamed

        • Reorder context menu (Move to Top / Up / Down / Bottom, Insert Above)

        • Green dot indicators showing which variables are currently active

        • Optional virtual link visualization

    Description

    • update Eclipse to 1.0.81

    • fixed the group: load image from folder, added my new node LoadImageFromFolder (it was already broken in the last version, i just didn't noticed)

    • replaced sdxl prompt styler with my new node Prompt Styler wich basicly does the same but allows to switch the style_mode from tags to natural language. it also allows you to create your own files, they are loaded at startup

      • location is comfyui\models\eclipse\styles

    • replaced all ReplaceString v2 nodes with the latest version ReplaceString v3

    • added a replacestringv3 to the detailer: tiles to remove the image description and shot style because they are not needed for the description of tiles imo but you can change that.

    • all Smart LML v2 nodes are set to huggingface, if a model doesn't exists the node will download it automaticly. for florence2 models it checks models\florence2 first. the standard template is updated after this with the local path.

    Workflows
    ZImageTurbo

    Details

    Downloads
    86
    Platform
    CivitAI
    Platform Status
    Deleted
    Created
    12/26/2025
    Updated
    1/2/2026
    Deleted
    1/2/2026

    Files

    igenIIForFLUXSDHidreamQwenZ_v241.zip

    Mirrors