aboutsummaryrefslogtreecommitdiffstats
path: root/extensions-builtin/SwinIR/scripts/swinir_model.py
Commit message (Collapse)AuthorAgeFilesLines
* 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