Replies: 3 comments 7 replies
-
is there a possible way to convert current nodes to js functions that lloks like that and we excute them as graph |
Beta Was this translation helpful? Give feedback.
-
Execution does not occur on the front end. The execution of the node takes place on the Python side. Creating it with JavaScript instead of Python essentially means building a framework that generates prompt JSON. |
Beta Was this translation helpful? Give feedback.
-
Easier to do it from the Python side and there are already several options: You don't necessarily have to use those, but they may be handy for creating some examples of what a Comfy graph would look like as a Python script. |
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.
-
the idea that i wish to discuss if there are a possible way to use comfy similar to following

instead of drawing that graph we would write
Beta Was this translation helpful? Give feedback.
All reactions