A suite of custom nodes for ConfyUI that includes GPT text-prompt generation, LoadVideo, SaveVideo, LoadFramesFromFolder and FrameInterpolator
205
stars
22
forks
source link
code error shows up in Chrome: graph is unknown variable #65
Open
kutovoy opened 4 months ago
error line: n = graph._nodes[n];
proposed fix (I am not sure if this is the right one): n = app.graph._nodes[n]
https://github.com/Nuked88/ComfyUI-N-Nodes/blob/ab4af9de4f5a2692044dbb4a5fc0e66a25d4165a/js/extended_widgets.js#L185