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

fofr /ays-text-to-image:a004c3ac

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 photo of an astronaut riding a unicorn
None
negative_prompt
string
The negative prompt to guide image generation.
checkpoint
None
albedobaseXL_v21.safetensors
The SDXL model to use for generation
width
integer
1024
None
height
integer
1024
None
num_outputs
integer
1

Min: 1

Max: 10

Number of outputs
sampler_name
None
euler
None
guidance_scale
number
7.5

Max: 30

Scale for classifier-free guidance
steps
integer
10

Min: 10

Max: 100

Number of diffusion steps. (A minimum of 10 with AYS)
seed
integer
None
output_format
None
webp
Format of the output images
output_quality
integer
80

Max: 100

Quality of the output images, from 0 to 100. 100 is best quality, 0 is lowest quality.

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