S
Stable Diffusion 3
Stable Diffusion 3, an image model from Stability.
imageModelOverride: { model: "stable-diffusion-3" }
Stability·Released June 2024Pricing
- Per generation
- $0.080
- Per generation
- $0.065
- Per generation
- $0.040
- Per generation
- $0.035
Specifications
- Context window
- 10,000 tokens
- Aspect ratios
- 9
- Released
- June 2024
Parameters
Model options, passed in
imageModelOverride.config.| Parameter | Type | Default | Range / options |
|---|---|---|---|
model | Select | sd3-large | sd3-mediumsd3-largesd3-large-turbo |
negative_promptA blurb of text describing what you do not wish to see in the output image. | Text | — | — |
aspect_ratio | Select | 1:1 | 1:12:33:24:55:49:16+3 |
seedA specific value that is used to guide the 'randomness' of the generation. Omit this parameter or pass 0 to use a random seed. | Seed | — | — |
output_format | Select | png | jpegpng |
Use this model
await mindstudio.generateImage({ prompt: "...", imageModelOverride: { model: "stable-diffusion-3", config: { model: "sd3-large", aspect_ratio: "1:1", }, }, });