ImageStability AIv3.5· Released 2024-10-22

Stable Diffusion 3.5

Open-source diffusion model with full LoRA and ControlNet ecosystem support.

Stable Diffusion 3.5 is Stability AI's current-generation open-source diffusion model, released October 2024. It's the go-to for workflows needing LoRAs, ControlNet, or custom fine-tunes — the entire Stable Diffusion ecosystem runs on compatible tooling. On Oakgen, an SD 3.5 image costs about 12 credits (~$0.05).

Capabilities at a glance

  • Open model weights under the Stability AI Community License
  • Full LoRA and ControlNet ecosystem compatibility
  • Native 1024×1024 and 2048×2048 output
  • 6–10 second generation
  • Most community-trained fine-tunes target the SD family

Specs

Starting price
$0.05 / generation
Generation time
6–10 seconds
Max resolution
2048×2048
Inputs → outputs
text, imageimage

How to use Stable Diffusion 3.5

  1. 1
    Use LoRAs for brand-consistent output
    Train or download a LoRA for your style. SD 3.5 supports LoRAs at 0.1–1.0 strength, and multiple LoRAs can be stacked.
  2. 2
    Pair with ControlNet for precise layouts
    Use ControlNet to condition on pose skeletons, depth maps, or canny edges — the most reliable way to get repeatable compositions.

API access

curl -X POST https://api.oakgen.ai/v1/generate/image \
  -H "Authorization: Bearer $OAKGEN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "stable-diffusion-3-5",
    "prompt": "A medieval castle at sunset, cinematic",
    "loras": [{"id": "fantasy-painting-v2", "strength": 0.8}]
  }'

Compared to other models

vs. flux-pro-1-1ecosystem

SD 3.5 has a richer community ecosystem — LoRAs, ControlNets, fine-tunes. FLUX Pro 1.1 produces higher-quality single-shot output but lacks the same community tooling. Pick SD 3.5 for custom styles, FLUX Pro for hands-off quality.

License & commercial use

Stability AI Community License — commercial use permitted below a revenue threshold; Enterprise license available above.

Permitted on all paid Oakgen plans. Oakgen's enterprise license covers heavy commercial use.

FAQs

How much does Stable Diffusion 3.5 cost on Oakgen?
Stable Diffusion 3.5 starts at $0.05 per generation on Oakgen. Most generations complete in 6–10 seconds. The $19/month Pro plan includes 5,000 credits, covering roughly 384 generations per month.
Can I use Stable Diffusion 3.5 commercially?
Permitted on all paid Oakgen plans. Oakgen's enterprise license covers heavy commercial use.
What is the maximum output resolution?
Stable Diffusion 3.5 supports up to 2048×2048.
Does Oakgen provide API access to Stable Diffusion 3.5?
Yes. Oakgen's REST API exposes Stable Diffusion 3.5 under the model slug 'stable-diffusion-3-5'. See the API snippet below for an example request.

Related models

Stable Diffusion 3.5 on Oakgen — Open Diffusion Model | Oakgen.ai