update docs

This commit is contained in:
Concedo 2025-06-28 17:53:32 +08:00
parent a88c56e70c
commit 794563b52c

View file

@ -2315,6 +2315,13 @@
"sampler_name": { "sampler_name": {
"type": "string" "type": "string"
}, },
"extra_images": {
"type": "array",
"items": {
"type": "string"
},
"description": "KCPP only. Used for photomaker and Flux Kontext, to add extra b64 reference images."
},
}, },
"type": "object" "type": "object"
} }
@ -2422,6 +2429,13 @@
"inpainting_mask_invert": { "inpainting_mask_invert": {
"type": "string" "type": "string"
}, },
"extra_images": {
"type": "array",
"items": {
"type": "string"
},
"description": "KCPP only. Used for photomaker and Flux Kontext, to add extra b64 reference images."
},
}, },
"type": "object" "type": "object"
} }