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

lucataco /sandbox:2a9f0636

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
Astronaut in a jungle, cold color palette, muted colors, detailed, 8k
Input prompt
negative_prompt
string
Input Negative Prompt
width
integer
1024
Width of output image. Lower if out of memory
height
integer
1024
Height of output image. Lower if out of memory
sizing_strategy
None
width/height
Decide how to resize images – use width/height, resize based on input image
image
string
Input image for img2img
prompt_strength
number
0.8

Max: 1

Prompt strength when using img2img. 1.0 corresponds to full destruction of information in image
num_images
integer
1

Min: 1

Max: 8

Number of images per prompt
num_inference_steps
integer
25

Min: 1

Max: 100

Number of denoising steps
guidance_scale
number
3

Min: 1

Max: 20

Scale for classifier-free guidance
seed
integer
Random seed. Leave blank to randomize the seed
disable_safety_checker
boolean
False
Disable safety checker for generated images. This feature is only available through the API

Output schema

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

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