aboutsummaryrefslogtreecommitdiffstats
path: root/modules/realesrgan_model.py
Commit message (Collapse)AuthorAgeFilesLines
* reworking #775AUTOMATIC2022-09-221-5/+50
|
* Basic settings for realesrgan model selection.d8ahazard2022-09-221-37/+5
| | | | I don't like that you have to restart the app, but it works.
* Fix/Revert opts name from GAN to ESRGANd8ahazard2022-09-221-2/+2
|
* Cleanup Importsd8ahazard2022-09-221-3/+1
|
* Typo Fixd8ahazard2022-09-221-1/+1
|
* Add new models, fix shared opts issuesd8ahazard2022-09-221-6/+27
| | | | | | Add General x4x3, GeneralWDN x4x3, and AnimeVideo models from newer ESRGAN releases. Fix issues caused by renaming ESRGAN_tille values to GAN_tile without using an IDE...
* Revert "fix for swininr PR breaking ESRGAN for new users"AUTOMATIC2022-09-211-1/+1
| | | | This reverts commit 8d1d64f9a238272d7a166d21e25cf529c09b2ad5.
* fix for swininr PR breaking ESRGAN for new usersAUTOMATIC2022-09-211-1/+1
|
* honor tiling settings for RealESRGAN alsoAUTOMATIC2022-09-081-2/+4
| | | | load scripts earlier to get errors before model loads
* ESRGAN supportAUTOMATIC2022-09-041-0/+15
|
* split codebase into multiple files; to anyone this affects negatively: sorryAUTOMATIC2022-09-031-0/+70