Skip to content

v1.4.0

Choose a tag to compare

@shootthesound shootthesound released this 24 May 00:11
· 36 commits to main since this release

v1.4.0

New features

  • Redo button to complement Undo — button-only (the Ctrl-Z / Ctrl-Y shortcuts were dropped as they clashed with ComfyUI graph-level undo/redo). (#6)
  • source_image output — a third output emitting the original pre-edit base, ready to wire into image-compare nodes. (#3, #9)
  • F to fit — press F with the cursor over the node to reset the view to fit. (#10)
  • Right-click + drag-drop — right-click the preview to open it in a new tab or copy it; drag-drop an image file onto the node to load it (same resolution/upload path as the Load Image button). (#7)

Fixes

  • XtraFine no longer degrades across repeated edits — clean pixel buffers are carried between edits instead of re-decoding through the VAE each time. Thanks @bananasss00 (PR #13).
  • Smart Inpaint reference/prompt fix — while Area Prompt is on the refine now uses the Area text exclusively (even when empty), never the main prompt, and the upscaled-crop reference replaces any inherited reference_latents. Fixes an empty-Area-Prompt Smart Inpaint reproducing the whole scene into the region.
  • Smart Inpaint feather now defaults to 15 (soft blend), still adjustable.