aboutsummaryrefslogtreecommitdiff
path: root/modules/interrogate.py
AgeCommit message (Expand)Author
2023-08-22add --medvram-sdxlAUTOMATIC1111
2023-07-03Add job argument to State.begin()Aarni Koskela
2023-05-31rename print_error to report, use it with together with package nameAUTOMATIC
2023-05-29Add & use modules.errors.print_error where currently printing exception info ...Aarni Koskela
2023-05-10fixes for B007AUTOMATIC
2023-05-10ruff auto fixesAUTOMATIC
2023-05-10manual fixes for ruffAUTOMATIC
2023-05-09Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela
2023-04-29use exist_ok=True instead of checking if directory existsAUTOMATIC
2023-04-25Fix CLIP FileExistsErrordarnell8
2023-01-27add data-dir flag and set all user data directories based on itMax Audron
2023-01-24remove fairscale requirement, add fake fairscale to make BLIP not complain ab...AUTOMATIC
2023-01-24remove fairscale requirement, add fake fairscale to make BLIP not complain ab...AUTOMATIC
2023-01-24fix BLIP failing to import depending on configurationAUTOMATIC
2023-01-23add option to skip interrogate categoriesVladimir Mandic
2023-01-23improve interrogateVladimir Mandic
2023-01-21make CLIP interrogator download original text files if the directory does not...AUTOMATIC
2023-01-03add state to interrogateVladimir Mandic
2022-12-31initialize result so not to cause exception on empty resultsVladimir Mandic
2022-12-24fix F541 f-string without any placeholdersYuval Aboulafia
2022-12-03use modelloader for #4956AUTOMATIC
2022-12-03Merge pull request #4956 from TiagoSantos81/offline_BLIPAUTOMATIC1111
2022-11-30Use devices.autocast instead of torch.autocastbrkirch
2022-11-24[interrogator] mkdir checkTiago F. Santos
2022-11-22[CLIP interrogator] use local file, if availableTiago F. Santos
2022-10-31Added "--clip-models-path" switch to avoid using default "~/.cache/clip" and ...mawr
2022-10-21interrogate: Fix CLIP-interrogation on CPUPatryk Wychowaniec
2022-10-17make CLIP interrogate ranks output sane valuesAUTOMATIC
2022-10-17Fix CLIP Interrogator and disable ranks for itDenkingOfficial
2022-10-14Add 'interrogate' and 'all' choices to --use-cpubrkirch
2022-10-11Interrogate: add option to include ranks in outputGreg Fuller
2022-10-08chore: Fix typosAidan Holland
2022-10-02preprocessing for textual inversion addedAUTOMATIC
2022-09-15fix for Error Interrogating when user has garbage in text files #479AUTOMATIC
2022-09-12remove mistaken error messageAUTOMATIC
2022-09-12memory optimization for CLIP interrogatorAUTOMATIC
2022-09-11add half() supporrt for CLIP interrogationAUTOMATIC
2022-09-11CLIP interrogatorAUTOMATIC