christophschuhmann / improved-aesthetic-predictor

CLIP+MLP Aesthetic Score Predictor
Apache License 2.0
861 stars 87 forks source link

How can I actually train it on images of my choice #6

Open ghost opened 1 year ago

ghost commented 1 year ago

Hello dear authors,

Ive been using the aesthetic scorer script on the A1111 repo and modified it and just having some fun with it.

Because my coding skills in python and my general understanding of what exactly goes on behind the scenes is lacking, I have a very hard time trying to understand the needed file formats and prerequisites to train the scorer to images that I like

I understand every image needs a rating, and this "image with rating" package is given to a trainer that runs it through a neural net. I tried understanding the .py that is for training but I couldnt really find a path to a zip or folder with the rated images, so I wouldnt even know how to tell the trainer where my images are.

Is there a tutorial or can someone write up a small explanation on how I could do it?

Thanks in advance

nevertoday commented 1 year ago

同问,这个到底要怎么用哦!