aboutsummaryrefslogtreecommitdiffstats
path: root/extensions-builtin/LDSR
AgeCommit message (Expand)AuthorLines
2023-07-08added torch.mps.empty_cache() to torch_gc()AUTOMATIC1111-5/+3
2023-06-13Upscaler.load_model: don't return None, just use exceptionsAarni Koskela-8/+5
2023-06-13Move `load_file_from_url` to modelloaderAarni Koskela-4/+3
2023-06-02Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressionsAarni Koskela-3/+4
2023-05-31rename print_error to report, use it with together with package nameAUTOMATIC-3/+2
2023-05-31Merge branch 'dev' into report-errorAUTOMATIC1111-1/+148
2023-05-30Vendor in the single module used from taming_transformers; remove taming_tran...Aarni Koskela-1/+148
2023-05-29Add & use modules.errors.print_error where currently printing exception info ...Aarni Koskela-5/+2
2023-05-19change upscalers to download models into user-specified directory (from comma...AUTOMATIC-2/+2
2023-05-11Autofix Ruff W (not W605) (mostly whitespace)Aarni Koskela-5/+5
2023-05-10manual fixes for some C408AUTOMATIC-7/+7
2023-05-10fixes for B007AUTOMATIC-1/+1
2023-05-10ruff manual fixesAUTOMATIC-12/+12
2023-05-10ruff auto fixesAUTOMATIC-8/+8
2023-05-10F401 fixes for ruffAUTOMATIC-2/+2
2023-05-10manual fixes for ruffAUTOMATIC-20/+21
2023-05-10autofixes from ruffAUTOMATIC-2/+1
2023-04-04fix `--ldsr-models-path` not workinghitomi-7/+13
2023-01-18add option to show/hide warningsAUTOMATIC-3/+0
2022-12-24fix F541 f-string without any placeholdersYuval Aboulafia-1/+1
2022-12-10Add safetensors support to LDSRwywywywy-4/+14
2022-12-10Made device agnosticwywywywy-3/+6
2022-12-10LDSR cache / optimization / opt_channelslastwywywywy-12/+29
2022-12-04Reinstate DDPM V1 to LDSRwywywywy-1/+1451
2022-12-03move #5216 to the extensionAUTOMATIC-0/+287
2022-12-03add built-in extension systemAUTOMATIC-0/+299