mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-04-13 15:03:33 +00:00
Merge 2a097a28d9
into 22ad513c72
This commit is contained in:
commit
759526a372
@ -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