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

lucataco /sdxs-512-0.9:d360529f

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
portrait photo of a girl, photograph, highly detailed face, depth of field, moody light, golden hour
Input prompt
negative_prompt
string
Input Negative Prompt
width
integer
512
Width of output image. Lower if out of memory
height
integer
512
Height of output image. Lower if out of memory
sizing_strategy
string (enum)
width/height

Options:

width/height, input_image

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
1

Min: 1

Max: 100

Number of denoising steps
guidance_scale
number
0

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'}