aboutsummaryrefslogtreecommitdiffstats
path: root/extensions-builtin/ScuNET
Commit message (Collapse)AuthorAgeFilesLines
* added torch.mps.empty_cache() to torch_gc()AUTOMATIC11112023-07-081-2/+2
| | | | changed a bunch of places that use torch.cuda.empty_cache() to use torch_gc() instead
* Upscaler.load_model: don't return None, just use exceptionsAarni Koskela2023-06-131-10/+6
|
* Add TODO comments to sus model loadsAarni Koskela2023-06-131-0/+1
|
* Fix up `if "http" in ...:` to be more sensible startswithsAarni Koskela2023-06-131-2/+2
|
* Move `load_file_from_url` to modelloaderAarni Koskela2023-06-131-3/+2
|
* 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-3/+3
| | | | by hand
* change upscalers to download models into user-specified directory (from ↵AUTOMATIC2023-05-191-2/+1
| | | | commandline args) rather than the default models/<...>
* add a bunch of descriptions and reword a lot of settings (sorry, localizers)AUTOMATIC2023-05-141-1/+12
|
* Autofix Ruff W (not W605) (mostly whitespace)Aarni Koskela2023-05-111-1/+1
|
* fixes for B007AUTOMATIC2023-05-101-1/+1
|
* imports cleanup for ruffAUTOMATIC2023-05-101-1/+0
|
* manual fixes for ruffAUTOMATIC2023-05-101-3/+6
|
* add tiled inference support for ScuNETAdjointOperator2023-04-191-15/+68
|
* add built-in extension systemAUTOMATIC2022-12-033-0/+358
add support for adding upscalers in extensions move LDSR, ScuNET and SwinIR to built-in extensions