index
:
stable-diffusion-webui-gfx803.git
master
stable-diffusion-webui by AUTOMATIC1111 with patches for gfx803 GPU and Dockerfile
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
interrogate.py
Age
Commit message (
Expand
)
Author
2023-12-31
Add utility to inspect a model's parameters (to get dtype/device)
Aarni Koskela
2023-08-22
add --medvram-sdxl
AUTOMATIC1111
2023-07-03
Add job argument to State.begin()
Aarni Koskela
2023-05-31
rename print_error to report, use it with together with package name
AUTOMATIC
2023-05-29
Add & use modules.errors.print_error where currently printing exception info ...
Aarni Koskela
2023-05-10
fixes for B007
AUTOMATIC
2023-05-10
ruff auto fixes
AUTOMATIC
2023-05-10
manual fixes for ruff
AUTOMATIC
2023-05-09
Fix up string formatting/concatenation to f-strings where feasible
Aarni Koskela
2023-04-29
use exist_ok=True instead of checking if directory exists
AUTOMATIC
2023-04-25
Fix CLIP FileExistsError
darnell8
2023-01-27
add data-dir flag and set all user data directories based on it
Max Audron
2023-01-24
remove fairscale requirement, add fake fairscale to make BLIP not complain ab...
AUTOMATIC
2023-01-24
remove fairscale requirement, add fake fairscale to make BLIP not complain ab...
AUTOMATIC
2023-01-24
fix BLIP failing to import depending on configuration
AUTOMATIC
2023-01-23
add option to skip interrogate categories
Vladimir Mandic
2023-01-23
improve interrogate
Vladimir Mandic
2023-01-21
make CLIP interrogator download original text files if the directory does not...
AUTOMATIC
2023-01-03
add state to interrogate
Vladimir Mandic
2022-12-31
initialize result so not to cause exception on empty results
Vladimir Mandic
2022-12-24
fix F541 f-string without any placeholders
Yuval Aboulafia
2022-12-03
use modelloader for #4956
AUTOMATIC
2022-12-03
Merge pull request #4956 from TiagoSantos81/offline_BLIP
AUTOMATIC1111
2022-11-30
Use devices.autocast instead of torch.autocast
brkirch
2022-11-24
[interrogator] mkdir check
Tiago F. Santos
2022-11-22
[CLIP interrogator] use local file, if available
Tiago F. Santos
2022-10-31
Added "--clip-models-path" switch to avoid using default "~/.cache/clip" and ...
mawr
2022-10-21
interrogate: Fix CLIP-interrogation on CPU
Patryk Wychowaniec
2022-10-17
make CLIP interrogate ranks output sane values
AUTOMATIC
2022-10-17
Fix CLIP Interrogator and disable ranks for it
DenkingOfficial
2022-10-14
Add 'interrogate' and 'all' choices to --use-cpu
brkirch
2022-10-11
Interrogate: add option to include ranks in output
Greg Fuller
2022-10-08
chore: Fix typos
Aidan Holland
2022-10-02
preprocessing for textual inversion added
AUTOMATIC
2022-09-15
fix for Error Interrogating when user has garbage in text files #479
AUTOMATIC
2022-09-12
remove mistaken error message
AUTOMATIC
2022-09-12
memory optimization for CLIP interrogator
AUTOMATIC
2022-09-11
add half() supporrt for CLIP interrogation
AUTOMATIC
2022-09-11
CLIP interrogator
AUTOMATIC