stable-diffusion-webui/modules
AUTOMATIC1111 cdafbcaad2
Merge pull request #13313 from chu8129/dev
use orderdict as lru cache:opt/bug
2023-09-30 08:55:54 +03:00
..
api Fix some deprecated types 2023-08-29 00:54:57 -06: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 Fix preview for textual inversion training 2023-09-05 22:38:02 +09:00
cache.py use an atomic operation to replace the cache with the new version 2023-08-22 17:45:47 +03:00
call_queue.py feat: replace threading.Lock() to FIFOLock 2023-08-21 17:49:58 +08:00
cmd_args.py add --skip-load-model-at-start 2023-09-14 18:42:56 +08:00
codeformer_model.py
config_states.py
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 update gradio to 3.41.2 2023-08-27 08:45:40 +03:00
esrgan_model_arch.py
esrgan_model.py
extensions.py
extra_networks_hypernet.py
extra_networks.py fix error that causes some extra networks to be disabled if both <lora:> and <lyco:> are present in the prompt 2023-08-27 08:41:48 +03:00
extras.py
face_restoration.py
fifo_lock.py feat: replace threading.Lock() to FIFOLock 2023-08-21 17:49:58 +08:00
generation_parameters_copypaste.py Merge pull request #12876 from ljleb/fix-re 2023-08-31 07:34:01 +03:00
gfpgan_model.py
gitpython_hack.py Fix some deprecated types 2023-08-29 00:54:57 -06:00
gradio_extensons.py remove unneeded example_inputs from gradio config 2023-08-22 08:18:01 +03:00
hashes.py
images.py Merge pull request #13028 from AUTOMATIC1111/fallback-invalid-exif 2023-09-09 09:21:18 +03:00
img2img.py Merge pull request #13119 from AUTOMATIC1111/enable_console_prompts-in-settings 2023-09-09 10:02:02 +03:00
import_hook.py
initialize_util.py dump current stack traces when exiting with SIGINT 2023-08-22 10:49:52 +03:00
initialize.py add --skip-load-model-at-start 2023-09-14 18:42:56 +08:00
interrogate.py add --medvram-sdxl 2023-08-22 18:49:08 +03:00
launch_utils.py add --dump-sysinfo, a cmd arg to dump limited sysinfo file at startup 2023-08-30 19:48:47 +03:00
localization.py
logging_config.py add --loglevel commandline argument for logging 2023-08-09 20:49:33 +03:00
lowvram.py add --medvram-sdxl 2023-08-22 18:49:08 +03:00
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
paths.py
postprocessing.py
processing.py (feat) Include Program Version in info response. Update processing.py 2023-09-07 23:19:52 +02: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 Fix some deprecated types 2023-08-29 00:54:57 -06:00
realesrgan_model.py tell RealESRGANer which device to run on, could be cuda, M1, or other GPU 2023-08-23 14:31:38 +08:00
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 suggestions and fixes from the PR 2023-05-10 21:21:32 +03:00
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 Make sub-quadratic the default for MPS 2023-08-13 10:06:25 -04:00
sd_hijack_unet.py
sd_hijack_utils.py
sd_hijack_xlmr.py
sd_hijack.py initial work on sd_unet for SDXL 2023-09-11 21:17:40 +03:00
sd_models_config.py
sd_models_types.py add type annotations for extra fields of shared.sd_model 2023-08-22 19:05:03 +03:00
sd_models_xl.py
sd_models.py fix 2023-09-18 16:45:42 +08:00
sd_samplers_cfg_denoiser.py ditch --always-batch-cond-uncond in favor of an UI setting 2023-08-21 15:07:10 +03:00
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 some stylistic changes for the sampler code 2023-07-29 08:38:00 +03:00
sd_samplers_kdiffusion.py Merge pull request #12856 from catboxanon/extra-noise-noisy-latent 2023-08-30 08:23:37 +03:00
sd_samplers_timesteps_impl.py
sd_samplers_timesteps.py Merge pull request #12856 from catboxanon/extra-noise-noisy-latent 2023-08-30 08:23:37 +03:00
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
sd_vae.py Merge pull request #12797 from Madrawn/vae_resolve_bug 2023-08-27 09:45:00 +03:00
shared_cmd_options.py consolidate local check 2023-08-28 03:43:27 +09:00
shared_gradio_themes.py
shared_init.py
shared_items.py
shared_options.py Merge pull request #13119 from AUTOMATIC1111/enable_console_prompts-in-settings 2023-09-09 10:02:02 +03:00
shared_state.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
shared_total_tqdm.py
shared.py add type annotations for extra fields of shared.sd_model 2023-08-22 19:05:03 +03:00
styles.py
sub_quadratic_attention.py Fix some deprecated types 2023-08-29 00:54:57 -06:00
sysinfo.py hide --gradio-auth and --api-auth values from /internal/sysinfo report 2023-08-27 20:17:01 +03:00
timer.py
txt2img.py lint 2023-09-09 15:59:22 +09:00
ui_checkpoint_merger.py
ui_common.py fix style editing dialog breaking if it's opened in both img2img and txt2img tabs 2023-08-27 09:45:08 +03:00
ui_components.py make resize handle available to extensions 2023-08-21 08:48:46 +03:00
ui_extensions.py Merge pull request #12865 from AUTOMATIC1111/another-convert-to-system-time-zone 2023-08-30 11:00:38 +03: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 Merge pull request #12864 from AUTOMATIC1111/extension-time-format-time-zone 2023-08-30 09:45:23 +03:00
ui_extra_networks.py Merge pull request #13395 from AUTOMATIC1111/escape-names 2023-09-30 08:32:38 +03:00
ui_gradio_extensions.py
ui_loadsave.py fix incorrect save/display of new values in Defaults page in settings 2023-08-24 22:03:24 +03: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 Action to calculate all SD checkpoint hashes 2023-09-01 00:56:55 +09:00
ui_tempdir.py Make Gradio temp directory if it doesn't exist 2023-08-21 17:36:17 -04:00
ui.py Merge pull request #12846 from a666/deprecated-types 2023-09-09 10:31:56 +03:00
upscaler.py
util.py
xlmr.py