Replies: 2 comments
-
i have found a workaround add "seed": ("INT", {"default": 0, "min": 0, "max": 0xffffffffffffffff} and then you can set it to random so the function will be called every time on a create image proc |
Beta Was this translation helpful? Give feedback.
-
Seconding this. I have a very similar problem: I'm working on a custom node that needs to be executed on every new generation, regardless of whether the input params changed or not. Funnily enough, I figured out the same workaround: just have a dummy INT input and connect an INT primitive to it and set it to random. I would also like to know if there's a "native" or, at least, more graceful way to force execute a node. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
the Idea is feed some things by an api make automatic some things
my code is working, i have only the problem that to generate is called only once at the start, is here a way to say that i want it on every run?
`
import torch,urllib.request, json
class SF2:
`
Beta Was this translation helpful? Give feedback.
All reactions