-
Notifications
You must be signed in to change notification settings - Fork 551
Description
Describe the bug
I have a workflow with one single Save image node (core) at the end.
This workflow is supposed to generate 4 images using Batch-condition Batch-String custom node to send 4 different prompts.
It works properly in the Web UI generating all 4 images but when used with the runpod-worker-comfy it only sends 1 image in the result message (Base64 encoded) instead of 4, but I can see that the 4 imgs have been generated in the output folder.
So it seems that the worker API isn't able to get the 3 other images... ?
I have the same issue running everything on runpod and on my local server.
Repro MVP (Minimal Viable Procedure)
Here is a simple workflow example, generating 4 images using Batch Condition node :
Batch Image Generation.json
Expected behavior
I expect the result message having all 4 images base64 encoded.
Screenshots
Versions (please complete the following information):
- ComfyUI version: 0.3.12
- Host OS: Ubuntu 22.04
- Docker version: ??
Additional context
