aboutsummaryrefslogtreecommitdiffstats
path: root/modules/interrogate.py
Commit message (Expand)AuthorAgeFilesLines
* use modelloader for #4956AUTOMATIC2022-12-031-14/+8
* Merge pull request #4956 from TiagoSantos81/offline_BLIPAUTOMATIC11112022-12-031-1/+12
|\
| * [interrogator] mkdir checkTiago F. Santos2022-11-241-6/+10
| * [CLIP interrogator] use local file, if availableTiago F. Santos2022-11-221-1/+8
* | Use devices.autocast instead of torch.autocastbrkirch2022-11-301-2/+1
|/
* Added "--clip-models-path" switch to avoid using default "~/.cache/clip" and ...mawr2022-10-301-2/+2
* interrogate: Fix CLIP-interrogation on CPUPatryk Wychowaniec2022-10-211-3/+9
* make CLIP interrogate ranks output sane valuesAUTOMATIC2022-10-171-3/+3
* Fix CLIP Interrogator and disable ranks for itDenkingOfficial2022-10-171-2/+2
* Add 'interrogate' and 'all' choices to --use-cpubrkirch2022-10-141-7/+7
* Interrogate: add option to include ranks in outputGreg Fuller2022-10-121-2/+5
* chore: Fix typosAidan Holland2022-10-081-2/+2
* preprocessing for textual inversion addedAUTOMATIC2022-10-021-0/+1
* fix for Error Interrogating when user has garbage in text files #479AUTOMATIC2022-09-151-1/+1
* remove mistaken error messageAUTOMATIC2022-09-121-1/+1
* memory optimization for CLIP interrogatorAUTOMATIC2022-09-121-5/+23
* add half() supporrt for CLIP interrogationAUTOMATIC2022-09-111-17/+24
* CLIP interrogatorAUTOMATIC2022-09-111-0/+142