Skip to content

Krea 2 GGUF

Krea 2 is a 12B diffusion transformer for high-fidelity image generation and design. It uses layerwise and refiner text-fusion blocks and is not based on Flux. This repository ships GGUF quants of the Raw and Turbo checkpoints.

Hugging Face repositorykrea2-gguf on Hugging Face

Example output

Example image

Prompt: A seaside beach in the autumn from above. In the foreground there is a seagull flying. A text 'Krea2 GGUF'. Deep indigo and teal palette, minimalist surrealism, high-angle aerial perspective, atmospheric gradient, poignant isolation, liminal space

Available Quantizations

Each quant is published for both the Raw and Turbo checkpoints.

QuantSizeRaw fileTurbo file
Q4_07.74 GBkrea2_raw_bf16-Q4_0.ggufkrea2_turbo_bf16-Q4_0.gguf
Q4_18.47 GBkrea2_raw_bf16-Q4_1.ggufkrea2_turbo_bf16-Q4_1.gguf
Q5_09.20 GBkrea2_raw_bf16-Q5_0.ggufkrea2_turbo_bf16-Q5_0.gguf
Q5_19.93 GBkrea2_raw_bf16-Q5_1.ggufkrea2_turbo_bf16-Q5_1.gguf
Q8_013.56 GBkrea2_raw_bf16-Q8_0.ggufkrea2_turbo_bf16-Q8_0.gguf
Q8_CR12.84 GBNot publishedkrea2_turbo_bf16-Q8_CR.gguf

Model Input and Output

Checkpoints

CheckpointStepsCFGNotes
Turbo4 to 80.0Distilled, no CFG. Fast.
Raw20 to 303.0 to 7.0Full CFG, more control, slower.

Outputs

FieldValue
OutputImage
ArchitectureSingle transformer, no unconditional component

ComfyUI Setup

Load the model with the GGUF loader node from comfyui-gguf-reboot. The loader node gives the best performance. The plain city96 node pack does not support the Krea 2 architecture.

Dependencies

Place these files in the ComfyUI model folders before running a workflow. You also need the text encoder and VAE from the upstream Krea 2 release.

ComponentFolder
Diffusion transformermodels/diffusion_models/ or models/unet/
Text encodermodels/clip/ or text_encoders/
VAEmodels/vae/

Krea 2 has no workflow files in this repository. Use the ComfyUI template from the upstream Krea 2 release and swap in the GGUF loader node.

Workflow downloads

Import these JSON files into ComfyUI.

JSON fileText-to-Image workflow

GGUF quantization and open-source tools.