This custom node for ComfyUI allows you to save images in multiple formats, including PNG, JPG, WebP, and ICO. [w/ComfyUI-Save-Multi-Format is renamed to SaveAs. Remove previous one and reinstall to this.]
A custom node for ComfyUI that allows saving images in multiple formats with advanced options and a preview feature.
custom_nodes
directory:
git clone https://github.com/SEkINVR/ComfyUI-SaveAs.git
cd ComfyUI-SaveAs
./install_requirements.sh
This custom node requires the following Python package:
This is usually already installed with ComfyUI, but the installation script will ensure you have the correct version.
To update the node to the latest version:
./custom_nodes/ComfyUI-SaveAs/update.sh
ComfyUI-SaveAs/
│
├── __init__.py
├── ComfyUISaveAs.py
├── README.md
├── requirements.txt
├── install_requirements.sh
├── update.sh
└── examples/
└── PC_Icon_creator_Workflow.json
└── PC_Icon_creator_Workflow.png
Contributions are welcome! Please feel free to submit a Pull Request.