• d8ahazard's avatar
    Holy $hit. · 0dce0df1
    d8ahazard authored
    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.
    0dce0df1
Name
Last commit
Last update
..
codeformer Loading commit data...
artists.py Loading commit data...
bsrgan_model.py Loading commit data...
bsrgan_model_arch.py Loading commit data...
codeformer_model.py Loading commit data...
devices.py Loading commit data...
errors.py Loading commit data...
esrgam_model_arch.py Loading commit data...
esrgan_model.py Loading commit data...
extras.py Loading commit data...
face_restoration.py Loading commit data...
generation_parameters_copypaste.py Loading commit data...
gfpgan_model.py Loading commit data...
images.py Loading commit data...
img2img.py Loading commit data...
interrogate.py Loading commit data...
ldsr_model.py Loading commit data...
ldsr_model_arch.py Loading commit data...
lowvram.py Loading commit data...
masking.py Loading commit data...
memmon.py Loading commit data...
modelloader.py Loading commit data...
paths.py Loading commit data...
processing.py Loading commit data...
prompt_parser.py Loading commit data...
realesrgan_model.py Loading commit data...
safety.py Loading commit data...
scripts.py Loading commit data...
sd_hijack.py Loading commit data...
sd_models.py Loading commit data...
sd_samplers.py Loading commit data...
shared.py Loading commit data...
styles.py Loading commit data...
swinir_model.py Loading commit data...
swinir_model_arch.py Loading commit data...
txt2img.py Loading commit data...
ui.py Loading commit data...
upscaler.py Loading commit data...