stable-diffusion-webui/modules
d8ahazard 11875f5863 Use model loader with stable-diffusion too.
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.
2022-09-27 11:01:13 -05:00
..
codeformer
artists.py
codeformer_model.py Cleanup existing directories, fixes 2022-09-26 10:27:18 -05:00
devices.py
errors.py
esrgam_model_arch.py
esrgan_model.py Cleanup existing directories, fixes 2022-09-26 10:27:18 -05:00
extras.py Re-implement universal model loading 2022-09-26 09:29:50 -05:00
face_restoration.py
generation_parameters_copypaste.py added support for setting hires fix from pasted prompts 2022-09-25 09:25:28 +03:00
gfpgan_model_arch.py Re-implement universal model loading 2022-09-26 09:29:50 -05:00
gfpgan_model.py Re-implement universal model loading 2022-09-26 09:29:50 -05:00
images.py use strftime. update hints.js 2022-09-26 16:24:21 +03:00
img2img.py Disable 'batch img2img' when launched with --hide-ui-dir-config 2022-09-24 19:06:36 +03:00
interrogate.py
ldsr_model.py Cleanup existing directories, fixes 2022-09-26 10:27:18 -05:00
lowvram.py
masking.py
memmon.py
modelloader.py Use model loader with stable-diffusion too. 2022-09-27 11:01:13 -05:00
paths.py Re-implement universal model loading 2022-09-26 09:29:50 -05:00
processing.py Reformat some changes from the previous commit. 2022-09-24 08:23:01 +03:00
prompt_parser.py use model's dtype for #707 2022-09-19 18:39:21 +03:00
realesrgan_model.py Re-implement universal model loading 2022-09-26 09:29:50 -05:00
safety.py
scripts.py add attribute to custom script controls 2022-09-25 09:59:31 +03:00
sd_hijack.py potential fix for embeddings no loading on AMD cards 2022-09-25 15:04:39 +03:00
sd_models.py Use model loader with stable-diffusion too. 2022-09-27 11:01:13 -05:00
sd_samplers.py added highres fix feature 2022-09-19 16:42:56 +03:00
shared.py Use model loader with stable-diffusion too. 2022-09-27 11:01:13 -05:00
styles.py
swinir_model_arch.py Fix swinir arch name 2022-09-26 09:27:50 -05:00
swinir_model.py Re-implement universal model loading 2022-09-26 09:29:50 -05:00
txt2img.py prevent saving settings with bogus values 2022-09-23 17:27:30 +03:00
ui.py copy over fields when sending to img2img: https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/1029 2022-09-26 08:33:02 +03:00