CivArchive
    Bonkaiii Clean Krea2 - v1.0
    NSFW
    Preview 141960760
    Preview 141960761
    Preview 141960762
    Preview 141960763
    Preview 141960764
    Preview 141960765
    Preview 141960766
    Preview 141960767
    Preview 141960768
    Preview 141960769
    Preview 141960770
    Preview 141960771
    **"Turbo or base CFG?"** Turbo. CFG 1.0, 8 steps.
    
    **"Why does my negative prompt do nothing?"** Because CFG is 1.0. Negative
    prompts require classifier-free guidance, which a distilled model doesn't run.
    This isn't a bug and there's no setting to change.
    
    **"Can I use my Illustrious/Pony prompts?"** Not directly. Rewrite them as
    sentences. Booru tags are a vocabulary this model was never trained on.
    
    **"Why is it slow?"** Cost scales with total tokens, and text and image share
    one attention sequence. 832×1216 is roughly 2x the cost of 624×912.
    
    **CFG 1.0. Not 3.5, not 7.** This is guidance-distilled. Raising CFG does not
    make it follow the prompt harder — it runs the transformer twice per step
    (so ~2x the time) and blows out contrast. If your images look burnt or
    over-saturated, CFG is the first thing to check.
    
    | setting | value |
    |---|---|
    | **CFG** | **1.0** |
    | **Steps** | **8** (4–8 all work; 8 is the sweet spot) |
    | **Sampler** | Euler — flow-matching (`FlowMatchEulerDiscreteScheduler`) |
    | **Scheduler / sigmas** | linear / normal |
    | **Shift** | 3.1582 (Krea 2's own default — leave it alone) |
    | **Negative prompt** | **does nothing.** Inert at CFG 1.0. Don't bother writing one. |
    | **Resolution** | 832×1216, 1216×832, or 1024×1024 |
    
    There is only one sampler for this architecture. Krea 2 is a rectified-flow
    model — Euler a, DPM++ 2M, UniPC and friends solve a different equation and
    simply aren't options. If your UI shows a sampler list, pick Euler.
    
    **On the sigma scheduler:** I ran a blind 4-way test (linear / karras /
    exponential / beta, two seeds). The curves measurably differ but the difference
    is not visible — blind rankings came out anti-correlated between seeds. Use
    linear and don't think about it again.

    Description

    FAQ

    Comments (7)

    ProjektManagerSep 6, 2026
    CivitAI

    Run this as a turbo model or base model CFG? Also First! I know you haven't had time to upload the particulars yet .

    bonkaiii187
    Author
    Sep 6, 2026

    Turbo

    ProjektManagerSep 6, 2026· 6 reactions
    CivitAI

    Getting and error on load:

    # ComfyUI Error Report ## Error Details - Node ID: 173:165 - Node Type: UNETLoader - Exception Type: RuntimeError - Exception Message: RuntimeError: Error(s) in loading state_dict for SingleStreamDiT: size mismatch for blocks.0.mod.lin: copying a param with shape torch.Size([6, 6144]) from checkpoint, the shape in current model is torch.Size([36864]).

    I'm using: qwen3vl_4b_fp8 text_encode and Qwent_image_vae. Is this set-up for something different?

    Marukyu9Sep 6, 2026· 1 reaction

    i'm getting the torch.size 6,6144 error too.
    on latest forge neo and used krea2realvae_v10 and qwen3vl_4b_bf16

    \Stable Diffusion WebUI Forge - Neo\venv\Lib\site-packages\torch\nn\modules\module.py", line 2639, in load_state_dict

    raise RuntimeError(

    ...<3 lines>...

    )

    RuntimeError: Error(s) in loading state_dict for SingleStreamDiT:

    size mismatch for blocks.0.mod.lin: copying a param with shape torch.Size([6, 6144]) from checkpoint, the shape in current model is torch.Size([36864]).

    Unsterblich82Sep 6, 2026· 1 reaction

    Exception Message: RuntimeError: Error(s) in loading state_dict for SingleStreamDiT: size mismatch for blocks.0.mod.lin: copying a param with shape torch.Size([6, 6144]) from checkpoint, the shape in current model is torch.Size([36864]). size mismatch for blocks.1.mod.lin: copying a param with shape torch.Size([6, 6144]) from checkpoint, the shape in current model is torch.Size([36864]). same error

    pezpok1929Sep 6, 2026· 1 reaction

    yeah im getting errors in comfyui too.

    belemberSep 6, 2026

    Same error here.

    Checkpoint
    Krea 2

    Details

    Downloads
    138
    Platform
    CivitAI
    Platform Status
    Available
    Created
    9/6/2026
    Updated
    9/6/2026
    Deleted
    -

    Files

    bonkaiiiCleanKrea2_v10.safetensors

    Mirrors