aboutsummaryrefslogtreecommitdiffstats
path: root/extensions-builtin/SwinIR/scripts
Commit message (Expand)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
* 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 comma...AUTOMATIC2023-05-191-1/+1
* 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