CivArchive
    FLUX 2 GODMOD โ€” by VeloPilot - v1.0
    NSFW
    Preview 138326524
    Preview 138326525
    Preview 138326529
    Preview 138326528
    Preview 138326534
    Preview 138326530
    Preview 138326536
    Preview 138326535
    Preview 138326540

    โšก FLUX 2 GODMOD โ€” by VeloPilot

    ๐Ÿ‘‹ Created by VeloPilot โ€” one-graph FLUX.2 Klein editor: text-to-image ยท editing ยท inpaint ยท outpaint ยท multi-reference


    ๐Ÿ“‹ Overview

    One workflow that covers every FLUX.2 Klein task. You never rewire anything โ€” you flip toggles.

    1. Step 1 โ€” Load your photo into LOAD IMAGE 1 (plus optional reference images 2 and 3)

    2. Step 2 โ€” Prompt โ€” pick a ready task preset (character swap / clothing / pose) or write your own, optionally rewritten by a local LLM

    3. Step 3 โ€” Choose a mode โ€” T2I, edit, inpaint or outpaint, all on one node

    4. Step 4 โ€” Run โ€” masks can be painted by hand, generated by SAM3 text prompt, or both at once

    Mode Toggles on the Sampler node What it does ๐Ÿ–ผ๏ธ Text โ†’ Image all toggles OFF clean generation at the selected aspect ratio โœ๏ธ Edit ENABLE EDIT MODE character swap, clothing, pose, object removal ๐Ÿ–Œ๏ธ Inpaint ENABLE EDIT MODE + ENABLE INPAINT MODE + mask repaint only the masked area, denoise slider active ๐Ÿ”ฒ Outpaint ENABLE EDIT MODE + ENABLE OUTPAINTING MODE extend the canvas by N pixels on any side

    โš ๏ธ FIRST: install all custom nodes via ComfyUI Manager, then load the workflow.


    โœจ Features

    • ๐ŸŽš๏ธ Everything on one node โ€” modes, steps, denoise, expand values live on the Sampler subgraph, no digging around the canvas

    • ๐Ÿงฉ Three image slots โ€” main photo + two reference images (style, clothing, object) fed through ReferenceLatent

    • ๐ŸŽฏ SAM3 masking by text โ€” type jacket, hair, background and get a mask, no brush needed

    • ๐Ÿ–Œ๏ธ Hand mask + SAM3 combined โ€” the two masks are added together

    • ๐Ÿง  Optional LLM prompt enhancer โ€” rewrites a short request into a full FLUX.2 prompt, can read the input image

    • ๐Ÿ“ Task presets โ€” character swap / clothing change / pose change templates that keep identity and framing locked

    • ๐Ÿงฐ Preprocessors on board โ€” DWPose, Depth Anything V2, Canny, HED, M-LSD, LineArt, auto face crop

    • ๐Ÿ”€ One-click bypass panels โ€” disable image slots or the LLM group without touching links


    ๐Ÿ”ง Required Custom Nodes

    Node pack GitHub Used for rgthree-comfy rgthree/rgthree-comfy Power Lora Loader, Fast Groups Bypasser, Any Switch, Image Comparer, Image Resize ComfyUI-KJNodes kijai/ComfyUI-KJNodes JoinStrings, GrowMaskWithBlur, Sage Attention patch ComfyUI-Easy-Use yolain/ComfyUI-Easy-Use easy boolean / float / imageSize / isMaskEmpty, cache & VRAM cleanup ComfyUI-Easy-Sam3 yolain/ComfyUI-Easy-Sam3 SAM3 model loader, SAM3 image segmentation (text-prompt masks) ComfyUI-Crystools crystian/ComfyUI-Crystools Switch any / Switch conditioning (all mode toggles) comfyui_controlnet_aux Fannovel16/comfyui_controlnet_aux DWPose, Depth Anything V2, Canny, HED, M-LSD, LineArt ComfyUI_Comfyroll_CustomNodes Suzie1/ComfyUI_Comfyroll_CustomNodes CR Image Border (outpaint canvas) ComfyUI-AutoCropFaces liusida/ComfyUI-AutoCropFaces automatic face crop for reference images was-node-suite-comfyui WASasquatch/was-node-suite-comfyui Image Blank ComfyLiterals M1kep/ComfyLiterals Int

    โœ… TextGenerate, RegexReplace, ReferenceLatent, ResolutionSelector, SetLatentNoiseMask, PrimitiveStringMultiline and MarkdownNote are built into ComfyUI core โ€” just keep ComfyUI up to date.


    ๐Ÿ“ฆ Required Models & Files

    ๐Ÿง  diffusion_models

    ๐Ÿ”’ The BFL repos are gated โ€” accept the license on HuggingFace before downloading.

    ๐Ÿ”ค text_encoders

    • qwen_3_8b_fp8mixed.safetensors โ€” main text encoder โ†’ models/text_encoders/

    • (optional) any uncensored Qwen3 / Gemma text encoder for the LLM prompt enhancer group โ†’ models/text_encoders/

    ๐Ÿ’ก The screenshots use finetuned/abliterated text encoders. They are not required โ€” point both loaders at the stock qwen_3_8b and everything works.

    ๐ŸŒ€ vae

    ๐ŸŽฏ sam3 (text-prompt masking)

    ๐Ÿง Preprocessors (auto-download)

    • yolox_l.onnx and dw-ll_ucoco_384_bs5.torchscript.pt โ€” pulled automatically by comfyui_controlnet_aux on first DWPose run

    • Depth Anything V2 / HED / LineArt / M-LSD checkpoints โ€” same, downloaded on demand

    ๐ŸŽญ loras

    • Any FLUX.2 Klein LoRA of your choice โ€” drop it into the Power Lora Loader, and put its trigger words into the Lora keywords node. Nothing is required to run the workflow.


    ๐Ÿ“ Model Folder Structure

    ๐Ÿ“‚ ComfyUI/
    โ”œโ”€โ”€ ๐Ÿ“‚ custom_nodes/
    โ”‚   โ”œโ”€โ”€ rgthree-comfy/
    โ”‚   โ”œโ”€โ”€ ComfyUI-KJNodes/
    โ”‚   โ”œโ”€โ”€ ComfyUI-Easy-Use/
    โ”‚   โ”œโ”€โ”€ ComfyUI-Easy-Sam3/
    โ”‚   โ”œโ”€โ”€ ComfyUI-Crystools/
    โ”‚   โ”œโ”€โ”€ comfyui_controlnet_aux/
    โ”‚   โ”œโ”€โ”€ ComfyUI_Comfyroll_CustomNodes/
    โ”‚   โ”œโ”€โ”€ ComfyUI-AutoCropFaces/
    โ”‚   โ”œโ”€โ”€ was-node-suite-comfyui/
    โ”‚   โ””โ”€โ”€ ComfyLiterals/
    โ””โ”€โ”€ ๐Ÿ“‚ models/
        โ”œโ”€โ”€ ๐Ÿ“‚ diffusion_models/
        โ”‚   โ””โ”€โ”€ flux-2-klein-9b-fp8.safetensors
        โ”œโ”€โ”€ ๐Ÿ“‚ text_encoders/
        โ”‚   โ”œโ”€โ”€ qwen_3_8b_fp8mixed.safetensors
        โ”‚   โ””โ”€โ”€ (optional) your-uncensored-LLM.safetensors
        โ”œโ”€โ”€ ๐Ÿ“‚ vae/
        โ”‚   โ””โ”€โ”€ flux2-vae.safetensors
        โ”œโ”€โ”€ ๐Ÿ“‚ sam3/
        โ”‚   โ””โ”€โ”€ sam3-fp16.safetensors
        โ””โ”€โ”€ ๐Ÿ“‚ loras/
            โ””โ”€โ”€ your_flux2_klein_lora.safetensors
    

    ๐ŸŽฌ How to use

    1๏ธโƒฃ Text โ†’ Image

    Leave every toggle off, pick an aspect ratio in ResolutionSelector, write a prompt, run. Denoise is forced to 1.0 automatically.

    2๏ธโƒฃ Edit / character swap / clothing / pose

    Load a photo into LOAD IMAGE 1, enable ENABLE EDIT MODE, then take a preset from the PROMTPS FOR HELP panel:

    • CHARACTER SWAP โ€” new person, same pose, framing, light and background

    • CLOTHING โ€” new outfit, same person and scene

    • POSE โ€” same person and outfit, new body position

    Paste the preset into User prompt and finish the sentence after Specific request: with what you actually want.

    3๏ธโƒฃ Inpaint

    Enable ENABLE EDIT MODE + ENABLE INPAINT MODE, then give it a mask in one of three ways:

    • paint it on the mask loader node and connect MASK โ†’ mask of IMAGE 1 PROCESS

    • type an object name into the SAM3 prompt inside IMAGE 1 PROCESS (jacket, hair, signโ€ฆ)

    • both at once โ€” the masks are summed

    Denoise is the only mode where the slider matters: 0.5โ€“0.7 for a soft retouch, 0.9โ€“1.0 for a full repaint.

    4๏ธโƒฃ Outpaint

    Enable ENABLE EDIT MODE + ENABLE OUTPAINTING MODE and set Expand top / bottom / left / right in pixels. White borders are added, and the model paints them in with matching perspective, light and grain.


    Parameter Value Note Steps 4 Klein 9B is distilled โ€” more steps give a waxy, over-cooked look CFG 1.0 distilled model Guidance 4.0 drop to 2.5โ€“3.5 if edits drift away from the original Sampler / Scheduler euler / simple avoid ancestral samplers Denoise 1.0 everywhere except inpaint forced automatically Aspect ratio match the source photo the input is center-cropped to the selected ratio


    ๐Ÿ’ก Tips

    • Reference images 2 and 3 are for style, an outfit or an object you want carried into the main photo. Turn their groups off in the bypass panel when unused โ€” they cost VRAM.

    • LLM enhancer is worth it for short requests. A long, precise prompt is still better written by hand โ€” bypass the group and your text goes to the model untouched.

    • Mask stuck on the image? ComfyUI saves painted masks into input/clipspace/ and re-points the loader at that file. Pick the original file in the node dropdown to reset it โ€” that is why masking lives on a separate loader here, so the source photo never gets overwritten.

    • Preprocessors (pose / depth / canny / lineart) are optional guides โ€” enable one at a time, they are heavy.

    • Low VRAM: bypass the LLM group and reference slots 2โ€“3, and keep the resolution at 1MP.


    ๐Ÿ› Report Issues

    Before reporting, please:

    1. Update ComfyUI to the latest version โ€” Update Guide

    2. Update all custom nodes via ComfyUI Manager

    3. Check that every model sits in the folder listed above

    4. Tell me your GPU, VRAM and the exact error text from the console


    Made by VeloPilot โ€” AI Content Creator

    This workflow is provided as-is for educational and creative purposes.

    The author assumes no responsibility for any content generated with it.

    Users are solely responsible for ensuring their use of all included

    models, LoRAs, and custom nodes complies with their respective licenses

    and terms of distribution. Third-party models retain their original

    licenses - refer to each model's page on Hugging Face or GitHub for

    full terms.

    Description

    One workflow that covers every FLUX.2 Klein task. You never rewire anything โ€” you flip toggles.

    1. Step 1 โ€” Load your photo into LOAD IMAGE 1 (plus optional reference images 2 and 3)

    2. Step 2 โ€” Prompt โ€” pick a ready task preset (character swap / clothing / pose) or write your own, optionally rewritten by a local LLM

    3. Step 3 โ€” Choose a mode โ€” T2I, edit, inpaint or outpaint, all on one node

    4. Step 4 โ€” Run โ€” masks can be painted by hand, generated by SAM3 text prompt, or both at once

    FAQ

    Workflows
    Flux.2 Klein 9B

    Details

    Downloads
    124
    Platform
    CivitAI
    Platform Status
    Available
    Created
    7/31/2026
    Updated
    8/13/2026
    Deleted
    -

    Files

    flux2GODMODBy_v10.json

    Mirrors

    CivitAI (1 mirrors)