CivArchive
    iGEN - Simple (Save with Generation Data) - v1.0
    NSFW
    Preview 140556845
    Preview 140561061
    Preview 140561058
    Preview 140561898

    iGEN Simple — Workflow Guide

    78 nodes · 5 groups · 36 unique node types · 2-pass generation pipeline

    • Built around ComfyUI Smart Model Loader

    • Uses ComfyUI Eclipse for compact routing, prompt, upscale, and save utilities

    • Includes optional Detail Daemon sampling enhancement


    What Is This?

    iGEN Simple is a compact text-to-image workflow for ComfyUI. It keeps the useful core of a larger generation setup—template-based model loading, wildcard prompts, custom sampling, a low-denoise upscale pass, comparison, metadata, and organized saving—without turning the canvas into a maze.

    The included configuration is tuned for a Krea2-style pipeline. It loads the Krea2_GPT Smart Model Loader template, generates a base image, enlarges it by 1.5×, performs a short refinement pass, and saves the result with generation data.

    This is intentionally a focused workflow. It does not include iGEN ONE's image loaders, ControlNet paths, face detailers, identity tools, watermarks, or long post-processing chain.


    How It Works

    The canvas reads from left to right through five groups:

    1. Model Loader — loads the model stack and publishes its components and settings.

    2. Prompt — builds the positive prompt from wildcard choices and supplies a negative prompt.

    3. Sampler — creates the base image with custom sampling and optional Detail Daemon processing.

    4. Upscale — resizes the selected image and performs a short, low-denoise refinement pass.

    5. Save Image — compares the base and refined images, records generation data, and saves the chosen final result.

    The workflow uses Set/Get routing to publish named values such as main_model, prompt_positive, and init_images. GetAllActive collects whichever compatible values are active, while switches choose the LoRA-adjusted or original model path. This keeps most long-distance connections off the canvas.

    The historical [Eclipse] suffix on Smart Model Loader node IDs is preserved for workflow compatibility. Those loader, conditioning, pipe, and sampler nodes are supplied by the standalone ComfyUI Smart Model Loader package.


    1. Model Loader

    The Smart Model Loader is the main control center. The bundled workflow opens with the Krea2_GPT template and the following saved setup:

    • Primary model: krea2GPTGrandPUSSYTruth.safetensors

    • CLIP: qwen3vl_4b_fp8_scaled.safetensors

    • CLIP type: krea2

    • VAE: qwen_image_vae.safetensors

    • Resolution: 960 × 1440

    • Batch size: 1

    • Attention mode: flash-attention2

    • Model precision: bfloat16

    The loader sends one PIPE into IO Checkpoint Loader, which exposes the model, CLIP, VAE, latent, dimensions, names, and sampler values for the rest of the workflow.

    Verified model acquisition

    The primary model carries a saved CivitAI AIR reference. If it is missing, select the template and use Download from CivitAI in Smart Model Loader. The download is explicit—it does not begin merely because the workflow or template was loaded—and the resulting file is verified before use.

    If the file is present but its hash does not match the saved identity, the loader marks it as a mismatch and exposes the same download action so you can replace it with the verified CivitAI file.

    The external CLIP and VAE must also exist in the model folders shown by Smart Model Loader. If you substitute another template, review its model type, CLIP type, VAE, resolution, and sampler recommendations together.

    Optional LoRAs

    The Lora Stack provides ten slots and is empty by default. Add LoRAs there when needed. The workflow automatically prefers the LoRA-adjusted model and CLIP when the stack is active, then records both loader and stack LoRA names in the saved generation data.

    Start with the workflow unchanged and confirm one successful image before adding LoRAs or replacing individual model components.


    2. Prompt

    The positive prompt is generated by Wildcard Processor. Its included example uses brace choices such as {slavic|asian|european|african} and {straight|messy|wavy}, so each population can produce a different resolved prompt.

    You can:

    • replace the example with an ordinary prompt;

    • use {choice one|choice two|choice three} for inline random choices;

    • use installed wildcard files through the processor's wildcard selector;

    • change the wildcard seed to reproduce or vary the populated text.

    The Negative Prompt field defaults to:

    worst_quality, low_quality, lowres, blurry, motion lines

    The sampler's Fast Mode Toggle controls whether the negative encoder is active. In the saved workflow, negative prompting is switched off and zero conditioning is used instead. Turn Negative Prompt on in the toggle when the selected model benefits from explicit negative conditioning.


    3. Sampler

    Smart Sampler Settings supplies the main sampling controls. The saved configuration uses:

    • Sampler: Euler

    • Scheduler: Simple

    • Steps: 30

    • CFG: 5.0

    • Guidance: 3.5

    • Denoise: 1.0

    • Seed: 988134358229864 in the saved workflow; change it for a new variation

    The base pass uses ComfyUI's advanced custom-sampling nodes, then decodes the latent and opens Image Selector. When generating a batch, select the image or images you want to continue into the upscale stage.

    Fast Mode Toggle

    The toggle panel manages three optional sampler features:

    • Detail Daemon — enabled in the saved workflow; wraps the selected sampler and adjusts its sigma schedule to emphasize detail.

    • Flux Guidance — disabled in the saved Krea2 configuration; enable it for a compatible Flux-family setup.

    • Negative Prompt — disabled by default; enable it to use the text from the negative prompt field.

    After changing templates or model families, review all three. Settings that are useful for one architecture may be inappropriate for another.


    4. Upscale and Refinement

    The selected base image passes through two operations:

    1. Image Upscale With Model v2 enlarges the image by 1.5× with Lanczos resampling. No AI upscale model is selected by default. Smart sharpening is enabled with a restrained amount of 2.

    2. Eclipse KSampler (Pipe) performs a short refinement pass using 3 steps, Euler, the Simple scheduler, and 0.15 denoise.

    At the default 960 × 1440 base resolution, the 1.5× resize produces approximately 1440 × 2160 before the refinement pass.

    To use a learned upscaler, choose a model in Image Upscale With Model v2. The node runs that model at its native scale and then resizes to the requested multiplier. For limited VRAM, enable tiled decode in the refinement sampler and choose a suitable tile size.

    Low denoise preserves the original composition. Raise it gradually if you want the second pass to redraw more detail; large changes can alter faces, text, and small objects.


    5. Compare and Save

    The Image Comparer receives both versions:

    • A: refined/upscaled image

    • B: original base image

    Use the comparison view to check whether the second pass improved the result. The save route prefers the refined image and falls back to the base image if the upscale result is unavailable.

    The Folder Path node saves under ComfyUI's output directory using:

    images/<current date>

    The default date format is %Y-%m-%d. Generation Data collects the prompt, negative prompt, seed, model and VAE names, LoRAs, dimensions, steps, CFG, sampler, scheduler, and CLIP skip. Save Images uses those values for its metadata and filename placeholders.

    Review the Folder Path and Save Images nodes before a long batch if you want a different folder structure, filename, image format, embedded workflow policy, or preview-only output.


    Quick Start

    First run

    1. Install the three custom-node packages listed below and restart ComfyUI.

    2. Load iGEN_Simple.json.

    3. In Smart Model Loader, leave the template action on Load and select Krea2_GPT.

    4. Resolve any model marked (missing). Use Download from CivitAI for the referenced primary model when offered, and install the external CLIP and VAE in their indicated model folders.

    5. Enter or populate a positive prompt.

    6. Leave the default sampler and upscale settings unchanged for the first test.

    7. Queue the workflow, select an image if Image Selector pauses for a choice, then inspect the comparison and saved output.

    Use a different model template

    1. Select another saved or bundled Smart Model Loader template.

    2. Confirm every required model component is available.

    3. Review the template's width, height, sampler, scheduler, steps, CFG, and guidance.

    4. Adjust the Fast Mode Toggle for the new architecture—especially Flux Guidance and Negative Prompt.

    5. Test the base pass before increasing the upscale multiplier or refinement denoise.

    Generate without the refinement pass

    Mute or bypass the nodes in the Upscale group. The included fallback allows Save Images to accept the base init_images value when no refined image is published.


    Troubleshooting

    Smart Model Loader reports a missing model

    Reload the saved template so its filename and identity are restored. If Download from CivitAI appears, press it to enqueue the exact referenced primary file. External CLIP, VAE, LoRA, and upscale-model files may need to be installed separately in the folder shown by the relevant widget.

    Integrity verification reports a mismatch

    The installed file is not the file identified by the saved hash or CivitAI reference. Use the displayed CivitAI download action to acquire the verified file again, or deliberately select and save a template for the local variant you intend to use. Do not rename an unrelated model to match the expected filename.

    A node is missing when the workflow loads

    Install or update the package named in Custom Node Packages Used below, then restart ComfyUI and reload the workflow. The [Eclipse] suffix alone does not identify package ownership: the seven loader-to-sampler pipeline nodes come from Smart Model Loader, while the routing, prompt, UI, upscale, comparison, and save utilities come from ComfyUI Eclipse.

    The negative prompt or Flux guidance has no effect

    Open Fast Mode Toggle in the Sampler group and enable the corresponding feature. Both are disabled in the saved workflow.

    The upscale pass runs out of VRAM

    Enable tiled decode in Eclipse KSampler (Pipe), lower its tile size, reduce the base resolution, lower the upscale multiplier, or leave the upscale model set to None and use ordinary resampling.

    The workflow pauses after the base render

    Image Selector is waiting for a selection. Choose the image or images that should continue to the upscale stage.

    Output is not where expected

    Check Folder Path first. By default it creates images/<current date> inside ComfyUI's configured output directory. Then check the custom output and filename features in Save Images.


    Custom Node Packages Used

    • ComfyUI Smart Model Loader — Smart Model Loader, IO Checkpoint Loader, basic and Advanced CLIP encoding, Conditioning Zero Out, and the pipe KSampler.

    • ComfyUI Eclipse — Folder and save tools, Set/Get routing, wildcard prompts, Smart Sampler Settings, LoRA stack, mode toggles, Image Selector, image upscale, and Image Comparer.

    • ComfyUI Detail Daemon — Optional sigma-schedule detail enhancement around the base sampler.

    ComfyUI's built-in nodes provide the empty latent, advanced sampler, guider, scheduler, noise, VAE decode, and Flux guidance primitives.


    Load a model, write a prompt, and let the compact two-pass path do the rest. 🌒

    Description

    • build with comfyui 0.33.1 and frontend version 1.48.7

    • update eclipse to 4.3.10

    • update smart model loader to 1.0.4

    Workflows
    Krea 2

    Details

    Downloads
    82
    Platform
    CivitAI
    Platform Status
    Available
    Created
    8/23/2026
    Updated
    8/25/2026
    Deleted
    -

    Files

    igenSimpleSaveWith_v10.json

    Mirrors

    CivitAI (1 mirrors)