mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-04-18 18:33:30 +00:00
General way of receiving image for multiple json
This commit is contained in:
parent
6f8e766509
commit
2a097a28d9
@ -42,7 +42,7 @@ def get_images(ws, prompt):
|
||||
else:
|
||||
current_node = data['node']
|
||||
else:
|
||||
if current_node == 'save_image_websocket_node':
|
||||
if prompt[current_node]['class_type'] == 'SaveImageWebsocket':
|
||||
images_output = output_images.get(current_node, [])
|
||||
images_output.append(out[8:])
|
||||
output_images[current_node] = images_output
|
||||
|
Loading…
Reference in New Issue
Block a user