Closed winterspringsummer closed 2 years ago
See https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/3723 The callback that sets the score before saving is not being called.
Yeah the EXIF or PNG Info Chunk is not working due to the above calling image saved callback twice instead of the before image saved callback which handles the EXIF or PNG Info Chunk.
Combining discussion related to tags not working here: https://github.com/tsngo/stable-diffusion-webui-aesthetic-image-scorer/issues/3
Thank you, it works now! This extension is so great. Thansk @tsngo again for your work.
I installed extension with below command,
git clone --recurse-submodules https://github.com/tsngo/stable-diffusion-webui-aesthetic-image-scorer extensions/aesthetic-image-scorer
Both Web-ui and Aesthetic-Image-Scorer are up to date, for now. I tried with jpg and png format, but the output image does not have png info or tag info about aesthetic image score. Am I missing something during the installation process?