Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added torch.mps.empty_cache() to torch_gc() | AUTOMATIC1111 | 2023-07-08 | 1 | -5/+3 |
| | | | | changed a bunch of places that use torch.cuda.empty_cache() to use torch_gc() instead | ||||
* | Autofix Ruff W (not W605) (mostly whitespace) | Aarni Koskela | 2023-05-11 | 1 | -2/+2 |
| | |||||
* | manual fixes for some C408 | AUTOMATIC | 2023-05-10 | 1 | -2/+2 |
| | |||||
* | fixes for B007 | AUTOMATIC | 2023-05-10 | 1 | -1/+1 |
| | |||||
* | manual fixes for ruff | AUTOMATIC | 2023-05-10 | 1 | -1/+1 |
| | |||||
* | autofixes from ruff | AUTOMATIC | 2023-05-10 | 1 | -1/+0 |
| | |||||
* | add option to show/hide warnings | AUTOMATIC | 2023-01-18 | 1 | -3/+0 |
| | | | | | removed hiding warnings from LDSR fixed/reworked few places that produced warnings | ||||
* | fix F541 f-string without any placeholders | Yuval Aboulafia | 2022-12-24 | 1 | -1/+1 |
| | |||||
* | Add safetensors support to LDSR | wywywywy | 2022-12-10 | 1 | -2/+8 |
| | |||||
* | Made device agnostic | wywywywy | 2022-12-10 | 1 | -3/+6 |
| | |||||
* | LDSR cache / optimization / opt_channelslast | wywywywy | 2022-12-10 | 1 | -12/+28 |
| | |||||
* | Reinstate DDPM V1 to LDSR | wywywywy | 2022-12-04 | 1 | -0/+1 |
| | |||||
* | add built-in extension system | AUTOMATIC | 2022-12-03 | 1 | -0/+230 |
add support for adding upscalers in extensions move LDSR, ScuNET and SwinIR to built-in extensions |