Extensions/ComfyUI-SaveImage-PP
ComfyUI Extension

ComfyUI-SaveImage-PP

A better SaveImage than SaveImage-Plus.

By Vaporbook·Created about a year ago·Updated about a year ago· 2
Vaporbook/ComfyUI-SaveImage-PP
Nodes1
On cloudLocal install
Categoryimage
Stars2
Updatedabout a year ago
Readme

ComfyUI-SaveImage-PP

This is a better version of the native SaveImage node in ComfyUI. It updates the default naming convention (using date conventions and model names), and in keeping with previous efforts on a better save node, allows for saving in different formats (png still default), as well as turning off metadata if desired (default is on).

Credit where credit due: not a fork, but definitely owes ComfyUI-SaveImage-Plus much gratitude.

Installation

  1. git clone repository into ComfyUI\custom_nodes\
git clone https://github.com/replace-this-with-your-github-repository-url.git
  1. Go to ComfyUI\custom_nodes\ComfyUI-Your-CustomNode-Name and run
pip install -r requirements.txt

If you are using the portable version of ComfyUI, do this:

python_embeded\python.exe -m pip install -r ComfyUI\custom_nodes\ComfyUI-Your-CustomNode-Name\requirements.txt