aboutsummaryrefslogtreecommitdiffstats
path: root/extensions-builtin/SwinIR/scripts/swinir_model.py
Commit message (Collapse)AuthorAgeFilesLines
* SwinIR: pass model.scaleAarni Koskela2024-01-031-1/+1
|
* SwinIR: use prefer_halfAarni Koskela2024-01-031-1/+2
|
* Refactor upscale_2 helper out of ScuNET/SwinIR; make sure devices are rightAarni Koskela2024-01-021-54/+8
|
* Deduplicate tiled inference code from SwinIR/ScuNETAarni Koskela2023-12-301-52/+5
|
* Be more clear about Spandrel model nomenclatureAarni Koskela2023-12-301-3/+3
|
* Verify architecture for loaded Spandrel modelsAarni Koskela2023-12-301-0/+1
|
* Use Spandrel for upscaling and face restoration architectures (aside from ↵Aarni Koskela2023-12-301-66/+60
| | | | GFPGAN and LDSR)
* add option SWIN_torch_compile to accelerate SwinIR upscale using torch.compile()SiYu Wu2023-07-081-6/+23
|
* added torch.mps.empty_cache() to torch_gc()AUTOMATIC11112023-07-081-4/+1
| | | | changed a bunch of places that use torch.cuda.empty_cache() to use torch_gc() instead
* Remove stray space from SwinIR model URLAarni Koskela2023-06-131-3/+2
|
* Upscaler.load_model: don't return None, just use exceptionsAarni Koskela2023-06-131-20/+20
|
* 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/+5
|
* change upscalers to download models into user-specified directory (from ↵AUTOMATIC2023-05-191-1/+1
| | | | commandline args) rather than the default models/<...>
* Autofix Ruff W (not W605) (mostly whitespace)Aarni Koskela2023-05-111-1/+1
|
* imports cleanup for ruffAUTOMATIC2023-05-101-2/+1
|
* manual fixes for ruffAUTOMATIC2023-05-101-1/+1
|
* Also make SwinIR skippablecatboxanon2023-01-241-2/+2
|
* Make SwinIR interruptiblecatboxanon2023-01-241-1/+7
|
* fix accessing options when they are not ready for SwinIR.AUTOMATIC2022-12-031-2/+6
|
* add built-in extension systemAUTOMATIC2022-12-031-0/+168
add support for adding upscalers in extensions move LDSR, ScuNET and SwinIR to built-in extensions