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
58.85k stars 6.24k forks source link

The Queue Prompt button can't be triggered after first time????? #2740

Open ykhasia opened 10 months ago

ykhasia commented 10 months ago

As for the txt2Img workflow, the Queue Prompt button seems could be triggered only on the first time when I input all the prompt text ?? When I clicked Queue Prompt button on twice or three times etc, the Queue Prompt button can't be triggered anymore , only when I modify the prompt it could be triggered ??? Is it designed in this way??? Why so stupid design ??

ltdrdata commented 10 months ago

If you don't change any parameter. It will generate same result. ComfyUI don't recalculate for same result.

If you modify several parameters of middle node of the workflow. ComfyUI only re-execute that node and affected following nodes for efficiency.

Really do you want re-execute whole workflow everytime?

iamrohitanshu commented 9 months ago

It doesn't queue only when you modify prompt. You can change anything, and it will work as intended. If you want to make more images with all the same settings and same prompts, at least change the seed. Most likely your seed is fixed. Try to set it to randomize or other options. If you keep everything the same, it will generate the same result every time. So it doesn't queue that. It is a good design.