aboutsummaryrefslogtreecommitdiffstats
path: root/extensions-builtin/LDSR/ldsr_model_arch.py
Commit message (Collapse)AuthorAgeFilesLines
* added torch.mps.empty_cache() to torch_gc()AUTOMATIC11112023-07-081-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 Koskela2023-05-111-2/+2
|
* manual fixes for some C408AUTOMATIC2023-05-101-2/+2
|
* fixes for B007AUTOMATIC2023-05-101-1/+1
|
* manual fixes for ruffAUTOMATIC2023-05-101-1/+1
|
* autofixes from ruffAUTOMATIC2023-05-101-1/+0
|
* add option to show/hide warningsAUTOMATIC2023-01-181-3/+0
| | | | | removed hiding warnings from LDSR fixed/reworked few places that produced warnings
* fix F541 f-string without any placeholdersYuval Aboulafia2022-12-241-1/+1
|
* Add safetensors support to LDSRwywywywy2022-12-101-2/+8
|
* Made device agnosticwywywywy2022-12-101-3/+6
|
* LDSR cache / optimization / opt_channelslastwywywywy2022-12-101-12/+28
|
* Reinstate DDPM V1 to LDSRwywywywy2022-12-041-0/+1
|
* add built-in extension systemAUTOMATIC2022-12-031-0/+230
add support for adding upscalers in extensions move LDSR, ScuNET and SwinIR to built-in extensions