AdvancedImageParams
seed object
anyOf
- integer
- null
integer
Possible values: >= 0
num_inference_steps object
anyOf
- integer
- null
integer
Possible values: >= 1 and <= 100
guidance object
anyOf
- number
- null
number
Possible values: >= 1 and <= 20
negative_prompt object
anyOf
- string
- null
string
num_sync_steps object
anyOf
- integer
- null
integer
Possible values: >= 1 and <= 100
AdvancedImageParams
{
"seed": 0,
"num_inference_steps": 0,
"guidance": 0,
"negative_prompt": "string",
"num_sync_steps": 0
}