Closed protector131090 closed 2 months ago
It has been fixed upstream:
You can apply that PR manually in the meantime. Change line 67033 in ComfyUI\web\assets\index-Dfv2aLsq.js
from this:
const isCollapsed = shape === LiteGraph.CARD_SHAPE && node.flags.collapsed;
to this:
const isCollapsed = shape === LiteGraph.CARD_SHAPE;
It has been fixed upstream:
You can apply that PR manually in the meantime. Change line 67033 in
ComfyUI\web\assets\index-Dfv2aLsq.js
from this:const isCollapsed = shape === LiteGraph.CARD_SHAPE && node.flags.collapsed;
to this:
const isCollapsed = shape === LiteGraph.CARD_SHAPE;
that did it. Thanks
That PR is merged already. So, you can apply latest version via this commad line args
--front-end-version Comfy-Org/ComfyUI_frontend@latest
Expected Behavior
Normal interacting with nodes. changing prompt dragind the windows
Actual Behavior
I touch fast group bypasser rhgthree or String Literal - comfy UI freezes. Refreshing the page with F5 helps till io touch it again. switching browsers or reinstalling comfy does not help!
Steps to Reproduce
Touch Prompt (string literal) window, try to drag it. Or try interacting with fast group bypasser. FLux Dev + Upscaler + Adetailer + 2 LORAs. Super clean v3 1 LORA loader (1).json
Debug Logs
Other
No response