Nodes Browser
ComfyDeploy: How Save Image Plus for ComfyUI works in ComfyUI?
What is Save Image Plus for ComfyUI?
Save Image Plus is a custom node for ComfyUI that allows you to save images in JPEG and WEBP formats with optional metadata embedding.
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
Save Image Plus for ComfyUI
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
Save Image Plus for ComfyUI
- This custom node is largely identical to the usual Save Image but allows saving images also in JPEG and WEBP formats, the latter with both lossless and lossy compression.
- Metadata is embedded in the images for loading workflows.
- An option to remove metadata is available and can be overridden from the node; otherwise, it defaults to the ComfyUI arguments.
Installation
To install, clone this repository into the ComfyUI/custom_nodes
folder with:
git clone https://github.com/Goktug/comfyui-saveimage-plus