aboutsummaryrefslogtreecommitdiffstats
path: root/extensions-builtin/LDSR
Commit message (Expand)AuthorAgeFilesLines
* added torch.mps.empty_cache() to torch_gc()AUTOMATIC11112023-07-081-5/+3
* Upscaler.load_model: don't return None, just use exceptionsAarni Koskela2023-06-131-8/+5
* Move `load_file_from_url` to modelloaderAarni Koskela2023-06-131-4/+3
* Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressionsAarni Koskela2023-06-022-3/+4
* rename print_error to report, use it with together with package nameAUTOMATIC2023-05-311-3/+2
* Merge branch 'dev' into report-errorAUTOMATIC11112023-05-312-1/+148
|\
| * Vendor in the single module used from taming_transformers; remove taming_tran...Aarni Koskela2023-05-302-1/+148
* | Add & use modules.errors.print_error where currently printing exception info ...Aarni Koskela2023-05-291-5/+2
|/
* change upscalers to download models into user-specified directory (from comma...AUTOMATIC2023-05-191-2/+2
* Autofix Ruff W (not W605) (mostly whitespace)Aarni Koskela2023-05-112-5/+5
* manual fixes for some C408AUTOMATIC2023-05-103-7/+7
* fixes for B007AUTOMATIC2023-05-101-1/+1
* ruff manual fixesAUTOMATIC2023-05-102-12/+12
* ruff auto fixesAUTOMATIC2023-05-102-8/+8
* F401 fixes for ruffAUTOMATIC2023-05-101-2/+2
* manual fixes for ruffAUTOMATIC2023-05-104-20/+21
* autofixes from ruffAUTOMATIC2023-05-102-2/+1
* fix `--ldsr-models-path` not workinghitomi2023-04-041-7/+13
* add option to show/hide warningsAUTOMATIC2023-01-181-3/+0
* fix F541 f-string without any placeholdersYuval Aboulafia2022-12-241-1/+1
* Add safetensors support to LDSRwywywywy2022-12-102-4/+14
* Made device agnosticwywywywy2022-12-101-3/+6
* LDSR cache / optimization / opt_channelslastwywywywy2022-12-102-12/+29
* Reinstate DDPM V1 to LDSRwywywywy2022-12-043-1/+1451
* move #5216 to the extensionAUTOMATIC2022-12-032-0/+287
* add built-in extension systemAUTOMATIC2022-12-033-0/+299