-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Added ImageReward, Clip and Blip scorers, fixed download of aesthetic scorers and gave the option to average scorers #110
base: main
Are you sure you want to change the base?
Conversation
Fixed config template
Fix missing config for BLIP and ImageReward
Fixed blip config(med.json) not being downloaded right
Added laionv1, shadow aesthetic, cafe aesthetic and wd aesthetic Laionv1 and chad appear to be broken
Couldn't get it to work in any way, shape or form(wasn't worth it anyway probably)
New Scorers Currently Added with Links: |
Added default scorer weight and default score device, also replaced exponential average with quadratic
If you want to add a really good super strict image scorer, check out this HF repo. Just make sure you grab the pull request from the bot under the Community tab. It has the safetensors file you'll want. It has two options, 'good' is super strict while 'normal' rates everything pretty highly. I've tested almost every single image scorer there is, and there's only a couple good ones. You really don't want an image scorer that's going to rate something highly if the image is actually bad. |
WIP