Skip to content

inference.qwen.image-edit.lightning.img2img.v1

{
"type": "object",
"required": [
"type",
"config"
],
"properties": {
"type": {
"type": "string",
"enum": [
"inference.qwen.image-edit.lightning.img2img.v1"
]
},
"config": {
"type": "object",
"required": [
"prompt"
],
"properties": {
"image": {
"type": "string",
"format": "filename",
"example": "input.png",
"description": "The filename of the input image."
},
"prompt": {
"type": "string",
"minLength": 3,
"maxLength": 4096,
"examples": [
"puppies in a cloud, 4k"
]
},
"style_preset": {
"type": "string",
"enum": [
"3d-model",
"analog-film",
"anime",
"cinematic",
"comic-book",
"digital-art",
"enhance",
"fantasy-art",
"isometric",
"line-art",
"low-poly",
"neon-punk",
"origami",
"photographic",
"pixel-art",
"texture",
"craft-clay"
]
},
"guidance_scale": {
"type": "number",
"default": 1
},
"steps": {
"type": "integer",
"default": 4,
"minimum": 4,
"maximum": 4
},
"seed": {
"type": "integer",
"examples": [
42,
531286735183442
]
},
"width": {
"type": "number",
"minimum": 256,
"maximum": 2048
},
"height": {
"type": "number",
"minimum": 256,
"maximum": 2048
}
}
}
}
}