stable-diffusion-webui/modules
Kyle ee0a0da324 Add instruct-pix2pix hijack
Allows loading instruct-pix2pix models via same method as inpainting models in sd_models.py and sd_hijack_ip2p.py

Adds ddpm_edit.py necessary for instruct-pix2pix
2023-01-25 08:53:23 -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 enable compact view for train tab 2023-01-22 00:02:51 +03:00
models/diffusion Add instruct-pix2pix hijack 2023-01-25 08:53:23 -05:00
textual_inversion extra networks UI 2023-01-21 08:36:07 +03:00
call_queue.py
codeformer_model.py
deepbooru_model.py
deepbooru.py
devices.py Merge pull request #6922 from brkirch/cumsum-fix 2023-01-19 13:18:34 +03: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 Lora support! 2023-01-21 16:15:53 +03:00
extra_networks.py extra networks UI 2023-01-21 08:36:07 +03:00
extras.py third time's the charm 2023-01-23 14:50:20 +03:00
face_restoration.py
generation_parameters_copypaste.py extra networks UI 2023-01-21 08:36:07 +03:00
gfpgan_model.py
hashes.py
images.py handling sub grids and merging into one 2023-01-24 02:24:32 -05:00
img2img.py bump gradio to 3.16.2 2023-01-18 13:59:45 +03:00
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 enable compact view for train tab 2023-01-22 00:02:51 +03:00
progress.py add progress bar to modelmerger 2023-01-19 09:25:37 +03:00
prompt_parser.py add BREAK keyword to end current text chunk and start the next 2023-01-15 22:29:53 +03:00
realesrgan_model.py Fix unable to find Real-ESRGAN model info error (AttributeError: 'NoneType' object has no attribute 'data_path') #6841 #5170 2023-01-17 13:57:55 +03:00
safe.py
script_callbacks.py Lora support! 2023-01-21 16:15:53 +03:00
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 fix missing field for aesthetic embedding extension 2023-01-22 08:20:48 +03:00
sd_hijack_checkpoint.py add option to show/hide warnings 2023-01-18 23:04:24 +03:00
sd_hijack_clip_old.py
sd_hijack_clip.py add BREAK keyword to end current text chunk and start the next 2023-01-15 22:29:53 +03:00
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 better support for xformers flash attention on older versions of torch 2023-01-23 16:40:20 +03:00
sd_hijack_unet.py
sd_hijack_xlmr.py
sd_hijack.py write a comment for fix_checkpoint function 2023-01-19 20:39:10 +03:00
sd_models.py Add instruct-pix2pix hijack 2023-01-25 08:53:23 -05:00
sd_samplers.py Add a check and explanation for tensor with all NaNs. 2023-01-16 22:59:46 +03:00
sd_vae_approx.py
sd_vae.py allow baking in VAE in checkpoint merger tab 2023-01-19 10:39:51 +03:00
shared.py add option to skip interrogate categories 2023-01-23 12:29:23 -05:00
styles.py
sub_quadratic_attention.py
txt2img.py bump gradio to 3.16.2 2023-01-18 13:59:45 +03:00
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 add a slider for default value of added extra networks 2023-01-22 00:02:52 +03:00
ui_extra_networks_textual_inversion.py fix broken textual inversion extras tab 2023-01-22 00:16:26 +03:00
ui_extra_networks.py add support for apostrophe in extra network names 2023-01-23 23:11:34 +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 Fix unable to find Real-ESRGAN model info error (AttributeError: 'NoneType' object has no attribute 'data_path') #6841 #5170 2023-01-17 13:57:55 +03:00
xlmr.py