Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SwinIR: pass model.scale | Aarni Koskela | 2024-01-03 | 1 | -1/+1 |
| | |||||
* | SwinIR: use prefer_half | Aarni Koskela | 2024-01-03 | 1 | -1/+2 |
| | |||||
* | Refactor upscale_2 helper out of ScuNET/SwinIR; make sure devices are right | Aarni Koskela | 2024-01-02 | 1 | -54/+8 |
| | |||||
* | Deduplicate tiled inference code from SwinIR/ScuNET | Aarni Koskela | 2023-12-30 | 1 | -52/+5 |
| | |||||
* | Be more clear about Spandrel model nomenclature | Aarni Koskela | 2023-12-30 | 1 | -3/+3 |
| | |||||
* | Verify architecture for loaded Spandrel models | Aarni Koskela | 2023-12-30 | 1 | -0/+1 |
| | |||||
* | Use Spandrel for upscaling and face restoration architectures (aside from ↵ | Aarni Koskela | 2023-12-30 | 3 | -1950/+60 |
| | | | | GFPGAN and LDSR) | ||||
* | add option SWIN_torch_compile to accelerate SwinIR upscale using torch.compile() | SiYu Wu | 2023-07-08 | 1 | -6/+23 |
| | |||||
* | added torch.mps.empty_cache() to torch_gc() | AUTOMATIC1111 | 2023-07-08 | 1 | -4/+1 |
| | | | | changed a bunch of places that use torch.cuda.empty_cache() to use torch_gc() instead | ||||
* | Remove stray space from SwinIR model URL | Aarni Koskela | 2023-06-13 | 1 | -3/+2 |
| | |||||
* | Upscaler.load_model: don't return None, just use exceptions | Aarni Koskela | 2023-06-13 | 1 | -20/+20 |
| | |||||
* | Fix up `if "http" in ...:` to be more sensible startswiths | Aarni Koskela | 2023-06-13 | 1 | -2/+2 |
| | |||||
* | Move `load_file_from_url` to modelloader | Aarni Koskela | 2023-06-13 | 1 | -3/+5 |
| | |||||
* | change upscalers to download models into user-specified directory (from ↵ | AUTOMATIC | 2023-05-19 | 1 | -1/+1 |
| | | | | commandline args) rather than the default models/<...> | ||||
* | Autofix Ruff W (not W605) (mostly whitespace) | Aarni Koskela | 2023-05-11 | 3 | -28/+28 |
| | |||||
* | suggestions and fixes from the PR | AUTOMATIC | 2023-05-10 | 2 | -14/+3 |
| | |||||
* | fixes for B007 | AUTOMATIC | 2023-05-10 | 2 | -2/+2 |
| | |||||
* | ruff manual fixes | AUTOMATIC | 2023-05-10 | 2 | -3/+14 |
| | |||||
* | imports cleanup for ruff | AUTOMATIC | 2023-05-10 | 1 | -2/+1 |
| | |||||
* | manual fixes for ruff | AUTOMATIC | 2023-05-10 | 1 | -1/+1 |
| | |||||
* | Also make SwinIR skippable | catboxanon | 2023-01-24 | 1 | -2/+2 |
| | |||||
* | Make SwinIR interruptible | catboxanon | 2023-01-24 | 1 | -1/+7 |
| | |||||
* | fix accessing options when they are not ready for SwinIR. | AUTOMATIC | 2022-12-03 | 1 | -2/+6 |
| | |||||
* | add built-in extension system | AUTOMATIC | 2022-12-03 | 4 | -0/+2058 |
add support for adding upscalers in extensions move LDSR, ScuNET and SwinIR to built-in extensions |