Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Verify architecture for loaded Spandrel models | Aarni Koskela | 2023-12-30 | 1 | -0/+1 |
| | |||||
* | Use Spandrel for upscaling and face restoration architectures (aside from ↵ | Aarni Koskela | 2023-12-30 | 1 | -145/+8 |
| | | | | GFPGAN and LDSR) | ||||
* | Refactor esrgan_upscale to more generic upscale_with_model | Aarni Koskela | 2023-12-30 | 1 | -39/+8 |
| | |||||
* | Upscaler.load_model: don't return None, just use exceptions | Aarni Koskela | 2023-06-13 | 1 | -8/+6 |
| | |||||
* | Add TODO comments to sus model loads | Aarni Koskela | 2023-06-13 | 1 | -0/+1 |
| | |||||
* | Fix up `if "http" in ...:` to be more sensible startswiths | Aarni Koskela | 2023-06-13 | 1 | -2/+2 |
| | |||||
* | Move `load_file_from_url` to modelloader | Aarni Koskela | 2023-06-13 | 1 | -3/+1 |
| | |||||
* | change upscalers to download models into user-specified directory (from ↵ | AUTOMATIC | 2023-05-19 | 1 | -1/+1 |
| | | | | commandline args) rather than the default models/<...> | ||||
* | fixes for B007 | AUTOMATIC | 2023-05-10 | 1 | -6/+2 |
| | |||||
* | imports cleanup for ruff | AUTOMATIC | 2023-05-10 | 1 | -1/+1 |
| | |||||
* | Fix up string formatting/concatenation to f-strings where feasible | Aarni Koskela | 2023-05-09 | 1 | -4/+7 |
| | |||||
* | Revert "MPS Upscalers Fix" | brkirch | 2022-11-17 | 1 | -1/+1 |
| | | | | This reverts commit 768b95394a8500da639b947508f78296524f1836. | ||||
* | add resrgan 8x, allow use 1x and up to 8x extra models, move BSRGAN model, ↵ | victorca25 | 2022-10-30 | 1 | -4/+13 |
| | | | | add nearest | ||||
* | MPS Upscalers Fix | brkirch | 2022-10-25 | 1 | -1/+1 |
| | | | | Get ESRGAN, SCUNet, and SwinIR working correctly on MPS by ensuring memory is contiguous for tensor views before sending to MPS device. | ||||
* | update ESRGAN architecture and model to support all ESRGAN models in the DB, ↵ | victorca25 | 2022-10-09 | 1 | -62/+128 |
| | | | | BSRGAN and real-ESRGAN models | ||||
* | Removed duplicate definition model_path | Milly | 2022-10-09 | 1 | -2/+0 |
| | |||||
* | Add hypernetwork support to split cross attention v1 | brkirch | 2022-10-08 | 1 | -1/+1 |
| | | | | | * Add hypernetwork support to split_cross_attention_forward_v1 * Fix device check in esrgan_model.py to use devices.device_esrgan instead of shared.device | ||||
* | Add --use-cpu command line option | brkirch | 2022-10-04 | 1 | -5/+4 |
| | | | | Remove MPS detection to use CPU for GFPGAN / CodeFormer and add a --use-cpu command line option. | ||||
* | Update esrgan_model.py | d8ahazard | 2022-10-02 | 1 | -2/+2 |
| | | | | Use alternate ESRGAN Model download path. | ||||
* | 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 |