receyuki / comfyui-prompt-reader-node

The ultimate solution for managing image metadata and multi-tool compatibility. ComfyUI node version of the SD Prompt Reader
MIT License
289 stars 22 forks source link

[BUG] - SD Prompt Saver does not work with batches #5

Closed hrkrx closed 1 year ago

hrkrx commented 1 year ago

Description

When generating more than one image in ComfyUI, the SD Prompt Saver only saves the last image.

It shows the correct number of images, but each image is the same last image (if batch = 4, you'll see 4 times the last image in the preview)

Reproduction steps

  1. set Batch > 1
  2. Generate Images
  3. look at preview in SD Promt Saver Node
  4. look at files saved

Image file

image

Version

1.0.0

receyuki commented 1 year ago

I can't believe I didn't notice this bug. Thx.

receyuki commented 1 year ago

Fixed in v1.0.0

hrkrx commented 1 year ago

Happens to the best ;)

Thanks for the quick fix!