ai-dock / comfyui

ComfyUI docker images for use in GPU cloud and local environments. Includes AI-Dock base for authentication and improved user experience.
Other
660 stars 225 forks source link

Workflows using Image Save Node from WAS Suite Don't return images in serverless api response #26

Closed ckao10301 closed 8 months ago

ckao10301 commented 11 months ago

Using the Image Save node from WAS Suite instead of default Save Image in order to save images as JPEG. api requests don't return any images. The workflow successfully saves image to /output folder but serverless worker doesn't pick it up and send as api response.

Node: https://github.com/WASasquatch/was-node-suite-comfyui Workflow: jpg save test workflow.json

image image
ckao10301 commented 8 months ago

from our discussion:

If you have show_previews set to false the node does not put an entry into the API history, which is why its been failing to find the images. That's definitely a bug and I've reported it to the node developer. Not sure they will ever get around to fixing it but it doesn't matter. I have run several tests with show_previews: true and everything seems to be working as expected.