Text → image · Uncensored
ImageNewUncensored

Chroma

Chroma1-HD plus Chroma v48 detail and v46 flash — three uncensored FLUX.1-schnell-derived builds for HD output, maximum detail, or fast exploration.

No GPU. No setup. Cancel anytime.

Sample output from Chroma

About

Chroma on Sogni now brings together the three active Chroma builds on one canonical page: 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 lineage and strong prompt adherence.

Use Chroma1-HD for faster HD output, v48 detail when maximum detail matters most, and v46 flash when iteration speed matters most.

Variants

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 Quality
chroma-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 Quality
chroma1-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 Fast
chroma-v.46-flash_fp8
Resolution: 256 – 2048 px
Steps: 10 default · 10–20
Guidance: 1 default · 1–1
2.20 Spark · $0.011 Create →

Pricing

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

API

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.

Why run it on Sogni

Subscriptions or Spark

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.

Unlimited plans

One flat price in the app. Generate under fair use without a per-image meter.

🧩

100+ models

Image, video, music, and language models in one workspace and one API key.

Pay-as-you-go Spark

Prefer pay-as-you-go? Call Chroma by id and pay with Spark packs.

🌐

Powered by people

Runs on a decentralized GPU network where workers share subscription revenue.

FAQ

Chroma on Sogni

Is Chroma uncensored?

Yes. Chroma ships with no built-in content filters and no 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.

What is Chroma based on?

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.

What is the difference between Chroma1-HD, v.48 detail, and v.46 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.

What settings does Chroma1-HD use by default?

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.

Is it really unlimited on Sogni?

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.

Can I use Chroma commercially?

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.

How private is my use of this model on Sogni?

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.

Start with Chroma today

Create in the app, or build with the API. Your call.