RupertAvery / DiffusionToolkit

Metadata-indexer and Viewer for AI-generated images
MIT License
736 stars 46 forks source link

Feature request: display average aesthetic score of images in a folder #54

Open nanodesuP opened 1 year ago

nanodesuP commented 1 year ago

Good day.

I've been using DiffusionToolkit for few days and really like all features it provides, especially search features that work better than Image History in the WebUI. What I would like to request is the feature to calculate mean and average aesthetic score rating of images in a specified folder. This would be really helpful for additional quality control and evaluation of training results for large batch outputs. Thank you in advance.

RupertAvery commented 1 year ago

I try to keep away from folder-specific stuff if I can keep it with the current search results.

I know it's not ideal, but you can use path: "D:\Some path\Here*" to filter your search results to a specific path. I actually plan to have "albums" or image collections eventually that lets you specify any query, including path, to create an album, also arbitrary albums that you can add any images to.

Anywway, I could take that query and get the matching images and calculate what I need to calculate from there.

By the way, how do you define mean vs average?