Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-07-08 | added torch.mps.empty_cache() to torch_gc() | AUTOMATIC1111 | -5/+3 | |
changed a bunch of places that use torch.cuda.empty_cache() to use torch_gc() instead | ||||
2023-06-13 | Upscaler.load_model: don't return None, just use exceptions | Aarni Koskela | -8/+5 | |
2023-06-13 | Move `load_file_from_url` to modelloader | Aarni Koskela | -4/+3 | |
2023-06-02 | Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressions | Aarni Koskela | -3/+4 | |
2023-05-31 | rename print_error to report, use it with together with package name | AUTOMATIC | -3/+2 | |
2023-05-31 | Merge branch 'dev' into report-error | AUTOMATIC1111 | -1/+148 | |
2023-05-30 | Vendor in the single module used from taming_transformers; remove ↵ | Aarni Koskela | -1/+148 | |
taming_transformers dependency (and fix the two ruff complaints) | ||||
2023-05-29 | Add & use modules.errors.print_error where currently printing exception info ↵ | Aarni Koskela | -5/+2 | |
by hand | ||||
2023-05-19 | change upscalers to download models into user-specified directory (from ↵ | AUTOMATIC | -2/+2 | |
commandline args) rather than the default models/<...> | ||||
2023-05-11 | Autofix Ruff W (not W605) (mostly whitespace) | Aarni Koskela | -5/+5 | |
2023-05-10 | manual fixes for some C408 | AUTOMATIC | -7/+7 | |
2023-05-10 | fixes for B007 | AUTOMATIC | -1/+1 | |
2023-05-10 | ruff manual fixes | AUTOMATIC | -12/+12 | |
2023-05-10 | ruff auto fixes | AUTOMATIC | -8/+8 | |
2023-05-10 | F401 fixes for ruff | AUTOMATIC | -2/+2 | |
2023-05-10 | manual fixes for ruff | AUTOMATIC | -20/+21 | |
2023-05-10 | autofixes from ruff | AUTOMATIC | -2/+1 | |
2023-04-04 | fix `--ldsr-models-path` not working | hitomi | -7/+13 | |
2023-01-18 | add option to show/hide warnings | AUTOMATIC | -3/+0 | |
removed hiding warnings from LDSR fixed/reworked few places that produced warnings | ||||
2022-12-24 | fix F541 f-string without any placeholders | Yuval Aboulafia | -1/+1 | |
2022-12-10 | Add safetensors support to LDSR | wywywywy | -4/+14 | |
2022-12-10 | Made device agnostic | wywywywy | -3/+6 | |
2022-12-10 | LDSR cache / optimization / opt_channelslast | wywywywy | -12/+29 | |
2022-12-04 | Reinstate DDPM V1 to LDSR | wywywywy | -1/+1451 | |
2022-12-03 | move #5216 to the extension | AUTOMATIC | -0/+287 | |
2022-12-03 | add built-in extension system | AUTOMATIC | -0/+299 | |
add support for adding upscalers in extensions move LDSR, ScuNET and SwinIR to built-in extensions |