Krea 2 weights just dropped, and this tech report has some rare details.

Open weights just got another heavy hitter. Krea dropped the weights for Krea 2 — a 12.9B parameter diffusion transformer trained from scratch on a massive dataset of real images. They released two complementary checkpoints: Raw is the base, undistilled version, good for fine-tuning and training LoRAs; Turbo is an 8-step distilled version that spits out a 2K image in about two seconds on consumer-grade cards.

What’s really rare isn’t just the weights themselves — they also released a full technical report covering everything from data cleaning strategies to distributed training architecture. Usually, frontier labs keep that stuff locked up.

Architecture-wise, it’s a single-stream DiT with 28 blocks, width 6144, using grouped-query attention, SwiGLU, and 3D axial RoPE. The license allows free commercial use for individuals and small teams. I’m curious what card they tested the “two seconds for a 2K image” claim on — has anyone replicated that?

They even included the training architecture in the report, that’s some real effort right there.

Turbo can do 2K in two seconds, probably needs a 4090-level card.

Raw is pretty solid as a base for training LoRA — should turn out decent.

Open weights and commercial licenses too, super friendly for small teams.

129 billion parameters locally? That’s gotta be a VRAM hog.

Pretty cool stuff.