comfy_upload_image
Upload base64-encoded images to ComfyUI's input directory, specifying filename and optional subfolder, with overwrite control for workflow preparation.
Instructions
Upload an image to ComfyUI.
Args: image_data: Base64-encoded image data filename: Destination filename subfolder: Optional subfolder within the input directory overwrite: Whether to overwrite an existing file with the same name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| overwrite | No | ||
| subfolder | No | ||
| image_data | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |