Pillow>=9.5.0

A custom node for ComfyUI that allows saving images in multiple formats with advanced options and a preview feature.
custom_nodes directory:“`bash
git clone https://github.com/SEkINVR/ComfyUI-SaveAs.git
“`
“`bash
cd ComfyUI-SaveAs
“`
“`bash
./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:
“`bash
./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.