Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove extra .to(device) | brkirch | 2022-11-17 | 1 | -1/+0 |
| | |||||
* | Revert "MPS Upscalers Fix" | brkirch | 2022-11-17 | 1 | -1/+2 |
| | | | | This reverts commit 768b95394a8500da639b947508f78296524f1836. | ||||
* | MPS Upscalers Fix | brkirch | 2022-10-25 | 1 | -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_path | Milly | 2022-10-09 | 1 | -2/+0 |
| | |||||
* | Add --use-cpu command line option | brkirch | 2022-10-04 | 1 | -4/+4 |
| | | | | Remove MPS detection to use CPU for GFPGAN / CodeFormer and add a --use-cpu command line option. | ||||
* | Add ScuNET DeNoiser/Upscaler | d8ahazard | 2022-09-30 | 1 | -0/+90 |
Q&D Implementation of ScuNET, thanks to our handy model loader. :P https://github.com/cszn/SCUNet |