Acly / comfyui-tooling-nodes

Nodes for using ComfyUI as a backend for external tools. Send and receive images directly without filesystem upload/download.
GNU General Public License v3.0
319 stars 38 forks source link

Sometimes LoadImageBase64 just completes workflow instantly? #13

Closed Straafe closed 8 months ago

Straafe commented 8 months ago

I am running into a bizarre issue with these nodes and am not sure what's happening. If I try to run my workflow via API, it just instantly completes without error when I try to start with one of these nodes:

image

However, if I switch to a standard Load Image node, it works as expected and continues down the line, loading checkpoints and producing an image, etc. I am not sure why it instantly finishes and does not complete the flow if I start with the LoadImageBase64 node. Here is the flow: image

I am including an entire json payload, ready to shoot of at Comfy which will reproduce the issue. I included the base64 image data in the payload: https://jpst.it/3DhLI

Straafe commented 8 months ago

I started over, and it's working. I must have made a mistake somewhere in the json payload that I did not make the second time around.