Releases: alexopus/ComfyUI-Image-Saver
Releases · alexopus/ComfyUI-Image-Saver
v1.4.0
- Add UNETLoaderWithName
- Also check the unet directory (if not found in checkpoints) when calculating model hash
- Add tooltips
- Image Saver: Add clip skip parameter
- Adds the suffix _0x to the file name if a file with that name already exists (#40)
- Remove strip_a1111_params option
- Bugfix: Fixing the outputs names of SchedulerToString, SchedulerComfyToString and SamplerToString nodes
v1.3.0
v1.2.1
v1.2.0
- Add option to strip positive/negative prompt from the a1111 parameters comment (hashes for loras/embeddings are still always added)
- Add option for embedding prompt/workflow in PNG
- Add 'AYS SDXL', 'AYS SD1' and 'AYS SVD' to scheduler selectors
- added dpmpp_3m_sde sampler
- added exponential scheduler
- Fix suffix for batches
- Save json for each image in batch
- Allow to leave modelname empty
v1.1.0
v1.0.0
Changes since the fork from https://github.com/giriss/comfy-image-saver.
- BREAKING CHANGE: Convert CheckpointSelector to CheckpointLoaderWithName (571fcfa). Fixes 2 issues:
- oversized search fields (giriss#5)
- selector breaking when model files are added/removed at runtime
- Include embedding, lora and model information in the metadata in civitai format (#2). Thx @nickve28!
- Try to find loras with incomplete paths (002471d):
<lora:asdf:1.2>
will be found and hashed if the actual location is<lora:subdirectory/asdf:1.2>
- Update default filename pattern from
%time_%seed
to%time_%basemodelname_%seed
(72f17f0) - Rename all nodes to avoid conflicts with the forked repo
- Make PNG optimization optional and off by default (c760e50)
- Calculate model hash only if there is no calculated one on disk already. Store on disk after calculation (96df2c9)
- Fix civitai sampler/scheduler name (af4eec9)
- Fix metadata format according to https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/5ef669de080814067961f28357256e8fe27544f4/modules/processing.py#L673 (giriss#11)
- Add input
denoise
(Danand@37fc890) - Add resolving of more placeholders for file names (giriss#16)
%sampler_name
%steps
%cfg
%scheduler
%basemodelname