pythongosssss / ComfyUI

A powerful and modular stable diffusion GUI with a graph/nodes interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Converted Group Loses Inputs

wyrde opened this issue · comments

commented

A group converted to node loses most of its inputs.

2023-04-28 10_21_47-ComfyUI — Mozilla Firefox
2023-04-28 10_22_02-ComfyUI — Mozilla Firefox

Does not allow reconnecting the inputs from the previous routes.

Replaced the ksampler in case it was the seed thing.

Removed the INT bypass in case it didn't like the unconnected route.

Not sure what is happening. The first group node works fine.

workflow:
groupnodetest06.zip

image
When i load up that graph, none of those inputs are actually connected

There is however an issue with reroutes connected to other reroutes so looking into that.

I've made a few reroute fixes, if you could please give it a check when you get a chance, thanks!

As mentioned, I couldnt reproduce your exact issue - but did find a bunch of similar ones so its hopefully fixed

commented

Gave it a few shots and was not able to break it \o/

During the process, I think I figured out what happened: there was a sneaky reroute hidden behind a node. You fixed that--they make more inputs now.

Now I'm wondering how many issues were caused by that stupid hidden reroute. Sheesh. Well, not an issue now. (:

2023-04-29 09_53_33-ComfyUI — Mozilla Firefox
2023-04-29 09_53_58-ComfyUI — Mozilla Firefox

yay!