comfyanonymous / ComfyUI

The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
https://www.comfy.org/
GNU General Public License v3.0
50.79k stars 5.33k forks source link

Generation gets stuck in an infinite loop #633

Open wwboynton opened 1 year ago

wwboynton commented 1 year ago

After setting up and adding one lora into the chain, I hit the button to queue the prompt and it works, but immediately on finishing and without any additional input from me, it continues to say "got prompt" again on the console output and re-queues the same job over and over until I kill the process. I've been able to recreate this on both the precompiled Windows version and the Linux version running on Nvidia GPU hardware.

comfyanonymous commented 1 year ago

ComfyUI only executes nodes again when something changes so if you set a fixed seed this is expected.

WASasquatch commented 1 year ago

ComfyUI only executes nodes again when something changes so if you set a fixed seed this is expected.

ComfyUI auto-sends prompts? Sounds like the issue is somehow the front-end is sending prompts without hitting Queue Prompt. I used fixed all the time and never see this behavior.

comfyanonymous commented 1 year ago

There's an "auto queue" checkbox in the "Extra options" right beside the slider. It has a tooltip.

WASasquatch commented 1 year ago

There's an "auto queue" checkbox in the "Extra options" right beside the slider. It has a tooltip.

Do you mean the checkbox with no description/explanation? image

comfyanonymous commented 1 year ago

yes that's the one.

WASasquatch commented 1 year ago

yes that's the one.

Oh, ok. I wasn't sure what that was, and thought it was an artifact. Didn't want to test it and ruin something. That should come in handy though.