aboutsummaryrefslogtreecommitdiffstats
path: root/modules/scunet_model.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove extra .to(device)brkirch2022-11-171-1/+0
|
* Revert "MPS Upscalers Fix"brkirch2022-11-171-1/+2
| | | | This reverts commit 768b95394a8500da639b947508f78296524f1836.
* MPS Upscalers Fixbrkirch2022-10-251-2/+1
| | | | Get ESRGAN, SCUNet, and SwinIR working correctly on MPS by ensuring memory is contiguous for tensor views before sending to MPS device.
* Removed duplicate definition model_pathMilly2022-10-091-2/+0
|
* Add --use-cpu command line optionbrkirch2022-10-041-4/+4
| | | | Remove MPS detection to use CPU for GFPGAN / CodeFormer and add a --use-cpu command line option.
* Add ScuNET DeNoiser/Upscalerd8ahazard2022-09-301-0/+90
Q&D Implementation of ScuNET, thanks to our handy model loader. :P https://github.com/cszn/SCUNet