S
Stable Image Core
Stable Image Core, an image model from Stability.
imageModelOverride: { model: "stable-image-core" }
SStability·Released 2024
Pricing
- Per generation
- $0.040
- Per generation
- $0.030
Specifications
- Aspect ratios
- 9
- Released
- 2024
Parameters
Model options, passed in
imageModelOverride.config.| Parameter | Type | Default | Range / options |
|---|---|---|---|
style_presetGuides the image model towards a particular style. | Select | — | 3d-modelanalog-filmanimecinematiccomic-bookdigital-art+11 |
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 | jpegpngwebp |
Use this model
await mindstudio.generateImage({ prompt: "...", imageModelOverride: { model: "stable-image-core", config: { style_preset: "3d-model", aspect_ratio: "1:1", }, }, });