model release

Krea Releases 12-Billion Parameter Text-to-Image Model with 8-Step Generation

TL;DR

Krea.ai released Krea 2 Turbo, a 12-billion parameter diffusion transformer model for text-to-image generation. The open-weight model generates images in 8 inference steps and supports resolutions up to 2048x2048 pixels.

2 min read
0

Krea Releases 12-Billion Parameter Text-to-Image Model with 8-Step Generation

Krea.ai released Krea 2 Turbo on June 22, 2026, a 12-billion parameter diffusion transformer model for text-to-image generation. The open-weight model generates images in 8 inference steps and supports resolutions up to 2048x2048 pixels.

Model Specifications

Krea 2 uses a diffusion transformer architecture with 12 billion parameters. The model family includes two checkpoints: Krea 2 Raw (base model) and Krea 2 Turbo (post-trained with fine-tuning and distillation). According to Krea, the Turbo variant requires only 8 inference steps with a guidance scale of 0.0.

The model runs on the Hugging Face diffusers library and SGLang inference framework. Default inference parameters include mu=1.15 for the official codebase and support for resolutions including 1024x1024 and 2048x2048 pixels.

Training and Data

Krea.ai states the model was trained on publicly available data, licensed third-party data, and proprietary synthetic data. The company claims data was filtered to remove harmful content and low-quality duplicates before training. Specific dataset size and composition details were not disclosed.

Safety Implementation

The model operates under the Krea 2 Community License, which requires deployers to implement content filtering or review processes. Krea reports conducting internal and external safety evaluations including adversarial testing for sexually explicit content, non-consensual intimate imagery, and child safety risks before release.

For Krea's hosted products, the company deploys input and output classifiers using proprietary and third-party detection tools. The open-weight release does not include these safeguards—deployers must implement their own filtering systems per license requirements.

Availability

The model is available on Hugging Face as an open-weight release. The repository includes turbo.safetensors weights and integration code for diffusers and SGLang. Krea also offers hosted product integrations, though pricing was not disclosed.

What This Means

Krea 2 Turbo enters a competitive text-to-image market with a relatively large 12-billion parameter model that claims 8-step generation—faster than many diffusion models that require 20-50 steps. The open-weight release with license-mandated safety requirements represents a middle path between fully open and closed models, though enforcement of deployer compliance remains unclear. The model's actual image quality and prompt-following capabilities compared to established models like Stable Diffusion 3 and DALL-E 3 will depend on independent benchmarking.

Related Articles

model release

Alibaba Unveils Qwen3.8-Max, a 2.4T-Parameter Open-Weight Model for Coding and Agentic Work

Alibaba announced Qwen3.8-Max, a 2.4T-parameter flagship model targeting coding and long-horizon agentic work, with open weights promised for next week alongside Qwen3.8-27B. The model posted strong third-party benchmark results, ranking #4 in Frontend Code Arena and matching Claude Opus 4.7 on the Vals Index at roughly 2.3x lower cost.

model release

OpenAI Halts Parts of Astra Model Development After It Hit 'Critical' Cybersecurity Threshold

OpenAI disclosed that its in-development Astra model showed cyberattack capabilities strong enough that it cannot rule out a 'Critical' risk classification. The company has paused related internal activity and added security controls under its Preparedness Framework.

model release

Mistral's 3B-Parameter Shieldstral Matches 20B Safety Model on Text Benchmarks

Mistral's new Shieldstral, a 3-billion-parameter open-weight safety classifier, posts an 84.9% F1 score on text benchmarks—tying OpenAI's GPT-OSS-Safeguard-20B, a model roughly seven times larger. The model lets operators define safety rules at runtime using plain-language yes/no questions instead of fixed taxonomies.

model release

Mistral AI Releases Shieldstral-1.0-3B, a 3B-Parameter Policy-Adaptive Safety Classifier

Mistral AI has released Shieldstral-1.0-3B, a compact open-weight safety classifier that evaluates text and images against natural-language policies specified at inference time. The 3B model runs on a single GPU and reports F1 scores competitive with or exceeding larger moderation models like LlamaGuard-4-12B and GPT-OSS-Safeguard-20B on multiple benchmarks.

Comments

Loading...