CivArchive
    Preview 139080337
    Preview 139080334
    Preview 139080336
    Preview 139080632
    Preview 139250928
    Preview 139250938
    Preview 139250926
    Preview 139251134
    Preview 139251135
    Preview 139251145

    👑 Krea2 DMerge V3.0 IS HERE! The Leap to True Mastery! 👑
    🚨 WE SPRINTED PAST V2! This iteration is more refined than ever. 🚨

    ✨ WHY V3 IS YOUR NEXT GO-TO CHECKPOINT ✨

    • 🖼️ FLAWLESS BASE PERFORMANCE: The core weights deliver top-tier image quality even without heavy LoRA reliance.

    • 🛡️ ROCK-SOLID INTEGRATION: Testing expanded further! Experience unbreakable stability when paired with external LoRAs.

    • ⚡ NEXT-LEVEL SPEED (INT8 + BF16): Enhanced the speed pipeline. Now optimized with INT8 CONVROT plus the advanced stability of BF16 loading! Perfect for speed or maximum detail.

    Jump in, load this masterpiece, and prepare to be wowed. Showcase your creations below—we want to see what Krea2 DMerge V3 can do! 🌟
    See the upgraded visuals in the gallery! 👇

    🙏 Massive love and thanks to the legends behind this merge:
    This doesn't exist without the brilliant work of GBRX and cielbleu9991 . These are my all-time favorite creators and their work is ALWAYS outstanding. Seriously, check out their originals and support them! 💙

    Description

    INT8_Convrot V3

    FAQ

    Comments (31)

    sriramakumar7799888Aug 9, 2026· 2 reactions
    CivitAI

    I like this model.

    KerKarrajeAug 10, 2026· 3 reactions
    CivitAI

    You absolutely nailed it this time, great quality of the bf16 model!

    LLION41Aug 10, 2026· 1 reaction
    CivitAI

    Thank you—your work is very easy to work with.

    dow185Aug 10, 2026· 1 reaction
    CivitAI

    I've tried the int8 V2 and int8/fp8 V3 and get nothing but black outputs. :(

    using this workflow - https://civitai.red/models/2169381/krea2-turbo-workflow-upscale-reference-editing-uncensored

    daceheg192491
    Author
    Aug 10, 2026

    Maybe try the regular template workflow first or the linked one in suggested resources and compare. Your ComfyUI is up to date?

    dow185Aug 10, 2026

    @daceheg192491 I updated yesterday due to getting black outputs with v2 int8, and is why I also tried the v3 fp8 version. I'm generating just fine with several other checkpoints.

    just tried a barebones workflow and same issue, even tried the default clip/vae. bizarre... oh well, thanks anyway. :)

    sehrnaise7346865Aug 10, 2026· 3 reactions

    Same in webui forge neo with every version of this model; literally every other Krea2 checkpoint works fine :(

    rick3dAug 10, 2026

    @sehrnaise7346865 Same situation.

    dow185Aug 10, 2026· 2 reactions

    @daceheg192491 @sehrnaise7346865 @rick3d I think I've figured out the problem.

    diffusion models recently converted etc. (whatever the terms are) in ComfyUI no longer seem to be compatible with the Load Checkpoint node... model works fine after using Load Diffusion Model node. presumably forge neo is using what is essentially Load Checkpoint by default.

    was having an issue with another model recently uploaded and changing node fixed my issues with both. which was a massive inconvenience, I had to move them to another folder!

    sehrnaise7346865Aug 10, 2026

    @dow185 afaik the difference between the two is whether or not it loads a bundled VAE and CLIP encoder with the model.

    @daceheg192491 did you bundle a VAE with your checkpoints by any chance?

    schroeckAug 10, 2026

    @dow185 Are you aware of any fix when using forge neo?

    daceheg192491
    Author
    Aug 10, 2026

    @sehrnaise7346865 No. For ComfyOrg and all other krea2 diffusion models it is usually a stand-alone vae/clip as far as I know.

    schroeckAug 10, 2026

    @sehrnaise7346865 Updating forge neo and installing the Stable-yogi/sd-forge-int8-convrot extension also didn't help :(

    daceheg192491
    Author
    Aug 10, 2026

    @schroeck had read somewhere adding even "lowres" to a negative prompt can help? Euler / Beta for sampler? I only use Comfy so I'm not really sure. V3 was built in the same way using the same tools as V1 and at least in comfy, I'm using the default Load Diffusion Model node w/o issue and w/o a single black output image. Couple things to try:

    1. Check the Main UI Mode / Architecture Preset: Ensure the top UI dropdown is explicitly set to Krea2 (or your backend's corresponding MMDiT preset) so Forge Neo correctly maps the layer keys.

    2. Assign the Text Encoders and VAE explicitly: :

    VAE: https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/blob/main/split_files/vae/qwen_image_vae.safetensors

    Text Encoder: https://huggingface.co/Comfy-Org/Qwen3-VL/blob/main/text_encoders/qwen3vl_4b_fp8_scaled.safetensors

    3. Verify SageAttention: Beyond file structures, Krea 2 may have a known attention-mask incompatibility with SageAttention in Forge Neo. If SageAttention is active in your command line args or UI setting, disable it or switch to standard sdpa or xformers—SageAttention causes Krea 2 attention calculations to resolve strictly to NaNs (black frames) regardless of how the model is bundled.

    sehrnaise7346865Aug 10, 2026· 1 reaction

    @daceheg192491 Looking at the logs, I am actually already getting errors during model loading in webui. Maybe your combination of INT8 + BF16 that you mention is somehow not supported?

    daceheg192491
    Author
    Aug 10, 2026

    @sehrnaise7346865 They are individual. BF16 is created first and then the others from that one. I can see if I can create with that has the vae+clip also if that's the only way forge neo works I guess. Share any log lines that might be relevant please.

    dow185Aug 11, 2026

    @schroeck there's an underlying .py file it's calling in order to load the model, so if you can switch out the file/change the code you could get it to work. I've used Grok for this sort of thing multiple times and it's been pretty good about it.

    I expect this will get an official fix eventually, but it might happen on comfyui's end, in which case forge neo would simply not be able to use Models created (using comfyui?) during that time frame (unless there's an official, alternative loader that is equivalent to Load Diffusion Model).

    I'm just a novice so I don't even know what I'm talking about - goodluck!

    bitzupaAug 21, 2026

    @schroeck remove yogi extension, it was quick hack before they added native support, what does you log say when you try to run it? have you tried switching in upper right corner of web ui diffusion from auto to bf16?

    i78500y802Sep 5, 2026· 1 reaction

    Same here with the black output. This is the only Krea2 checkpoint I have problem with SwarmUI.

    schroeckSep 5, 2026· 1 reaction

    Meanwhile the reason for some int8 quants not working (at least in ForgeNeo - appearently also SwarmUI) was found: If the file has int8 weights plus weight_scale but no quant-metadata (which Forge needs for MixedPrecision).

    @Cyberdelia fixed it for his CyberRealistic models which had the same issue - quote "The issue was caused by the quantization metadata format, not the INT8 conversion itself."

    Also @J1B fixed it and provided a new int8 version for his Krea2 Jib Mix checkpoints.

    @daceheg192491 Would you consider the same? Thank you!

    daceheg192491
    Author
    Sep 5, 2026

    @schroeck yah will take a look. I specifically tried to follow the "official" methods that aligned with ComfyUI metadata so maybe that's part of the issue. I set a note to take a look tomorrow hopefully.

    CyberdeliaSep 5, 2026· 1 reaction

    @daceheg192491 I created a node that you can use: https://github.com/cyberdeliaAI/ComfyUI-Cyberdelia-Quantizer

    or PM me if you want a script that can fix your int8 without using the Comfyui node

    daceheg192491
    Author
    Sep 5, 2026· 1 reaction

    @Cyberdelia bookmarked and DM'd. thank you!

    daceheg192491
    Author
    Sep 5, 2026· 1 reaction

    Try this version made with Cyberdelia's script: https://civitai.red/models/2842144/krea2-dmergev3?modelVersionId=3299425

    schroeckSep 6, 2026· 1 reaction

    @daceheg192491 Thank you! this version is working - mixed Precision all the way (and great merge!) Also thanks to @Cyberdelia for the guidance.

    MokiMok31Aug 11, 2026
    CivitAI

    What's the difference between original and this checkpoint?

    daceheg192491
    Author
    Aug 11, 2026

    This is a merge of multiple checkpoints at different weights + loras into one. Hopefully taking the best aspects of all. V3 uses different base checkpoints than V1.

    inab77Aug 28, 2026· 1 reaction
    CivitAI

    gorgeous checkpoint. thanks for making it!

    AiFunkyTownSep 2, 2026· 1 reaction
    CivitAI

    Just a suggestion but if you used Save Image w/ MetaData Universal it will attach the workflow to the image. Nice to have as an example

    kotojima_junichiSep 3, 2026· 1 reaction
    CivitAI

    I love this model, great work! Would it be possible to publish a W4A8 version of it?

    daceheg192491
    Author
    Sep 4, 2026· 1 reaction

    This is my first w4a8 so let me know if you have any issues. Testing seemed to work fine. https://civitai.red/models/2842144/krea2-dmergev3?modelVersionId=3294610

    Checkpoint
    Krea 2

    Details

    Downloads
    2,094
    Platform
    CivitAI
    Platform Status
    Available
    Created
    8/9/2026
    Updated
    9/25/2026
    Deleted
    -

    Files

    krea2Dmergev3_int8ConvrotV3.safetensors