aboutsummaryrefslogtreecommitdiffstats
path: root/extensions-builtin/LDSR/scripts
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* rename print_error to report, use it with together with package nameAUTOMATIC2023-05-311-3/+2
|
* Add & use modules.errors.print_error where currently printing exception info ↵Aarni Koskela2023-05-291-5/+2
| | | | by hand
* change upscalers to download models into user-specified directory (from ↵AUTOMATIC2023-05-191-2/+2
| | | | commandline args) rather than the default models/<...>
* F401 fixes for ruffAUTOMATIC2023-05-101-2/+2
|
* manual fixes for ruffAUTOMATIC2023-05-101-1/+2
|
* fix `--ldsr-models-path` not workinghitomi2023-04-041-7/+13
|
* Add safetensors support to LDSRwywywywy2022-12-101-2/+6
|
* LDSR cache / optimization / opt_channelslastwywywywy2022-12-101-0/+1
|
* Reinstate DDPM V1 to LDSRwywywywy2022-12-041-1/+1
|
* move #5216 to the extensionAUTOMATIC2022-12-031-0/+1
|
* add built-in extension systemAUTOMATIC2022-12-031-0/+63
add support for adding upscalers in extensions move LDSR, ScuNET and SwinIR to built-in extensions