aboutsummaryrefslogtreecommitdiffstats
path: root/modules/interrogate.py
AgeCommit message (Expand)AuthorLines
2022-10-31Added "--clip-models-path" switch to avoid using default "~/.cache/clip" and ...mawr-2/+2
2022-10-21interrogate: Fix CLIP-interrogation on CPUPatryk Wychowaniec-3/+9
2022-10-17make CLIP interrogate ranks output sane valuesAUTOMATIC-3/+3
2022-10-17Fix CLIP Interrogator and disable ranks for itDenkingOfficial-2/+2
2022-10-14Add 'interrogate' and 'all' choices to --use-cpubrkirch-7/+7
2022-10-11Interrogate: add option to include ranks in outputGreg Fuller-2/+5
2022-10-08chore: Fix typosAidan Holland-2/+2
2022-10-02preprocessing for textual inversion addedAUTOMATIC-0/+1
2022-09-15fix for Error Interrogating when user has garbage in text files #479AUTOMATIC-1/+1
2022-09-12remove mistaken error messageAUTOMATIC-1/+1
2022-09-12memory optimization for CLIP interrogatorAUTOMATIC-5/+23
2022-09-11add half() supporrt for CLIP interrogationAUTOMATIC-17/+24
2022-09-11CLIP interrogatorAUTOMATIC-0/+142