aboutsummaryrefslogtreecommitdiffstats
path: root/modules/textual_inversion/autocrop.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix divide by 0 errorPhytoEpidemic2022-12-021-3/+3
| | | Fix of the edge case 0 weight that occasionally will pop up in some specific situations. This was crashing the script.
* update default weightscaptin4112022-10-261-8/+8
|
* download better face detection module dynamicallycaptin4112022-10-251-0/+20
|
* improve debug markers, fix algo weightingcaptin4112022-10-251-78/+129
|
* auto cropping now works with non square cropscaptin4112022-10-231-240/+269
|
* improve face detection a lotcaptin4112022-10-201-37/+62
|
* face detection algo, configurability, reusabilitycaptin4112022-10-201-0/+216
Try to move the crop in the direction of a face if it is present More internal configuration options for choosing weights of each of the algorithm's findings Move logic into its module