stable-diffusion-webui/modules
brkirch 8acc901ba3 Newer versions of PyTorch use TypedStorage instead
Pytorch 1.13 and later will rename _TypedStorage to TypedStorage, so check for TypedStorage and use _TypedStorage if it is not available. Currently this is needed so that nightly builds of PyTorch work correctly.
2022-10-10 08:04:52 +03:00
..
codeformer
textual_inversion removed unused import, fixed typo 2022-10-06 08:52:29 +03:00
artists.py
bsrgan_model_arch.py
bsrgan_model.py Removed duplicate definition model_path 2022-10-09 12:46:07 +03:00
codeformer_model.py send all three of GFPGAN's and codeformer's models to CPU memory instead of just one for #1283 2022-10-04 12:32:22 +03:00
deepbooru.py made deepdanbooru optional, added to readme, automatic download of deepbooru model 2022-10-08 18:02:56 +02:00
devices.py Merge branch 'master' into cpu-cmdline-opt 2022-10-04 07:42:53 -04:00
errors.py
esrgan_model_arch.py fix typo in filename for ESRGAN arch 2022-10-09 15:08:27 +03:00
esrgan_model.py fix typo in filename for ESRGAN arch 2022-10-09 15:08:27 +03:00
extras.py fix missing png info when Extras Batch Process 2022-10-09 18:35:25 +03:00
face_restoration.py
generation_parameters_copypaste.py
gfpgan_model.py Merge branch 'master' into cpu-cmdline-opt 2022-10-04 07:42:53 -04:00
hypernetwork.py fix btoken hypernetworks in XY plot 2022-10-09 14:33:22 +03:00
images.py Support Download for txt files. 2022-10-09 10:49:11 +03:00
img2img.py check specifically for skipped 2022-10-08 13:40:39 +03:00
interrogate.py chore: Fix typos 2022-10-08 22:42:30 +03:00
ldsr_model_arch.py
ldsr_model.py Removed duplicate definition model_path 2022-10-09 12:46:07 +03:00
lowvram.py
masking.py
memmon.py
modelloader.py
paths.py added guard for torch.load to prevent loading pickles with unknown content 2022-10-09 17:58:43 +03:00
processing.py do not add clip skip to parameters if it's 1 or 0 2022-10-09 22:31:35 +03:00
prompt_parser.py alternate prompt 2022-10-08 18:12:19 +03:00
realesrgan_model.py Removed duplicate definition model_path 2022-10-09 12:46:07 +03:00
safe.py Newer versions of PyTorch use TypedStorage instead 2022-10-10 08:04:52 +03:00
safety.py
scripts.py Revert "Fix for Prompts_from_file showing extra textbox." 2022-10-09 12:04:44 +03:00
scunet_model_arch.py chore: Fix typos 2022-10-08 22:42:30 +03:00
scunet_model.py Removed duplicate definition model_path 2022-10-09 12:46:07 +03:00
sd_hijack_optimizations.py Fix VRAM Issue by only loading in hypernetwork when selected in settings 2022-10-09 11:08:11 +03:00
sd_hijack.py Removed unnecessary tmp variable 2022-10-09 22:31:23 +03:00
sd_models.py change up #2056 to make it work how i want it to plus make xy plot write correct values to images 2022-10-09 14:57:48 +03:00
sd_samplers.py chore: Fix typos 2022-10-08 22:42:30 +03:00
shared.py Corrected CLIP Layer Ignore description and updated its range to the max possible 2022-10-09 22:31:23 +03:00
styles.py
swinir_model_arch.py chore: Fix typos 2022-10-08 22:42:30 +03:00
swinir_model.py Removed duplicate definition model_path 2022-10-09 12:46:07 +03:00
txt2img.py option to not show images in web ui 2022-10-04 17:23:48 +03:00
ui.py show model selection setting on top of page 2022-10-09 22:24:07 +03:00
upscaler.py fix logic error in #1832 2022-10-09 13:48:04 +03:00