Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove unwanted formatting/functionality from the PR | AUTOMATIC | 2022-09-30 | 1 | -61/+62 |
| | |||||
* | Holy $hit. | d8ahazard | 2022-09-29 | 1 | -117/+110 |
| | | | | | | | | | | | | | | | | | Yep. Fix gfpgan_model_arch requirement(s). Add Upscaler base class, move from images. Add a lot of methods to Upscaler. Re-work all the child upscalers to be proper classes. Add BSRGAN scaler. Add ldsr_model_arch class, removing the dependency for another repo that just uses regular latent-diffusion stuff. Add one universal method that will always find and load new upscaler models without having to add new "setup_model" calls. Still need to add command line params, but that could probably be automated. Add a "self.scale" property to all Upscalers so the scalers themselves can do "things" in response to the requested upscaling size. Ensure LDSR doesn't get stuck in a longer loop of "upscale/downscale/upscale" as we try to reach the target upscale size. Add typehints for IDE sanity. PEP-8 improvements. Moar. | ||||
* | Cleanup existing directories, fixes | d8ahazard | 2022-09-26 | 1 | -2/+2 |
| | |||||
* | Re-implement universal model loading | d8ahazard | 2022-09-26 | 1 | -15/+41 |
| | |||||
* | Fix/Revert opts name from GAN to ESRGAN | d8ahazard | 2022-09-22 | 1 | -2/+2 |
| | |||||
* | Add new models, fix shared opts issues | d8ahazard | 2022-09-22 | 1 | -2/+2 |
| | | | | | | 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" | AUTOMATIC | 2022-09-21 | 1 | -2/+2 |
| | | | | This reverts commit 8d1d64f9a238272d7a166d21e25cf529c09b2ad5. | ||||
* | fix for swininr PR breaking ESRGAN for new users | AUTOMATIC | 2022-09-21 | 1 | -2/+2 |
| | |||||
* | Modular device management | Abdullah Barhoum | 2022-09-11 | 1 | -1/+2 |
| | |||||
* | add a helpful message when user puts RealESRGAN model into ESRGAN directory. | AUTOMATIC | 2022-09-08 | 1 | -5/+8 |
| | |||||
* | Added support for launching on Apple Silicon | xeonvs | 2022-09-07 | 1 | -2/+5 |
| | |||||
* | ESRGAN support | AUTOMATIC | 2022-09-04 | 1 | -0/+134 |