aboutsummaryrefslogtreecommitdiff
path: root/modules/scunet_model.py
AgeCommit message (Collapse)Author
2022-10-25MPS Upscalers Fixbrkirch
Get ESRGAN, SCUNet, and SwinIR working correctly on MPS by ensuring memory is contiguous for tensor views before sending to MPS device.
2022-10-09Removed duplicate definition model_pathMilly
2022-10-04Add --use-cpu command line optionbrkirch
Remove MPS detection to use CPU for GFPGAN / CodeFormer and add a --use-cpu command line option.
2022-09-30Add ScuNET DeNoiser/Upscalerd8ahazard
Q&D Implementation of ScuNET, thanks to our handy model loader. :P https://github.com/cszn/SCUNet