Skip to content

v1.6.3 — disable_live_preview flag for the Overrides node

Choose a tag to compare

@shootthesound shootthesound released this 07 Jun 14:26
· 17 commits to main since this release

Small follow-up to v1.6.2: adds a fifth widget to Angelo — Overrides for users on ComfyUI frontends where the global latent preview renders into Angelo's node mid-sample and squashes the editor area.

What's new

disable_live_preview on the Overrides node (closes #21)

  • New BOOLEAN widget on the existing Angelo — Overrides companion node, default False.
  • When ON, suppresses ComfyUI's live latent preview for that Angelo node only — other samplers in the same workflow (KSampler etc.) keep their previews as configured globally.
  • Mechanism: run() passes callback=None to comfy.sample.sample instead of latent_preview.prepare_callback(...). No callback → no per-step preview frames are generated, nothing to render, nothing to squash.

Lives on the Overrides node rather than the main node body to keep AngeloRefine's surface clean — Overrides is the established home for "drive Angelo's behaviour from the workflow instead of the toolbar" settings.

Who needs this

If you've ever bumped ComfyUI's Settings → Preview method to Latent2RGB or TAESD and noticed Angelo's editor canvas getting compressed during sampling, this is the fix. If you keep that setting on None (Angelo works fine for you), you can ignore this release entirely.

Update

ComfyUI Manager → Update, or git pull in the ComfyUI-Angelo folder.