erosDiffusion / ComfyUI-enricos-nodes

Compositor Node experiments
MIT License
120 stars 5 forks source link

Image collapsed and unable to pass to next node. #63

Open DreamLoveBetty opened 2 hours ago

DreamLoveBetty commented 2 hours ago

As shown in the workflow image below, the first run is normal and passes to the next controlnet process, but the second run and the following multiple runs stop when the image is assembled and start the text to image process all over again without entering the controlnet process. 1726944775919

erosDiffusion commented 2 hours ago

hi, if you can please provide me the flow i can check where the issue is.

the generations should work as follows:

the normal rules for node caching should work as usual, meaning a node is not re-triggered the inputs have changed. compositor is not your usual node as per default it's supposed to have some human interaction (grab and continue simulates that)

DreamLoveBetty commented 1 hour ago

嗨,如果可以,请提供我可以检查问题所在位置的流程。

世代按如下方式工作:

  • 如果 onConfigChanged 开关处于打开状态,则设置了 stop,并且 compositorConfig(或附加到它的任何生成不同输入的内容)发生了变化,则流程将在 compositor 处停止,以便您可以更改合成。这是一个手动操作,因此您需要重新排队/继续
  • 如果设置了 onConfigChanged grabAndContinue,则应停止流程,上传与现有合成对应的图像(或使用当前合成)并重新启动。

节点缓存的正常规则应该照常工作,这意味着 inputs 已更改时不会重新触发节点。 Compositor 不是您通常的节点,默认情况下,它应该有一些人工交互(Grab 和 Continue 模拟)

Ok, I uploaded the workflow now, please help test it, I'm not quite sure if it's the compositor that's the problem. Also it stops and then returns to restart the raw image, this problem is not due to the onconfigchanged parameter switch. workflow.json