Append to gallery if multiple prompts in queue
This commit is contained in:
@@ -32,7 +32,7 @@ class ComfyImageNode extends ComfyGraphNode {
|
||||
let entry: ComfyGalleryEntry = [url + params, null]
|
||||
return entry
|
||||
});
|
||||
this._galleryWidget.setValue(galleryItems)
|
||||
this._galleryWidget.addImages(galleryItems);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user