aboutsummaryrefslogtreecommitdiffstats
path: root/extensions-builtin/ScuNET/scripts/scunet_model.py
Commit message (Collapse)AuthorAgeFilesLines
* Refactor upscale_2 helper out of ScuNET/SwinIR; make sure devices are rightAarni Koskela2024-01-021-38/+10
|
* Deduplicate tiled inference code from SwinIR/ScuNETAarni Koskela2023-12-301-44/+11
|
* Verify architecture for loaded Spandrel modelsAarni Koskela2023-12-301-1/+1
|
* Use Spandrel for upscaling and face restoration architectures (aside from ↵Aarni Koskela2023-12-301-11/+2
| | | | GFPGAN and LDSR)
* 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
|
* fixes for B007AUTOMATIC2023-05-101-1/+1
|
* imports cleanup for ruffAUTOMATIC2023-05-101-1/+0
|
* add tiled inference support for ScuNETAdjointOperator2023-04-191-15/+68
|
* add built-in extension systemAUTOMATIC2022-12-031-0/+87
add support for adding upscalers in extensions move LDSR, ScuNET and SwinIR to built-in extensions