Age | Commit message (Collapse) | Author |
|
|
|
|
|
GFPGAN will not work if the device is MPS, so default to CPU instead.
|
|
|
|
|
|
https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/1194#issuecomment-1261203893
|
|
|
|
|
|
Q&D Implementation of ScuNET, thanks to our handy model loader. :P
https://github.com/cszn/SCUNet
|
|
Child classes only get populated to __subclassess__ when they are imported. We don't actually need to import any of them to webui any more, so clean up webUI imports and make sure loader imports children.
Also, fix command line paths not actually being passed to the scalers.
|
|
|
|
Fix LDSR, BSRGAN, recursive SD checkpoint Loading
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cleanup. Sorry.
|
|
Ensure we find checkpoints within subdirectories.
|
|
|
|
|
|
Also, clean up logging in the ldsr arch file.
|
|
If we accidentally downloaded the wrong file and saved it as project.yaml, this will delete it so it can be re-downloaded.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Model Loader, Fixes
|
|
|
|
|
|
|
|
|
|
|