FizzleDorf / ComfyUI_FizzNodes

Custom Nodes for Comfyui
MIT License
370 stars 56 forks source link

local variable 'value' referenced before assignment #14

Closed IdeaFridge closed 11 months ago

IdeaFridge commented 11 months ago

local variable 'value' referenced before assignment " error pops up

it says it couldn't get the value from ScheduledNodes.py key_frame_series[i] = numexpr.evaluate(value) if not is_single_string else self.sanitize_value(value)

image

Im at a loss :(

FizzleDorf commented 11 months ago

that is one error. The 0 frame needs to be scheduled to fix that error. The second one that will come up is because the pw_b input needs some value when it's converted to an input. Otherwise, convert it to a widget so it just recieves a static number.