Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2022-10-25 | MPS Upscalers Fix | brkirch | -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-09 | Removed duplicate definition model_path | Milly | -2/+0 | |
2022-10-04 | Add --use-cpu command line option | brkirch | -4/+4 | |
Remove MPS detection to use CPU for GFPGAN / CodeFormer and add a --use-cpu command line option. | ||||
2022-09-30 | Add ScuNET DeNoiser/Upscaler | d8ahazard | -0/+90 | |
Q&D Implementation of ScuNET, thanks to our handy model loader. :P https://github.com/cszn/SCUNet |