Replies: 5 comments 3 replies
-
See this |
Beta Was this translation helpful? Give feedback.
-
thank you for your response. also can you point me to some sites where there is a comfy programming manual with a function reference? i only found docs.comfy.org but it is very poor in content. i have a lot of question on this comfyui and it would be unkind to bother you with them |
Beta Was this translation helpful? Give feedback.
-
i wrote: def function(self,DirectoryIndex) and it gives me an error: ui = {k: [y for x in uis for y in x[k]] for k in uis[0].keys()} ok, solution is putting [] around the parameter, "ui":{"DirectoryIndex": [DirectoryIndex]}. |
Beta Was this translation helpful? Give feedback.
-
i created a js\common.js and putted inside the event handler like that in your repo, after i added in the init.py the js stuff so now it looks like this: from .WAS_Node_Suite import NODE_CLASS_MAPPINGS all = ['NODE_CLASS_MAPPINGS'] WEB_DIRECTORY = "./js" i putted a console.log("@mic nodeFeedbackHandler") but nothing appear in the console how to register the event handler? (comfyui lacks a programming manual) |
Beta Was this translation helpful? Give feedback.
-
I have to correct this and apologize a lot,the code works, i expecting the log in the cmd console,but it were in the browser stuff... I'm not used to javascript for half a day can't understand while "DirectoryIndex"!="DiretoryIndex" |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hi, i modified an existing node and in the "required" field i inserted a value (the one that you can change with the arrows in the ui). how can i update in the ui this value after having changed it for some reason in the code?
Beta Was this translation helpful? Give feedback.
All reactions