rgthree / rgthree-comfy

Making ComfyUI more comfortable!
MIT License
1.16k stars 81 forks source link

Un- / lock missing #60

Closed OmegaII closed 11 months ago

OmegaII commented 11 months ago

I see that Lock / Unlock is missing. I can lock and unlock when selecting multiple nodes, where I can do the action on the other node. But the option is missing on any of your nodes. image

rgthree commented 11 months ago

Looks like locking comes from another extension and is not part of native ComfyUI. Specifically, github.com/pythongosssss/ComfyUI-Custom-Script

Because of the way my nodes are working, and they are adding these menu items, they're not compatible. I'm able to fix it on my end for Seed, and the Context nodes, but for other nodes (like Fast Muter, etc.) there's no other way than for it to be fixed from pythongosssss/ComfyUI-Custom-Script side, because these other nodes are "virtual nodes" and @pythongosssss is only overriding server nodes.

I see the ttN extension is adding menu items to my virtual nodes, so it's likely possible to fix on their side.