CivArchive
    ComfyUI-Krea2T-Enhancer (encoder added) - v1.1
    NSFW
    Preview 135552970

    I added phrase-level attention control to the latest update.

    The idea is simple: sometimes you don’t need to push the entire prompt harder. You need Krea2 to pay more attention to the few words that actually reinforce the idea you’re trying to get through.

    So now you can do:

    a (specific important phrase:1.8) with the rest of the prompt written normally

    and selectively increase or decrease how much attention those words receive.

    This is done without scaling, duplicating, deleting, or otherwise changing Krea2’s original 12×2560 Qwen conditioning. The prompt gets encoded normally, the node finds the exact Qwen token rows belonging to the weighted phrase, and the weight is applied to image→text attention inside the shared DiT blocks.

    1.0 = untouched
    >1.0 = more attention priority
    <1.0 = less attention priority
    0.0 = suppression

    It also has an inspection output showing exactly which Qwen token rows/pieces were matched, so there’s no guessing about what the weight actually landed on.

    Basically: instead of turning the entire prompt up, you can now point at the parts that matter and tell Krea2 pay more attention to this.

    Included in the latest Krea2T Enhancer update.

    It is best when used with the refusal reduction LoRA as they complement each-other nicely

    Sample Workflow

    And yes, I know (word:1.5) looks like we somehow got teleported back to the SDXL days haha. The logic underneath it definitely did not though.


    Additional update

    Added Krea2 Turbo Reference Sigmas (From Latent) to the same repo.

    This is a separate scheduler node that creates a Turbo sigma schedule based on the official Krea2 Turbo scheduler settings. Connect the loaded model and the same Empty Latent Image used for sampling, then send its SIGMAS and LATENT outputs to the sampler.

    It defaults to 8 steps, checks that the image dimensions are valid for the model, and keeps the Turbo schedule aligned without manually guessing sigma values.

    IMPORTANT: The Empty Latent width and height must both be divisible by 16. If the node gives you a dimension or alignment error, fix the Empty Latent dimensions first. That error is intentional and does not mean the node is broken. Please verify both values are divisible by 16 before reporting an issue.

    More technical details are available in the GitHub README.


    Additional update

    Added Krea2T Enhancer Advanced to the same repo now, original node is still there and untouched.

    This is basically the same enhancer but with one extra knob called text_scale, this knob controls the fused text tokens right after txtmlp before they enter the shared Krea2 stream. so if strength alone is not landing the prompt fully, this gives another cleaner push without adding more workflow mess.

    Use either the original node or the advanced node, do not stack both unless you are intentionally testing weird behavior.

    Start with:

    - strength: 1.00

    - text_scale: 1.00

    Then raise text_scale, I have been pushing it around 1.50 - 2.00.

    Again this is still experimental, but this update gives a more direct text scale control while keeping the setup as one MODEL-in / MODEL-out node.


    Updated the node with bug fixes now you can push the strength to 2.00 start with 1.00 and increase to get better adherence for certain cases. sweet spot 1.00 - 1.05

    With Lora it varies as sometimes even 0.90-0.95 is more than enough. so when using a lora start experimenting from 0.05 until you find a sweet spot :)


    Small experimental ComfyUI node for Krea2 Turbo prompt adherence. patches the Krea2 model path at runtime and applies a controlled adjustment inside the text-fusion stage, instead of rewriting the prompt or adding extra conditioning nodes. It current scope is simple:

    - one MODEL-in / MODEL-out node

    - strength control

    - debug toggle for runtime diagnostics

    - no extra dependencies

    Repo: https://github.com/capitan01R/ComfyUI-Krea2T-Enhancer

    This is still experimental, so treat it as an early testing release. The goal is better prompt follow-through on Krea2 workflows while keeping the setup minimal.

    Your discretion is advised "proof of concept only" Gore content advisory, Do NOT click the link if you are not comfortable with this type of content
    https://imgur.com/a/5ZwrCIb

    For people who's interested in the technical side you can find a bit more of explanation here

    Description

    v1.1.0

    FAQ

    Comments (15)

    necroryonaJul 2, 2026
    CivitAI

    say that i am using power lora loader, does this go: model > t-enhancer > loras > k sampler?

    or

    model > loras > T-enhancer > K-sampler

    or it does it goe directly to the k sampler? thank you.

    Capitan01R
    Author
    Jul 2, 2026· 1 reaction

    location of the node placement does not matter since the lora is already patching the model at runtime, so basically lora&model become one entity then the enhancer operate on that

    necroryonaJul 2, 2026· 1 reaction

    @Capitan01R thank you

    fox23vang226Jul 2, 2026
    CivitAI

    I'm getting some inconsistent results. When it works it works great, nails a complicate pose, but the other majority of the time it creates body horrors for me.

    Capitan01R
    Author
    Jul 3, 2026· 3 reactions

    I found a better a method, I am currently working on it, will be replacing this update (v1.1.0) very soon, I basically attached multiple hooks to the model to find the best, least destructive path and I think I'm almost there.. will be posting once done

    NanitorJul 7, 2026

    @Capitan01R
    First of all, I want to thank you for all your work and for the ability to create NSFW art without needing to use LORAs, which sometimes don't mesh well with cartoonish and anime styles. Thank you very much! Also I wanted to ask if there is any news about this new method you discovered and mentioned?

    Capitan01R
    Author
    Jul 7, 2026· 1 reaction

    @Nanitor yes I actually got done with the new method, its an actual lora I trained with different technique where it does not influence the image pipeline with the provided dataset at all. I targeted the textfusion path only and it provided the best results while retaining the model's full coherence alongside of its original data without altering or shifting anything, basically vanilla model at full adherence mode. I'm prepping the post and will be uploading the lora, its 24mb in size, more information to come. I am confident in this technique I used

    NanitorJul 7, 2026· 1 reaction

    @Capitan01R
    Thank you for such a detailed answer! And once again, a special thank you for doing this important work and expanding the horizons of creativity! 🤝

    Capitan01R
    Author
    Jul 13, 2026· 2 reactions
    NanitorJul 13, 2026

    @Capitan01R Thank you very much for pinging me directly! I appreciate it greatly! And thank you for creating another great tool! And now it's time to play with it and enjoy it immensely. 🥳

    diffduckerJul 3, 2026· 1 reaction
    CivitAI

    This + a subtle bit of one of the bypass LORAs is perfect for me. This thing is gold, and I'm so grateful you are providing this for us!

    wyxzddsjj919Jul 19, 2026
    CivitAI

    COMYUI UPDATA 0.28.0,THIS NODE error.krea2t_enhancer_advanced_wrapper() takes from 4 to 6 positional arguments but 7 were given

    krea2t_enhancer_advanced_wrapper() takes from 4 to 6 positional arguments but 7 were given

    Capitan01R
    Author
    Jul 19, 2026

    I will take a look at it as I have not updated ComfyUI yet.

    GuiBouJul 19, 2026· 1 reaction
    CivitAI

    Exact same problem as wyxzddsjj919
    I update ComfyUI and :

    krea2t_enhancer_advanced_wrapper() takes from 4 to 6 positional arguments but 7 were given

    Capitan01R
    Author
    Jul 20, 2026

    fixed

    Other
    Krea 2

    Details

    Downloads
    169
    Platform
    CivitAI
    Platform Status
    Available
    Created
    7/2/2026
    Updated
    9/9/2026
    Deleted
    -

    Files

    comfyuiKrea2tEnhancer_v11.zip

    Mirrors

    HuggingFace (1 mirrors)