stable-diffusion-webui/modules
brkirch f9edd578e9 Remove MPS fix no longer needed for PyTorch
The torch.narrow fix was required for nightly PyTorch builds for a while to prevent a hard crash, but newer nightly builds don't have this issue.
2023-01-28 04:16:27 -05:00
..
api also return the removed field to sdapi/v1/upscalers because someone might have relied on it existing 2023-01-24 10:09:30 +03:00
codeformer
hypernetworks
models/diffusion Add instruct-pix2pix hijack 2023-01-25 08:53:23 -05:00
textual_inversion allow symlinks in the textual inversion embeddings folder 2023-01-25 08:48:40 -08:00
call_queue.py
codeformer_model.py
deepbooru_model.py Add option for float32 sampling with float16 UNet 2023-01-25 01:13:02 -05:00
deepbooru.py
devices.py Remove MPS fix no longer needed for PyTorch 2023-01-28 04:16:27 -05:00
errors.py better support for xformers flash attention on older versions of torch 2023-01-23 16:40:20 +03:00
esrgan_model_arch.py
esrgan_model.py
extensions.py
extra_networks_hypernet.py
extra_networks.py
extras.py third time's the charm 2023-01-23 14:50:20 +03:00
face_restoration.py
generation_parameters_copypaste.py
gfpgan_model.py
hashes.py
images.py handling sub grids and merging into one 2023-01-24 02:24:32 -05:00
img2img.py
import_hook.py
interrogate.py remove fairscale requirement, add fake fairscale to make BLIP not complain about it mk2 2023-01-24 20:30:43 +03:00
localization.py
lowvram.py
masking.py
memmon.py
modelloader.py
ngrok.py
paths.py fix BLIP failing to import depending on configuration 2023-01-24 00:24:17 +03:00
postprocessing.py a possible fix for broken image upscaling 2023-01-23 17:59:58 +03:00
processing.py Refactor conditional casting, fix upscalers 2023-01-28 04:16:25 -05:00
progress.py
prompt_parser.py
realesrgan_model.py Refactor conditional casting, fix upscalers 2023-01-28 04:16:25 -05:00
safe.py
script_callbacks.py
script_loading.py
scripts_postprocessing.py rework extras tab to use script system 2023-01-23 09:24:43 +03:00
scripts.py rework extras tab to use script system 2023-01-23 09:24:43 +03:00
sd_disable_initialization.py
sd_hijack_checkpoint.py
sd_hijack_clip_old.py
sd_hijack_clip.py
sd_hijack_inpainting.py
sd_hijack_ip2p.py Add instruct-pix2pix hijack 2023-01-25 08:53:23 -05:00
sd_hijack_open_clip.py
sd_hijack_optimizations.py Add UI setting for upcasting attention to float32 2023-01-25 01:13:04 -05:00
sd_hijack_unet.py Refactor conditional casting, fix upscalers 2023-01-28 04:16:25 -05:00
sd_hijack_utils.py Fix full previews, --no-half-vae 2023-01-26 01:43:35 -05:00
sd_hijack_xlmr.py
sd_hijack.py Refactor conditional casting, fix upscalers 2023-01-28 04:16:25 -05:00
sd_models.py Merge pull request #6510 from brkirch/unet16-upcast-precision 2023-01-25 19:12:29 +03:00
sd_samplers.py fix prompt editing break after first batch in img2img 2023-01-25 23:25:40 +03:00
sd_vae_approx.py
sd_vae.py
shared.py Add UI setting for upcasting attention to float32 2023-01-25 01:13:04 -05:00
styles.py
sub_quadratic_attention.py Add UI setting for upcasting attention to float32 2023-01-25 01:13:04 -05:00
txt2img.py
ui_common.py fix open directory button failing 2023-01-23 15:50:32 +03:00
ui_components.py rework extras tab to use script system 2023-01-23 09:24:43 +03:00
ui_extensions.py
ui_extra_networks_hypernets.py
ui_extra_networks_textual_inversion.py
ui_extra_networks.py make clicking extra networks button one more time close the extra networks UI 2023-01-25 19:55:31 +03:00
ui_postprocessing.py rework extras tab to use script system 2023-01-23 09:24:43 +03:00
ui_tempdir.py
ui.py fix open directory button failing 2023-01-23 15:50:32 +03:00
upscaler.py
xlmr.py