How to make node run *every* generation? #141
Unanswered
WASasquatch
asked this question in
Q&A
Replies: 1 comment 2 replies
-
https://github.com/comfyanonymous/ComfyUI/blob/master/nodes.py#L817 If this IS_CHANGED function exist and returns a different value than the previous time the node (and everything depending on it) will be executed again. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have added NSP to new CLIPTextEncode node, but it seems to actually run only once, and then it seems to be using a cached result?
Basically, it parses all noodles in the prompt with random words of a term. However, it seems to only run once and tell me what the parsed from, after that, it doesn't tell me a new prompt, and the gens are always of the same "random" word... so, not random.
Example from the console with two generations (with HR-Fix) the second one, the CLIPTextEncode doesn't print the new prompt, which it does before returning.
Beta Was this translation helpful? Give feedback.
All reactions