diff --git a/kcpp_docs.embd b/kcpp_docs.embd index 2ae50fb9e..1deb3be2d 100644 --- a/kcpp_docs.embd +++ b/kcpp_docs.embd @@ -2315,6 +2315,13 @@ "sampler_name": { "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" } @@ -2422,6 +2429,13 @@ "inpainting_mask_invert": { "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" }