• d8ahazard's avatar
    Use model loader with stable-diffusion too. · 11875f58
    d8ahazard authored
    Hook the model loader into the SD_models file.
    Add default url/download if checkpoint is not found.
    Add matching stablediffusion-models-path argument.
    Add message that --ckpt-dir will be removed in the future, but have it pipe to stablediffusion-models-path for now.
    Update help strings for models-path args so they're more or less uniform.
    Move sd_model "setup" call to webUI with the others.
    Ensure "cleanup_models" method moves existing models to the new locations, including SD, and that we aren't deleting folders that still have stuff in them.
    11875f58
Name
Last commit
Last update
..
codeformer Loading commit data...
artists.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...
gfpgan_model_arch.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...
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...