WASasquatch / was-node-suite-comfyui

An extensive node suite for ComfyUI with over 210 new nodes
MIT License
1.23k stars 178 forks source link

FIX Random always executing (IS_CHANGED not working) #478

Open ricklove opened 2 months ago

ricklove commented 2 months ago

IS_CHANGED should not be defined for these nodes because the seed and other inputs are sufficient for detecting change (and these were causing the graph to execute every time)

WASasquatch commented 2 months ago

The reason search and replace are force running is cause they use text tokens, which if changed, wouldn't reflect in outputs here unless something changed on it and force re-ran.