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