File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments