Skip to content

Commit 86a7f3f

Browse files
committed
update API doc
1 parent 6fd0e64 commit 86a7f3f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

examples/server/server_doc.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -381,17 +381,14 @@ components:
381381
description: Base64 encoded initial image (for img2img). Empty string clears previous.
382382
mask_image:
383383
type: string
384-
deprecated: true
385-
description: Not implemented yet.
384+
description: Base64 encoded grayscale mask image (for img2img/inpainting). Empty string clears previous.
386385
control_image:
387386
type: string
388-
deprecated: true
389-
description: Not implemented yet.
387+
description: Base64 encoded control image (for control-nets or other control models). Empty string clears previous.
390388
ref_images:
391389
type: array
392-
deprecated: true
393390
items: { type: string }
394-
description: Not implemented yet.
391+
description: Array of base64 encoded reference images (for edit models).
395392

396393
# --- Structured Parameters ---
397394
sample_params:

0 commit comments

Comments
 (0)