thedyze / save-image-extended-comfyui

Extended Save node for ComfyUI
66 stars 6 forks source link
comfyui extension stable-diffusion

Save Image Extended for ComfyUI

Customize the information saved in file- and folder names. Use the values of sampler parameters as part of file or folder names.
Save data about the generated job (sampler, prompts, models) as entries in a json (text) file, in each folder.

Installation

  1. Open a terminal inside the 'custom_nodes' folder located in your ComfyUI installation dir
  2. Use the git clone command to clone the save-image-extended-comfyui repo.
    git clone https://github.com/thedyze/save-image-extended-comfyui

Parameters / Usage

Node inputs

Automatic folder names and date/time in names

Convert the 'prefix' parameters to inputs (right click in the node and select e.g 'convert foldername_prefix to input'. Then attach the 'Get Date Time String' custom node from JPS to these inputs. This way a new folder name can be automatically generated each time generate is pressed. # Disclaimer: Does not check for illegal characters entered in file or folder names. May not be compatible with every other custom node, depending on changes in the prompt object. Tested and working with default samplers, Efficiency nodes and UltimateSDUpscale. #



Happy saving!