What is Krea 2?

Krea 2 Open-Source is an open-weight image generation model from Krea.

As with FLUX.1 Krea, which Krea released earlier, the architecture itself is not especially unusual. Instead, the model feels built with care around the dataset, aiming for beautiful images that do not look overly AI-like.

Two models are available, but for normal image generation you will use Turbo.

  • Krea 2 Raw
    • An undistilled base model. Mainly intended for LoRA training and fine-tuning.
  • Krea 2 Turbo
    • A distilled model that can generate in 8 steps.

The Web / API version of Krea also has Krea 2 Medium and Krea 2 Large, but the open-weight release only includes Raw and Turbo.


Model Download

📂ComfyUI/
└── 📂models/
    ├── 📂diffusion_models/
    │   └── krea2_turbo_fp8_scaled.safetensors
    ├── 📂text_encoders/
    │   └── qwen3vl_4b_fp8_scaled.safetensors
    └── 📂vae/
        └── qwen_image_vae.safetensors

text2image

Krea_2_turbo_text2image.json

Krea 2 Turbo is a model for 8-step generation.

  • steps : 8
  • cfg : 1.0
  • Recommended resolution : 1K to 2K

Official Style LoRAs

One of Krea 2's major selling points is style control through features such as Style references and Moodboards, but at the moment those are not released as OSS.

Instead, Krea has released several official style LoRAs, so let's try those.

📂ComfyUI/
└── 📂models/
    └── 📂loras/
        └── *.safetensors

Each LoRA has its own recommended trigger word and strength, so check the model card for the one you use.

text2image (with LoRA)

Krea_2_turbo_text2image_darkbrush.json

I am looking forward to seeing many LoRAs from the community.