-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Output image, size and mask #52
Comments
Hello. Apparently on the backend side, it doesn’t have time to receive the image, maybe due to hardware or network latency, I’ll see what can be done. It’s strange about the size, because at the input there is only one image and it doesn’t change, when I checked everything was correct, send me the workflow and I’ll take a look. As for the mask, it’s a little more complicated, because... An image comes with input and therefore the node is updated, which leads to the replacement of the image and therefore the mask, you need to turn off update the node in the settings (if the node is not connected, then you don’t need to turn it off). And: |
Hi, thanks for your return
I tried to turn off in the node settings but nothing really happened. as per my expections on your node behavior, would it be possible to do this if you have time feel free to come in Fern discord discord.gg/t28yZEewrp you will find me and we can talk more easily about the node behavior (maybe ?!) |
Hi. On the backend there is a method IS_CHANGE, it restarts the node if there were changes, but on the frontend I did not find a property signaling this, so I added it to the do not generate options. The meaning of the following is that you generated it once, unchecked the update image checkbox and changed the mask (although the generation will increase a little, because the backend is still waiting for a response from the frontend to receive the image). About discord, when you have time :). |
Hi, thanks for your node, it is super easy to work with.
here 3 point I notice
The text was updated successfully, but these errors were encountered: