aboutsummaryrefslogtreecommitdiffstats
path: root/modules/esrgan_model.py
Commit message (Expand)AuthorAgeFilesLines
* imports cleanup for ruffAUTOMATIC2023-05-101-1/+1
* Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela2023-05-091-4/+7
* Revert "MPS Upscalers Fix"brkirch2022-11-171-1/+1
* add resrgan 8x, allow use 1x and up to 8x extra models, move BSRGAN model, ad...victorca252022-10-301-4/+13
* MPS Upscalers Fixbrkirch2022-10-251-1/+1
* update ESRGAN architecture and model to support all ESRGAN models in the DB, ...victorca252022-10-091-62/+128
* Removed duplicate definition model_pathMilly2022-10-091-2/+0
* Add hypernetwork support to split cross attention v1brkirch2022-10-081-1/+1
* Add --use-cpu command line optionbrkirch2022-10-041-5/+4
* Update esrgan_model.pyd8ahazard2022-10-021-2/+2
* remove unwanted formatting/functionality from the PRAUTOMATIC2022-09-301-61/+62
* Holy $hit.d8ahazard2022-09-291-117/+110
* Cleanup existing directories, fixesd8ahazard2022-09-261-2/+2
* Re-implement universal model loadingd8ahazard2022-09-261-15/+41
* Fix/Revert opts name from GAN to ESRGANd8ahazard2022-09-221-2/+2
* Add new models, fix shared opts issuesd8ahazard2022-09-221-2/+2
* Revert "fix for swininr PR breaking ESRGAN for new users"AUTOMATIC2022-09-211-2/+2
* fix for swininr PR breaking ESRGAN for new usersAUTOMATIC2022-09-211-2/+2
* Modular device managementAbdullah Barhoum2022-09-111-1/+2
* add a helpful message when user puts RealESRGAN model into ESRGAN directory.AUTOMATIC2022-09-081-5/+8
* Added support for launching on Apple Siliconxeonvs2022-09-071-2/+5
* ESRGAN supportAUTOMATIC2022-09-041-0/+134