Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into cpu-cmdline-opt | brkirch | 2022-10-04 | 1 | -3/+13 |
|\ | |||||
| * | send all three of GFPGAN's and codeformer's models to CPU memory instead of ↵ | AUTOMATIC | 2022-10-04 | 1 | -2/+12 |
| | | | | | | | | just one for #1283 | ||||
* | | Merge branch 'master' into master | brkirch | 2022-10-04 | 1 | -5/+1 |
|\| | |||||
| * | use existing function for gfpgan | AUTOMATIC | 2022-10-03 | 1 | -5/+1 |
| | | |||||
* | | When device is MPS, use CPU for GFPGAN instead | brkirch | 2022-10-01 | 1 | -3/+3 |
|/ | | | | GFPGAN will not work if the device is MPS, so default to CPU instead. | ||||
* | remove unwanted formatting/functionality from the PR | AUTOMATIC | 2022-09-30 | 1 | -9/+3 |
| | |||||
* | Holy $hit. | d8ahazard | 2022-09-29 | 1 | -18/+40 |
| | | | | | | | | | | | | | | | | | 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. | ||||
* | Re-implement universal model loading | d8ahazard | 2022-09-26 | 1 | -31/+29 |
| | |||||
* | gfpgan: just download the damn model | AUTOMATIC | 2022-09-23 | 1 | -6/+13 |
| | |||||
* | Instance of CUDA out of memory on a low-res batch, even with ↵ | AUTOMATIC | 2022-09-12 | 1 | -5/+10 |
| | | | | --opt-split-attention-v1 (found cause) #255 | ||||
* | codeformer support | AUTOMATIC | 2022-09-07 | 1 | -2/+18 |
| | |||||
* | option to unload GFPGAN after using | AUTOMATIC | 2022-09-03 | 1 | -3/+12 |
| | |||||
* | split codebase into multiple files; to anyone this affects negatively: sorry | AUTOMATIC | 2022-09-03 | 1 | -0/+58 |