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

visoar /hipng:0a33482a

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
bad, ugly
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
3.5

Max: 30

Amount of classifier-free guidance.
steps
integer
25

Min: 1

Max: 100

Denoising steps.
num_samples
integer
1

Min: 1

Max: 4

The desired number of samples.
seed
integer
-1

Min: -1

Max: 2147483647

Seed number for reproducability purpose. Use -1 for random generation.
is_animated_lora
boolean
True
Whether to use animated LoRA model.
ping
boolean
False
None

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