copy_image
Copies an image generated by ComfyUI from its output directory to a specified project path. Provide the source and destination file paths to organize results.
Instructions
Copy an image from ComfyUI output to a project location. Example: {"sourcePath": "\\LAWLRENCE\ComfyUI_windows_portable\ComfyUI\output\ComfyUI_00001_.png", "destinationPath": "c:/your/project/path/images/my_image.png"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sourcePath | Yes | Path to the source image in ComfyUI output | |
| destinationPath | Yes | Path where the image should be copied to |