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)
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.
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)