From 794563b52c8c3dca7ade1a35ce4e448ad83ff633 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Sat, 28 Jun 2025 17:53:32 +0800 Subject: [PATCH] update docs --- kcpp_docs.embd | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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" }