krea2_turbo_fp8_scaled Open-source few-step image generation with sharp photoreal detail, image-to-image support, and standard Spark pricing.
No GPU. No setup. Cancel anytime.
Krea 2 Turbo is an open-source, distilled few-step version of Krea 2, tuned for fast text-to-image and image-to-image generation with a clean, contemporary look. On Sogni it runs in the browser and through the API on the fast network, so you get rapid iteration without renting hardware or managing nodes.
Use it for quick rounds of photoreal portraits, product studies, editorial scenes, and bold graphic concepts. It is a standard open model on Sogni, not a Premium Spark or restricted partner model.
Sogni offers 20 community LoRAs for Krea 2 Turbo with no local download or ComfyUI setup. Open any LoRA below for its canonical description, recommended strength, safe examples, compatible models, and creator attribution.
You can stack up to eight LoRAs on one render. Start inside the recommended band and use the lowest strength that produces the effect you want.
| LoRA | What it does | Recommended | Source |
|---|---|---|---|
| Krea2FilterBypass 2vector | Krea 2 Turbo is a tremendously powerful and fast open-weight model. | +1 to +2 | @S1LV3RC01N |
| Krea2FilterBypass 3vector | Krea 2 Turbo is a tremendously powerful and fast open-weight model. | +1 to +2 | @S1LV3RC01N |
| LoRA | What it does | Recommended | Source |
|---|---|---|---|
| Editorial <-> Candid | Reduces the staged look of photos, and even the "AI look", by breaking eye contact and making the composition and posing less perfect. | +3 to +9 | @Loraholic |
| Illustrated <-> Realistic | A style steering wheel. | -1 to +1 | @alcaitiff |
| Professional <-> Amateur | Negative values produce clean, professional-quality images, with the strongest effect around -2. | -2 to +2 | @alcaitiff |
| LoRA | What it does | Recommended | Source |
|---|---|---|---|
| Aberrant NSFW · 18+ opt-in | Adds a visceral, industrial body-horror edge: exposed machinery, rusted improvisation, and dark grit without overpowering the original subject. | +0.2 to +1.5 | @alcaitiff |
| Mystic X NSFW · 18+ opt-in | An uncensored all-round adult LoRA for Krea 2 (v3). | 0 to +1 | @alcaitiff |
| Realism Engine v3 NSFW · 18+ opt-in | One of the most popular uncensored LoRAs for Krea 2. | +0.5 to +1 | @razzz |
| LoRA | What it does | Recommended | Source |
|---|---|---|---|
| Age | Biases the aging qualities of subjects in renders while leaving the rest of the image untouched. | -3 to +8 | @Loraholic |
| Breast Size | A positive value increases character chest size, a negative value decreases it. | -2 to +4 | @alcaitiff |
| Hourglass Figure | Emphasizes a pronounced hourglass silhouette by widening the hips while keeping the waist relatively narrow. Negative values push toward the opposite proportions. It works without special prompt phrases or companion LoRAs; use −1.5 to +1.5, with +0.7 to +1 recommended for its intended hourglass effect. The in-app LoRA Explorer includes two locked-seed strength comparisons, with the alien study first and the poolside portrait second; mature previews stay covered until the artist reveals them. | +0.7 to +1 | @NoiseWriggler |
| Skin Tone | Shifts subject skin tone. | -1.5 to +1.5 | @Loraholic |
| Weight | A positive value increases character weight, a negative value decreases it. | -3 to +3 | @alcaitiff |
| LoRA | What it does | Recommended | Source |
|---|---|---|---|
| Afterlight | Adds the warm, cinematic feeling you get when the sun is low. | +0.25 to +1.2 | @alcaitiff |
| Warm Light | Takes an image from cold and dark to warm golden light. | -3 to +3 | @alcaitiff |
| LoRA | What it does | Recommended | Source |
|---|---|---|---|
| Detail Enhancer | Enhances the image with fine detail and clarity with minimal change to the image. | -2 to +5 | @alcaitiff |
| Scene Complexity | Adds or removes rich scene detail and clutter based on strength. | -4 to +4 | @Loraholic |
| Skin Detail | Biases the detail in skin while leaving the rest of the image untouched. | -0.5 to +3 | @Loraholic |
| Wetness | Biases how damp clothing, hair, skin, and the overall scene is. | -3 to +3 | @Loraholic |
| Zoom | Pure zoom, not a wide-angle slider. | -5 to +5 | @Loraholic |
Every LoRA listed here is an unofficial community fine-tune linked to its original creator source. NSFW-capable entries are presented tactfully for search and discovery; mature examples remain hidden until a signed-in adult explicitly opts in.
Use pay-as-you-go Spark packs for each render (1 Spark = $0.005), or choose a flat-rate Sogni plan for credit-free fair-use generation in the app.
| Configuration | Spark | USD |
|---|---|---|
| 1024 × 1024 · 4 steps | 1.22 Spark | $0.006 |
| 2048 × 2048 · 4 steps (scales with pixels) | 4.87 Spark | $0.024 |
One Sogni API key reaches every model on the Supernet — call Krea 2 Turbo with the exact model id.
import { SogniClient } from '@sogni-ai/sogni-client';
const client = await SogniClient.createInstance({
appId: crypto.randomUUID(),
apiKey: process.env.SOGNI_API_KEY,
network: 'fast',
});
const project = await client.projects.create({
type: 'image',
modelId: 'krea2_turbo_fp8_scaled',
positivePrompt: 'a slothicorn surfing a wave of liquid paint, studio lighting',
numberOfMedia: 1,
});
const [url] = await project.waitForCompletion();
console.log(url); // result link — download within 24h # krea2_turbo_fp8_scaled is addressable by id via the JavaScript SDK (see the JavaScript tab).
# The REST workflow API routes this family through its flagship alias instead:
curl https://api.sogni.ai/v1/creative-agent/workflows \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $SOGNI_API_KEY" \
-d '{
"input": {
"title": "First render",
"steps": [{
"id": "step1",
"toolName": "generate_image",
"arguments": { "prompt": "a slothicorn surfing a wave of liquid paint, studio lighting" }
}]
},
"confirm_cost": true
}' Addressable by id via the JavaScript SDK; the REST workflow API routes this family through its flagship alias. Full reference at docs.sogni.ai.
Real generations from Sogni. Hit Use prompt to open the app with Krea 2 Turbo selected and the full prompt preloaded.
Use a flat monthly plan for credit-free fair-use generation, or buy Spark packs when pay-as-you-go fits better. Both run on the same creator-owned GPU network.
One flat price in the app. Generate under fair use without a per-image meter.
Image, video, music, and language models in one workspace and one API key.
Prefer pay-as-you-go? Call Krea 2 Turbo by id and pay with Spark packs.
Runs on a decentralized GPU network where workers share subscription revenue.
Krea 2 Turbo is an open-source, distilled version of Krea 2 for text-to-image and image-to-image generation, tuned for quick, high-quality creative iteration.
No. Krea 2 Turbo is a standard open model on Sogni, not a Premium Spark or restricted partner model. You can run it in the Sogni app under fair-use plans or call it by model id through the API.
A 1024 × 1024, 4-step render quotes at about 1.22 Spark, roughly $0.006. Larger outputs scale with pixel count.
Yes, credit-free fair-use. Covered jobs run on Sogni's shared GPU network and may queue at peak demand, but you are not blocked by a credit meter.
No. Krea 2 Turbo runs through Sogni in the browser or app, with no local install and no graphics card required.
Krea 2 Turbo is the fast, contemporary-look generalist. Z-Image Turbo is cheaper and the free-tier default, Qwen Image 2512 offers a strong alternative aesthetic, and Dark Beast Krea 2 is the uncensored community fine-tune of the same Krea 2 base. All of them run online with no GPU.
Yes. Sogni ships 19 Krea 2 LoRAs you can attach in the browser without downloading anything or running ComfyUI locally, and up to eight can be stacked on one render. They cover prompt adherence, art direction, character traits, lighting, and detail.
Most Krea 2 LoRAs are bipolar sliders rather than fixed styles: a positive strength applies the effect and a negative strength applies its opposite, with 0 doing nothing. Warm Light warms an image at +2 and cools it at -2, for example, so one LoRA covers both directions instead of needing a separate one for each.
No. Attaching LoRAs does not change the price of a render — a Krea 2 Turbo job costs the same with or without them, and they are covered by the same fair-use plans.
Yes. LoRAs are applied in the order they are listed, and swapping two of them changes the image even at identical strengths — Krea 2 runs fp8-quantized, so the patches do not commute. Sogni lets you reorder the chain in the LoRAs panel.
Sogni is built with privacy and creative freedom in mind. Your work remains your own, and inference runs through the Sogni Supernet, a decentralized network of creator GPUs, instead of requiring local hardware or a separate model host. Use is still governed by Sogni's Privacy Policy and Terms of Use.
Create in the app, or build with the API. Your call.