Append to gallery if multiple prompts in queue

This commit is contained in:
space-nuko
2023-04-25 07:46:58 -07:00
parent b8f38e5281
commit 8dc8755403
2 changed files with 14 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ class ComfyImageNode extends ComfyGraphNode {
let entry: ComfyGalleryEntry = [url + params, null]
return entry
});
this._galleryWidget.setValue(galleryItems)
this._galleryWidget.addImages(galleryItems);
}
}