Skip to content

v2.0.1 - UI Bugfixes & UX Enhancements

Choose a tag to compare

@BlackSnowSkill BlackSnowSkill released this 05 Jul 13:34
· 2 commits to main since this release

This patch release resolves several LiteGraph interface issues in ComfyUI to ensure a smooth and stable user experience.

🔧 Fixed in this version:

  • Fixed Spurious Dropdown Resets: Hovering the mouse or clicking on the node no longer causes the active preset to instantly snap back to "custom". The dropdown now only switches to "custom" when a slider value is genuinely modified (difference > 1e-6).
  • Instant Slider Visual Updates: Replaced node resizing with instant canvas redrawing (setDirtyCanvas) after loading a preset. Sliders now update their visual positions on the screen immediately without requiring manual interaction.
  • Manual "custom" Selection Reset: Manually choosing the "custom" preset option from the dropdown now automatically resets all 12 knobs back to 0.0 to start fresh. The reset is safely bypassed when the node automatically switches to "custom" due to manual slider dragging.

Special thanks to the community for pointing out these issues and contributing to the fixes!