ltdrdata / ComfyUI-Workflow-Component

This is a side project to experiment with using workflows as components.
GNU General Public License v3.0
214 stars 9 forks source link

All nodes in chain triggered from workflow component even when no changes #15

Closed thelemuet closed 1 year ago

thelemuet commented 1 year ago

I've REALLY been wanting to use this but I'm having an issue that I can't figure out if a bug, limitation or user error, hoping for a confirmation.

Is it normal that on every generation it will restart from back up the chain of nodes from the workflow component even when I made no changes to it?

Even the simplest test I made with this component:

test

Adding it to my workflow before a kSampler and typing a prompt in it, hitting "Prompt queue" multiple times it will start from that component no matter if it was untouched in-between generations . It will keep generating the same image over and over. No changes anywhere else in the workflow, using fixed seed, etc.

Any idea?

Thanks!

ltdrdata commented 1 year ago

The problem has already been identified. It will likely be resolved by tomorrow due to other tasks.

ltdrdata commented 1 year ago

This is fixed.

thelemuet commented 1 year ago

Thanks for looking into it! Am I assuming correctly the fix has not yet been committed? Last commit is from before this report. Sorry in case I am confused/not understanding.

ltdrdata commented 1 year ago

Thanks for looking into it! Am I assuming correctly the fix has not yet been committed? Last commit is from before this report. Sorry in case I am confused/not understanding.

Oops.. I'd forgot to push...

f92ee9ba59ef16d63c9ac0da2b804d8649ba9fbf

thelemuet commented 1 year ago

It's working, thanks!