CivArchive
    Krea 2 Turbo INT8 Convrot - v1.0
    Preview 136074427

    ComfyUI Native INT8 ConvRot Fix (No more KeyError: 'int8_rowwise')

    If you tried using several INT8 ConvRot versions of this model available on others platforms in ComfyUI (v0.27.0+), you probably encountered a nasty crash: KeyError: 'int8_rowwise'.

    Why did that happen? Early experimental quantization scripts generated files using row-wise scaling. However, ComfyUI's native INT8 implementation only supports tensor-wise scaling out of the box (int8_tensorwise). Even custom loaders like KJNodes bridge back to Comfy's native core, causing an instant pipeline crash.

    What this version fixes: I re-quantized the official BF16 model from scratch using the official parameters, strictly forcing --scaling_mode tensor.

    How to use it:

    1. Drop this .safetensors file into your ComfyUI/models/diffusion_models/folder.

    2. Load it natively using the standard Load Diffusion Model.

    3. No custom nodes required! Enjoy massive VRAM savings and FP16-like image quality natively on your GPU.

    Works with Sage Attention too for more speed!

    Description

    FAQ

    Comments (15)

    woaiyitiaofengJul 8, 2026
    CivitAI

    Using the Load Diffusion Model directly causes errors

    KinkReaper
    Author
    Jul 8, 2026

    Hello, try with the Load Diffusion Model from KJ.

    woaiyitiaofengJul 11, 2026

    @KinkReaper It didn't work.

    KinkReaper
    Author
    Jul 12, 2026

    @woaiyitiaofeng What is the errors in the terminal exactly?

    herkus_baronas631Jul 8, 2026
    CivitAI

    According to the descriptions, this version should run faster than the regular FP versions. However, for me it runs twice as slow as the regular ones. With standard nodes.

    KinkReaper
    Author
    Jul 8, 2026

    What is your configuration?

    @KinkReaper What do you mean? Comfy, standart nodes for Krea2. Standart wf.

    KinkReaper
    Author
    Jul 9, 2026

    @herkus_baronas631 I mean, what are the specs of your PC? What is your graphic card model? Are you on AMD?

    herkus_baronas631Jul 9, 2026· 2 reactions

    @KinkReaper Nvidia. 

    Krug_LovJul 11, 2026
    On the RTX 2060 Super 8GB, generation is 2–3 times slower. INT8 is likely intended for newer GPU models.

    herkus_baronas631Jul 11, 2026

    Maybe for big ones only faster? For 5090 24-32 Gb?

    My card is Nvidia 5070 Ti 16 Gb, but int8 works practically twice as slow as with fp8.

    qwen 2512 fp8 8 steps 1600 x 896 took 16 sec,

    krea 2 int8 8 steps 1600x896 took 28 sec.

    krea 2 fp8 8 steps 1600x996 took 15 sec.

    KinkReaper
    Author
    Jul 12, 2026

    @herkus_baronas631 I have a 5080 with 16GB of VRAM, and INT8 cuts my generation time in half. I tested my checkpoint on another, less powerful computer and got the exact same result. There's something in your configuration that's blocking it.

    herkus_baronas631Jul 12, 2026

    @KinkReaper I used regular wf, used from Pixorama, another one... same results. Qwen work faster... where problems may to be? I dont know python or how to programing something. I'm simply user.

    DRZ3000Jul 13, 2026

    4070 TI SUPER 16GB. 32GB RAM. with default loader - Out of resources. Loading take endless.

    100%|██████████| 8/8 [09:13<00:00, 69.21s/it]

    Tried couple of common fp8, works fine. (13-15 sec. 1280x960)

    With node "Load Diffusion Model INT8 (W8A8)" it works, but i can't normaly use loras. Or i do something wrong. But clean model spend 7-8 sec to same resolution, what's tempting

    MasterArtJul 13, 2026
    CivitAI

    After updating comfy it works 2x faster on 3090. Thank you!

    Checkpoint
    Krea 2

    Details

    Downloads
    357
    Platform
    CivitAI
    Platform Status
    Available
    Created
    7/8/2026
    Updated
    7/14/2026
    Deleted
    -

    Files

    krea2TurboINT8_v10.safetensors

    Mirrors