Flux Chroma AI on Sogni combines Chroma1-HD, Chroma v48 detail, and Chroma v46 flash — uncensored, NSFW-capable FLUX image models for generation and image-to-image editing.
No GPU. No setup. Cancel anytime.
Flux Chroma is Sogni's canonical Chroma AI page, bringing together the three active Chroma image models: Chroma1-HD, Chroma v48 detail, and Chroma v46 flash.
Chroma1-HD is the final high-resolution release in the line: an 8.9-billion-parameter, Apache-2.0 text-to-image model based on FLUX.1-schnell and retrained from Chroma v48 for cleaner HD detail and faster FP8 inference.
Chroma v48 detail runs a detail-calibrated twenty-six-step schedule for texture-rich output, while v46 flash runs a fast ten-step schedule for exploration. All three share the same uncensored, NSFW-capable lineage and strong prompt adherence.
Use Chroma for text-to-image generation and image-to-image editing workflows when you want the Chroma family's FLUX look, high-resolution detail, or mature-content flexibility.
Use Chroma1-HD for faster HD output, v48 detail when maximum detail matters most, and v46 flash when iteration speed matters most.
Chroma ships in 3 builds — same family, different speed/quality trade-offs. Pick the variant that fits, or start with the default.
| Variant | Details | From | |
|---|---|---|---|
v.48 detail Qualitychroma-v48-detail-svd_fp8 | Resolution: 256 – 2048 px Steps: 26 default · 20–40 Guidance: 5 default · 3–8 | 4.18 Spark · $0.021 | Create → |
Chroma1-HD Qualitychroma1-hd_fp8_scaled | Resolution: 256 – 2048 px Steps: 26 default · 20–50 Guidance: 3.8 default · 1–8 | 2.84 Spark · $0.014 | Create → |
v.46 flash Fastchroma-v.46-flash_fp8 | Resolution: 256 – 2048 px Steps: 10 default · 10–20 Guidance: 1 default · 1–1 | 2.20 Spark · $0.011 | Create → |
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.
| Variant / configuration | Spark | USD |
|---|---|---|
| v.48 detail · 1024 × 1024 · 20 steps | 4.18 Spark | $0.021 |
| Chroma1-HD · 1024 × 1024 · 26 steps | 2.84 Spark | $0.014 |
| v.46 flash · 1024 × 1024 · 10 steps | 2.20 Spark | $0.011 |
One Sogni API key reaches every model on the Supernet — call Chroma with the exact model id for the variant you want.
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: 'chroma-v48-detail-svd_fp8',
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 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", "model": "chroma-detail" }
}]
},
"confirm_cost": true
}' Example uses chroma-v48-detail-svd_fp8. Use any exact model id from the Variants table above. Full reference at docs.sogni.ai.
Real generations from Sogni. Hit Use prompt to open the app with Chroma 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 Chroma by id and pay with Spark packs.
Runs on a decentralized GPU network where workers share subscription revenue.
Yes. Chroma is NSFW-capable and ships with no built-in content filters or corporate moderation layer — it is an open-weights model suited to mature, artistic, and experimental work. You are still responsible for following Sogni’s Terms of Service and applicable law when you generate.
Chroma is derived from Black Forest Labs' FLUX.1-schnell and released under the permissive Apache-2.0 license, which allows commercial use. It is community-trained by Lodestone Rock and distributed as open weights at roughly 8.9 billion parameters.
Yes. Flux Chroma, Chroma Flux, and Chroma AI usually refer to the same FLUX.1-schnell-derived Chroma model family. This page is the canonical Sogni page for Chroma1-HD, Chroma v48 detail, and Chroma v46 flash.
Use Chroma1-HD for faster high-resolution output, v.48 detail when maximum detail matters most, and v.46 flash for fast ten-step exploration. All three share the same uncensored FLUX.1-schnell lineage.
The default text-to-image workflow uses Euler sampling, 26 steps, guidance 3.8, and BetaSamplingScheduler. Image-to-image uses BasicScheduler beta to preserve strength control.
Yes for image-to-image editing and refinement workflows: start from an input image, prompt the change, and keep Chroma's FLUX-derived look. For instruction edits like replacing objects or rewriting text, use a dedicated image-editing model such as Qwen Image Edit.
Yes — covered jobs are credit-free under fair use. There are no per-image credits to buy, though active-job concurrency, generate-queue limits, and fair-use controls apply. Covered jobs run on Sogni’s shared GPU network and may queue during peak demand.
Chroma is Apache-2.0 licensed, which permits commercial use of what you create. Always review the current model terms and Sogni’s terms for the specifics of your use case.
Both are uncensored model families on Sogni. The Chroma builds (Chroma1-HD, v48 detail, v46 flash) derive from FLUX.1-schnell and excel at detailed, artistic, and experimental work; the Dark Beast fine-tunes of Krea 2 and Z-Image Turbo lean into fast, aggressively uncensored photoreal output. Many creators keep both in rotation.
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.