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

xiankgx /sdxl-evolution-0.1:534ed872

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
A textual description of what to generate.
negative_prompt
string
A textual description of what to avoid in the generations.
width
integer (enum)
1024

Options:

512, 576, 640, 704, 768, 832, 896, 960, 1024, 1088, 1152, 1216, 1280, 1344, 1408, 1472, 1536

Width of the generated images.
height
integer (enum)
1024

Options:

512, 576, 640, 704, 768, 832, 896, 960, 1024, 1088, 1152, 1216, 1280, 1344, 1408, 1472, 1536

Height of the generated images.
guidance_scale
number
2

Max: 30

Amount of classifier-free guidance.
steps
integer
8

Min: 1

Max: 100

Denoising steps.
num_samples
integer
1

Min: 1

Max: 3

The desired number of samples.
seed
integer
-1

Min: -1

Max: 2147483647

Seed number for reproducability purpose. Use -1 for random generation.

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