s0md3v / sd-webui-roop

roop extension for StableDiffusion web-ui
GNU Affero General Public License v3.0
3.35k stars 850 forks source link

Enhancement request - Facematch score and loop back #148

Open JamesMcMurran opened 1 year ago

JamesMcMurran commented 1 year ago

It would be super helpful if we could set it so that if the face distance score was above 0.4, 0.5, 0.6, and 0.7 that we could have it loop back and try again X about of times till it gets under the face match score.

For others looking for this in the mean time. I modified this faceoff script to do face ranking. This way I can know how good the 1,000's of tries are and then use them for Training Models. https://github.com/JamesMcMurran/facematch

glucauze commented 1 year ago

This is done in this pull request : https://github.com/s0md3v/sd-webui-roop/pull/118