tsngo / stable-diffusion-webui-aesthetic-image-scorer

MIT License
142 stars 13 forks source link

Score not displayed in WebUI? #20

Open Marcophono2 opened 1 year ago

Marcophono2 commented 1 year ago

Hello!

I understand that some feartures are only availably for Windows. But does that mean that I (with Ubuntu) can find the score only in the EXIF data of a saved image!? At least I cannot find anything in the webUI.

JasonHoku commented 1 year ago

For me I had to run images that I generated before installing the aesthetic image scorer addon through the extras batch for them to get scored.

I was also experiencing an issue where if the images did not have meta data on them the scoring would fail to save the score to the images meta data. You can see how I fixed this issue here in the PR I've made: https://github.com/tsngo/stable-diffusion-webui-aesthetic-image-scorer/pull/21/files

Hopefully that helps!