You're looking at a specific version of this model. Jump to the model overview.

cjwbw/stable-diffusion-high-resolution:231e401d

Input schema

The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.

Field Type Default value Description
prompt
string
female cyborg assimilated by alien fungus, intricate Three-point lighting portrait, by Ching Yeh and Greg Rutkowski, detailed cyberpunk in the style of GitS 1995
The prompt to render.
ori_width
integer (enum)
512

Options:

128, 256, 512, 768, 1024

Width of original stable-diffusion output image. Final output will double the width. Note that 1024x1024 may run out of memory, if so, please lower the width or height.
ori_height
integer (enum)
512

Options:

128, 256, 512, 768, 1024

Height of original stable-diffusion output image. Final output will double the height. Note that 1024x1024 may run out of memory, if so, please lower the width or height.
scale
number
7.5
Unconditional guidance scale: eps = eps(x, empty) + scale * (eps(x, cond) - eps(x, empty)).
steps
integer
50
Number of sampling steps.
seed
integer
The seed (for reproducible sampling).

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'format': 'uri', 'title': 'Output', 'type': 'string'}