CivArchive
    Flux.2-klein-Workflows - AIO-T2I-V1
    NSFW
    Preview 118282429
    Preview 118282432

    ๐ŸŽจ FLUX.2 [klein] 4B AIO Workflow v1

    Official workflow for FLUX.2 [klein] 4B AIO models


    โœจ What's Included

    • โšก Optimized Text-to-Image generation

    • ๐Ÿ”ผ Optional upscaling pipeline

    • ๐Ÿ’พ Auto-save with full metadata

    • ๐Ÿ” Before/After image comparison

    • ๐Ÿ“– Built-in LoRA support (toggle on/off)

    • ๐Ÿ“ Pre-configured for 1024ร—1024 native resolution


    ๐Ÿ”„ Compatible Models

    ๐Ÿ”ต FP16-AIO (~15 GB) โ€“ Older GPUs

    ๐ŸŸข BF16-AIO (~15 GB) โ€“ Best Quality

    All versions work with this workflow!


    โš™๏ธ Pre-Configured Settings

    • Steps: 4 (step-distilled)

    • CFG: 1.0 โš ๏ธ

    • Sampler: euler

    • Scheduler: simple

    • Resolution: 1024ร—1024

    โš ๏ธ CRITICAL: Keep CFG at 1.0!

    This is a distilled model. Higher CFG = worse results!


    ๐Ÿ“ฆ Required Custom Nodes

    Install via ComfyUI Manager:

    • rgthree-comfy โ€“ Image comparison, LoRA toggle

    • comfyui_image_metadata_extension โ€“ Auto-save metadata


    ๐Ÿš€ Quick Start

    1. Download workflow (.json)

    2. Import into ComfyUI

    3. Select your FLUX.2 [klein] 4B AIO model

    4. Write your prompt

    5. Generate!


    ๐Ÿ“‚ Model Installation

    ComfyUI/models/checkpoints/
    โ””โ”€โ”€ flux-2-klein-4b-fp8-aio.safetensors
    

    ๐Ÿ’ก Workflow Features

    ๐ŸŽจ Base Generation

    • Natural language prompts

    • 4-6 steps for best results

    • No negative prompts needed

    ๐Ÿ”ผ Upscaling (Optional)

    • 1.5x scale by default

    • Denoise 0.3 preserves details

    • Adjustable to your needs

    ๐Ÿ’พ Auto-Save

    • PNG with full metadata

    • Easy CivitAI uploads

    • All settings preserved

    ๐Ÿ” Image Comparison

    • Side-by-side view

    • Base vs Upscaled

    • Slide comparison mode


    ๐ŸŽฏ Tips

    • Portrait: Set resolution to 768ร—1024 or 832ร—1216

    • Landscape: Set resolution to 1024ร—768 or 1216ร—832

    • Square: Keep 1024ร—1024 (native, best quality)

    • LoRAs: Toggle via "Fast Groups Bypasser" node



    Version: 1.0
    Updated: January 2026
    License: Apache 2.0


    Sub-second image generation made simple! โšก

    Description

    null

    FAQ

    Comments (6)

    AuruuJan 22, 2026ยท 2 reactions
    CivitAI

    File consists of only two PNGs

    SeeSeeLP
    Author
    Jan 22, 2026ยท 1 reaction

    Right, that was my mistake, I'll update it right away. You can simply drag the PNG into the ComfyUI interface, because the workflow is contained within the PNGs ๐Ÿ˜Š

    SeeSeeLP
    Author
    Jan 22, 2026ยท 1 reaction

    Updated, thanks for your feedback

    SeeSeeLP
    Author
    Jan 22, 2026
    CivitAI

    UPDATE:

    Thanks again for all the feedback! I wanted to give an update regarding the issue some of you have reported. When using the FP8 AIO model, some users ran into a CLIPTextEncode error, saying the clip input was invalid or the text encoder couldnโ€™t be recognized.

    Iโ€™ve realized that this might be caused by the script I wrote, which probably doesnโ€™t set the right parameters for ComfyUIโ€™s AIO version. Iโ€™m not entirely sure why it worked on my version, but to avoid confusion for everyone, Iโ€™ve deleted the current upload on Civitai.

    Iโ€™ll redownload ComfyUI without any custom nodes tonight and try to reproduce and fix the problem. Once everything is working correctly, Iโ€™ll re-upload the model. Thanks for your patience!

    SeeSeeLP
    Author
    Jan 22, 2026ยท 1 reaction
    CivitAI

    UPDATE 2:

    After extensive debugging, I found the root cause of the issue - and it's NOT the model files!

    The Problem:

    The AIO models are correctly formatted. The issue is that ComfyUI's Flux2 class has the clip_target() method

    returning None (marked as "TODO" in the code). This means ComfyUI currently does NOT support loading text encoders

    from Flux2 AIO checkpoints - regardless of how the model is formatted.

    When you load a Flux2 AIO checkpoint:

    - โœ… UNET loads correctly

    - โœ… VAE loads correctly

    - โŒ Text Encoder is completely ignored (because of the missing implementation)

    This is a ComfyUI limitation, not a model issue.

    The relevant code in comfy/supported_models.py (line ~772):

    ```python

    class Flux2(Flux):

    def clip_target(self, state_dict={}):

    return None # TODO โ† This is the problem

    Workaround (until ComfyUI fixes this):

    You need to modify ComfyUI/comfy/supported_models.py and replace the clip_target() method in the Flux2 class. I've

    submitted a GitHub issue with the fix:

    ๐Ÿ‘‰ https://github.com/Comfy-Org/ComfyUI/issues/12032

    Once ComfyUI implements this, the AIO models will work out of the box with the standard "Load Checkpoint" node.

    I'll re-upload the models once this is resolved or provide a detailed guide on how to apply the fix manually. Sorry

    for the confusion - I didn't realize my local ComfyUI had this method already implemented! because I wanted to create the AIO versions with comfyui first

    SeeSeeLP
    Author
    Jan 23, 2026ยท 1 reaction
    CivitAI

    UPDATE 3:

    There are currently three ways to use the AIO version. It turns out that the files themselves are completely fine โ€” the actual issue is that ComfyUI does not recognize the text encoder in certain versions.

    Fix 1: Follow the instructions from UPDATE 2.
    Fix 2: Update ComfyUI to the newer beta version from 2026-01-22, where this issue has already been fixed.
    Fix 3: Wait for the next stable ComfyUI release after v0.10.0, which should also include this fix.

    Thanks again to everyone for the great feedback. I apologize for any inconvenience this may have caused, and I hope you still have lots of fun generating.
    May the AI be with you ๐Ÿ˜Š

    Workflows
    Flux.2 Klein 4B

    Details

    Downloads
    1,330
    Platform
    CivitAI
    Platform Status
    Available
    Created
    1/21/2026
    Updated
    6/11/2026
    Deleted
    -

    Files

    flux2KleinWorkflows_aioT2IV1.zip

    Mirrors

    flux2KleinWorkflows_aioT2IV1.zip

    Mirrors