aboutsummaryrefslogtreecommitdiffstats
path: root/modules/scunet_model.py
AgeCommit message (Collapse)AuthorLines
2022-12-03add built-in extension systemAUTOMATIC-87/+0
add support for adding upscalers in extensions move LDSR, ScuNET and SwinIR to built-in extensions
2022-11-17Remove extra .to(device)brkirch-1/+0
2022-11-17Revert "MPS Upscalers Fix"brkirch-1/+2
This reverts commit 768b95394a8500da639b947508f78296524f1836.
2022-10-25MPS Upscalers Fixbrkirch-2/+1
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-2/+0
2022-10-04Add --use-cpu command line optionbrkirch-4/+4
Remove MPS detection to use CPU for GFPGAN / CodeFormer and add a --use-cpu command line option.
2022-09-30Add ScuNET DeNoiser/Upscalerd8ahazard-0/+90
Q&D Implementation of ScuNET, thanks to our handy model loader. :P https://github.com/cszn/SCUNet