Skip to content

inference.sdxl.img2img.v1

Schema

{
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"enum": [
"v2.optimize.sdxl",
"optimize.sdxl.v1"
]
}
}
}