Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
Over the last couple of days ive been working on a custom node that adds a setting menu for disabling nodes, the use case is that for example i have 5 nodes from different sources that does the exact same thing (take for example a simple integer node, or a multiline text box node) so i would like to hide the ones i dont use. so ive been working on this (it works):
https://github.com/Hapseleg/zzComfyUI-Node-Disabler (I had to name it "zz" because it needs to be loaded last xD)
i am however having some trouble with some stuff that the docs doesnt mention (or maybe im just blind), docs that might help pointing in the right direction is these: https://docs.comfy.org/custom-nodes/js/javascript_settings#write-a-setting but they sadly dont answer my questions
Right now the json looks like this:
but i would like this:
"node-disabler": ["Comfy Core.CLIPVisionLoader","Comfy Core.CheckpointLoader","CheckpointLoaderSimple"}
Beta Was this translation helpful? Give feedback.
All reactions