stable-diffusion-webui/modules
AUTOMATIC1111 4be7b620c2
Merge pull request #13568 from AUTOMATIC1111/lora_emb_bundle
Add lora-embedding bundle system
2023-10-14 12:18:55 +03:00
..
api Ability for extensions to return custom data via api in response.images 2023-10-01 18:06:48 +03:00
codeformer
hypernetworks fix whitespace for #13084 2023-09-09 09:15:09 +03:00
models/diffusion
processing_scripts Restore missing tooltips 2023-09-01 17:01:08 -06:00
textual_inversion remove duplicated code 2023-10-14 12:17:59 +03:00
cache.py
call_queue.py
cmd_args.py add --skip-load-model-at-start 2023-09-14 18:42:56 +08:00
codeformer_model.py
config_states.py Config states time ISO in system time zone 2023-09-16 09:11:54 +09:00
deepbooru_model.py
deepbooru.py
devices.py fix for crash when running #12924 without --device-id 2023-09-09 09:39:37 +03:00
errors.py
esrgan_model_arch.py
esrgan_model.py
extensions.py
extra_networks_hypernet.py
extra_networks.py
extras.py
face_restoration.py
fifo_lock.py
generation_parameters_copypaste.py fix re_param_code (regression bug PR #13458) 2023-10-03 01:16:41 +09:00
gfpgan_model.py
gitpython_hack.py
gradio_extensons.py
hashes.py cache git extension repo information 2023-07-15 09:20:43 +03:00
images.py write infotext to gif image as comment 2023-09-30 09:34:50 +03:00
img2img.py Ensure not override images with script enabled 2023-09-09 22:35:07 +09:00
import_hook.py
initialize_util.py
initialize.py add --skip-load-model-at-start 2023-09-14 18:42:56 +08:00
interrogate.py
launch_utils.py fetch version info when webui_dir is not work_dir 2023-09-12 16:50:56 +09:00
localization.py Update localization.py 2023-09-11 09:22:27 +08:00
logging_config.py
lowvram.py
mac_specific.py
masking.py
memmon.py
modelloader.py
ngrok.py
options.py fix add_option overriding config with default 2023-09-12 22:53:09 +09:00
patches.py
paths_internal.py correct webpath when webui_dir is not work_dir 2023-09-13 16:05:55 +09:00
paths.py correct webpath when webui_dir is not work_dir 2023-09-13 16:05:55 +09:00
postprocessing.py
processing.py Merge pull request #13567 from LeonZhao28/bugfix_key_error_in_processing 2023-10-14 08:34:41 +03:00
progress.py actual solution to the uncommon hanging problem that is seemingly caused by multiple progress requests working on same tensor 2023-08-22 10:41:10 +03:00
prompt_parser.py
realesrgan_model.py
restart.py alternative solution to #13434 2023-09-30 08:23:12 +03:00
rng_philox.py
rng.py
Roboto-Regular.ttf
safe.py
script_callbacks.py Merge pull request #12846 from a666/deprecated-types 2023-09-09 10:31:56 +03:00
script_loading.py
scripts_auto_postprocessing.py
scripts_postprocessing.py
scripts.py linter 2023-09-09 10:23:53 +03:00
sd_disable_initialization.py
sd_hijack_checkpoint.py
sd_hijack_clip_old.py
sd_hijack_clip.py
sd_hijack_ip2p.py
sd_hijack_open_clip.py
sd_hijack_optimizations.py
sd_hijack_unet.py
sd_hijack_utils.py
sd_hijack_xlmr.py
sd_hijack.py Merge pull request #13364 from superhero-7/master 2023-10-14 07:29:01 +03:00
sd_models_config.py fix linter issues 2023-10-01 12:25:19 +08:00
sd_models_types.py
sd_models_xl.py option to keep multiple models in memory 2023-08-01 00:24:48 +03:00
sd_models.py use shallow copy for #13535 2023-10-14 08:01:04 +03:00
sd_samplers_cfg_denoiser.py
sd_samplers_common.py fix an issue where VAE would remain in fp16 after an auto-switch to fp32 2023-08-30 21:13:24 +03:00
sd_samplers_compvis.py
sd_samplers_extra.py
sd_samplers_kdiffusion.py
sd_samplers_timesteps_impl.py
sd_samplers_timesteps.py
sd_samplers.py
sd_unet.py initial work on sd_unet for SDXL 2023-09-11 21:17:40 +03:00
sd_vae_approx.py
sd_vae_taesd.py add TAESD for i2i and t2i 2023-08-04 13:38:52 +08:00
sd_vae.py
shared_cmd_options.py
shared_gradio_themes.py
shared_init.py
shared_items.py option use short name for checkpoint dropdown 2023-09-08 10:00:27 +09:00
shared_options.py put notification.mp3 option at the end of the page 2023-10-14 07:35:06 +03:00
shared_state.py initialize state.time_start befroe state.job_count 2023-09-13 16:27:02 +09:00
shared_total_tqdm.py
shared.py
styles.py
sub_quadratic_attention.py
sysinfo.py
timer.py
txt2img.py lint 2023-09-09 15:59:22 +09:00
ui_checkpoint_merger.py
ui_common.py
ui_components.py
ui_extensions.py Config states time ISO in system time zone 2023-09-16 09:11:54 +09:00
ui_extra_networks_checkpoints_user_metadata.py
ui_extra_networks_checkpoints.py
ui_extra_networks_hypernets.py
ui_extra_networks_textual_inversion.py
ui_extra_networks_user_metadata.py
ui_extra_networks.py get #13121 to work without restart 2023-09-30 10:29:10 +03:00
ui_gradio_extensions.py correct webpath when webui_dir is not work_dir 2023-09-13 16:05:55 +09:00
ui_loadsave.py make InputAccordion work with ui-config 2023-09-11 13:47:44 +09:00
ui_postprocessing.py
ui_prompt_styles.py return apply styles to main UI 2023-09-09 10:20:06 +03:00
ui_settings.py add search field to settings 2023-10-01 11:48:41 +03:00
ui_tempdir.py
ui.py Merge pull request #13631 from galekseev/master 2023-10-14 07:30:31 +03:00
upscaler.py
util.py
xlmr_m18.py fix linter issues 2023-10-01 12:25:19 +08:00
xlmr.py