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, image → image
How to use Stable Diffusion 3.5
- 1Use LoRAs for brand-consistent outputTrain or download a LoRA for your style. SD 3.5 supports LoRAs at 0.1–1.0 strength, and multiple LoRAs can be stacked.
- 2Pair with ControlNet for precise layoutsUse 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
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.