Download
1 variant available
7,8450 1 2 3 4 5 6 7 8 9,0 1 2 3 4 5 6 7 8 90 1 2 3 4 5 6 7 8 90 1 2 3 4 5 6 7 8 9
20 1 2 3 4 5 6 7 8 9
(412)
Jun 23, 2026

520 1 2 3 4 5 6 7 8 90 1 2 3 4 5 6 7 8 9
4540 1 2 3 4 5 6 7 8 90 1 2 3 4 5 6 7 8 90 1 2 3 4 5 6 7 8 9
License:
Krea 2 OSS - Optimized FP8 Weights (Turbo)
This repository provides an optimized FP8 (float8_e4m3fn) weight-only quantized version of the newly released Krea 2 OSS (Turbo) transformer.
This optimization reduces the model size from the original 24.76 GiB (BF16) down to 12.01 GiB, making it highly accessible and runnable on standard consumer hardware (such as 16GB and 24GB GPUs) without sacrificing output quality.
β οΈ Licensing & Disclaimer
Original Model Creators: All credit goes to KREA.ai for the original research, architecture, and weights.
License: This model is subject to the KREA 2 License Agreement. Please read and comply with the official license terms before using these weights: KREA 2 Licensing Terms.
Purpose: This repository is a community-contributed utility. It does not claim ownership of the original model or architecture. Its sole purpose is to provide optimized, consumer-hardware-friendly weights for the open-source community.
π οΈ Quantization Details (Quality-First FP8)
Unlike generic global quantization scripts that aggressively convert every parameter (which often degrades generation details or introduces NaN/promotion calculation errors in neural networks), this model was quantized using a selective weight-only strategy:
Targeted Quantization: Only 2D floating-point weight matrices (
.weightkeys withndim >= 2and element count> 1024) were quantized totorch.float8_e4m3fn.Preserved Precision:
All 1D vectors, biases, and normalization scales are kept in their native high-precision (
float32/bfloat16).Highly sensitive projection/modulation layers (such as
LastLayer.modulation.linvectors) are completely preserved in high-precision. This prevents typical mathematical promotion bugs (such asBFloat16andFloat8promotion issues in PyTorch) and retains original output fidelity.
Weight Comparison:
Tensors Quantized to FP8: 266 tensors.
Tensors Kept in Native Precision: 166 tensors.
Size Reduction: 24.76 GiB β 12.01 GiB (~51.5% VRAM / disk savings!).
π How to Use in ComfyUI (Native β 0.25.0+)ComfyUI 0.25.0+ has built-in Krea2 support. No custom nodes needed.
Drop the workflow JSON into ComfyUI and drag it to the canvas.1. Download Required Files
Place these in your
ComfyUI/models/folder:FileFolderSource
krea2_turbo_fp8.safetensors/AlperKTS/Krea2_FP8 β You are hereqwen3vl_4b_fp8_scaled.safetensorstext_encoders/Comfy-Org/Qwen3-VLqwen_image_vae.safetensorsvae/Comfy-Org/Qwen-Image_ComfyUI2. Load the Workflow
Drag
workflows/Krea 2 simple workflow.jsononto your ComfyUI canvas.3. Queue & Generate!
Turbo defaults: 8 steps, CFG 1.0,
eulersampler,simplescheduler, 1280Γ720.π€ Acknowledgements
Special thanks to the KREA.ai team for releasing Krea 2 to the open-source community. For any commercial licensing inquiries or details about the model, please visit krea.ai.

