Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -0/+168 |
add support for adding upscalers in extensions move LDSR, ScuNET and SwinIR to built-in extensions |