You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.