aboutsummaryrefslogtreecommitdiff
path: root/modules/textual_inversion/autocrop.py
AgeCommit message (Collapse)Author
2023-06-13Use os.makedirs(..., exist_ok=True)Aarni Koskela
2023-06-02Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressionsAarni Koskela
2023-05-11Reindent autocrop with 4 spacesAarni Koskela
2023-05-10imports cleanup for ruffAUTOMATIC
2023-05-10manual fixes for ruffAUTOMATIC
2023-05-09Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela
2022-12-02Fix divide by 0 errorPhytoEpidemic
Fix of the edge case 0 weight that occasionally will pop up in some specific situations. This was crashing the script.
2022-10-25update default weightscaptin411
2022-10-25download better face detection module dynamicallycaptin411
2022-10-25improve debug markers, fix algo weightingcaptin411
2022-10-23auto cropping now works with non square cropscaptin411
2022-10-20improve face detection a lotcaptin411
2022-10-19face detection algo, configurability, reusabilitycaptin411
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