Skip to content

Releases: alexopus/ComfyUI-Image-Saver

v1.4.0

08 Dec 20:24
Compare
Choose a tag to compare
  • 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

31 Jul 15:24
Compare
Choose a tag to compare
  • Saver node: converted sampler input to string
  • SamplerSelector node: output sampler name also as a string
  • Add SamplerToString util node
  • Fixed converter nodes
  • Change min value for widgets with fixed steps

v1.2.1

29 Jun 19:31
Compare
Choose a tag to compare
  • Update Impact Pack scheduler list.

v1.2.0

16 Jun 11:28
Compare
Choose a tag to compare
  • 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

28 Jan 16:39
Compare
Choose a tag to compare
  • Add 'save_workflow_as_json', which allows saving an additional file with the json workflow included (7b1b47f #11). Thx @nickve28!
  • Fix extension check in full_lora_path_for.

v1.0.0

13 Jan 19:52
8f68a41
Compare
Choose a tag to compare

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