was-node-suite-comfyui icon indicating copy to clipboard operation
was-node-suite-comfyui copied to clipboard

FIX Random always executing (IS_CHANGED not working)

Open ricklove opened this issue 1 year ago • 1 comments

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)

ricklove avatar Sep 23 '24 18:09 ricklove

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.

WASasquatch avatar Sep 24 '24 15:09 WASasquatch