aboutsummaryrefslogtreecommitdiff
path: root/extensions-builtin/LDSR/ldsr_model_arch.py
AgeCommit message (Collapse)Author
2023-07-08added torch.mps.empty_cache() to torch_gc()AUTOMATIC1111
changed a bunch of places that use torch.cuda.empty_cache() to use torch_gc() instead
2023-05-11Autofix Ruff W (not W605) (mostly whitespace)Aarni Koskela
2023-05-10manual fixes for some C408AUTOMATIC
2023-05-10fixes for B007AUTOMATIC
2023-05-10manual fixes for ruffAUTOMATIC
2023-05-10autofixes from ruffAUTOMATIC
2023-01-18add option to show/hide warningsAUTOMATIC
removed hiding warnings from LDSR fixed/reworked few places that produced warnings
2022-12-24fix F541 f-string without any placeholdersYuval Aboulafia
2022-12-10Add safetensors support to LDSRwywywywy
2022-12-10Made device agnosticwywywywy
2022-12-10LDSR cache / optimization / opt_channelslastwywywywy
2022-12-04Reinstate DDPM V1 to LDSRwywywywy
2022-12-03add built-in extension systemAUTOMATIC
add support for adding upscalers in extensions move LDSR, ScuNET and SwinIR to built-in extensions