stable-diffusion-webui/modules
2024-01-13 13:16:39 -05:00
..
api include tls arguments in api uvicorn init 2024-01-09 03:01:20 -06:00
hypernetworks
models/diffusion
processing_scripts rename infotext.py again, this time to infotext_utils.py; I didn't realize infotext would be used for variable names in multiple places, which makes it awkward to import the module; also fix the bug I caused by this rename that breaks tests 2024-01-01 17:25:30 +03:00
textual_inversion
cache.py Avoid unnecessary isfile/exists calls 2024-01-04 00:26:30 +02:00
call_queue.py fix borked merge, rename fields to better match what they do, change setting default to true for #13653 2024-01-01 16:50:59 +03:00
cmd_args.py restore lines lost from #13789 merge 2024-01-01 17:03:08 +03:00
codeformer_model.py
config_states.py
deepbooru.py
deepbooru_model.py
devices.py rearrange if-statements for cpu 2024-01-09 23:30:55 +08:00
errors.py
esrgan_model.py
extensions.py Avoid unnecessary isfile/exists calls 2024-01-04 00:26:30 +02:00
extra_networks.py mass file lister as an attempt to tackle #14507 2024-01-04 02:28:05 +03:00
extra_networks_hypernet.py
extras.py
face_restoration.py
face_restoration_utils.py
fifo_lock.py
gfpgan_model.py
gitpython_hack.py
gradio_extensons.py
hashes.py
hat_model.py
images.py
img2img.py fix #14497 2024-01-02 07:05:05 +03:00
import_hook.py
infotext_utils.py Merge pull request #14523 from AUTOMATIC1111/paste-infotext-cast-int-as-float 2024-01-04 11:19:18 +03:00
infotext_versions.py
initialize.py Ensure GRADIO_ANALYTICS_ENABLED is set early enough 2024-01-04 19:13:47 +02:00
initialize_util.py
interrogate.py
launch_utils.py add assets repo; serve fonts locally rather than from google's servers 2024-01-07 09:21:21 +03:00
localization.py
logging_config.py Logging: set formatter correctly for fallback logger too 2024-01-11 08:29:42 +02:00
lowvram.py
mac_specific.py
masking.py
memmon.py
modelloader.py load_spandrel_model: make half prefer_half 2024-01-02 10:44:38 +02:00
ngrok.py
options.py handle config.json failed to load 2024-01-04 06:30:52 +09:00
patches.py
paths.py
paths_internal.py
postprocessing.py Avoid unnecessary isfile/exists calls 2024-01-04 00:26:30 +02:00
processing.py Make the upscale button update the gallery with the new image rather than replace it. 2024-01-05 12:28:41 +03:00
progress.py
prompt_parser.py
realesrgan_model.py load_spandrel_model: make half prefer_half 2024-01-02 10:44:38 +02:00
restart.py
rng.py
rng_philox.py
Roboto-Regular.ttf
safe.py
script_callbacks.py make denoiser None by default 2024-01-07 20:17:42 -06:00
script_loading.py
scripts.py Have upscale button use the same seed as hires fix. 2024-01-04 19:47:00 +03:00
scripts_auto_postprocessing.py
scripts_postprocessing.py
sd_disable_initialization.py
sd_hijack.py
sd_hijack_checkpoint.py
sd_hijack_clip.py
sd_hijack_clip_old.py
sd_hijack_ip2p.py
sd_hijack_open_clip.py
sd_hijack_optimizations.py
sd_hijack_unet.py
sd_hijack_utils.py Handle CondFunc exception when resolving attributes 2024-01-06 17:18:38 +08:00
sd_hijack_xlmr.py
sd_models.py Execute model_loaded_callback after moving to target device 2024-01-06 20:03:33 +08:00
sd_models_config.py
sd_models_types.py
sd_models_xl.py
sd_samplers.py lcm sampler 2024-01-08 06:43:39 -06:00
sd_samplers_cfg_denoiser.py add self instead 2024-01-07 12:35:35 -06:00
sd_samplers_common.py
sd_samplers_compvis.py
sd_samplers_extra.py
sd_samplers_kdiffusion.py
sd_samplers_lcm.py lcm sampler 2024-01-08 06:43:39 -06:00
sd_samplers_timesteps.py
sd_samplers_timesteps_impl.py
sd_unet.py
sd_vae.py Execute model_loaded_callback after moving to target device 2024-01-06 20:03:33 +08:00
sd_vae_approx.py
sd_vae_taesd.py
shared.py
shared_cmd_options.py
shared_gradio_themes.py
shared_init.py improve efficiency and support more device 2024-01-09 22:11:44 +08:00
shared_items.py rename infotext.py again, this time to infotext_utils.py; I didn't realize infotext would be used for variable names in multiple places, which makes it awkward to import the module; also fix the bug I caused by this rename that breaks tests 2024-01-01 17:25:30 +03:00
shared_options.py begin redesign of tree module. 2024-01-10 18:11:48 -05:00
shared_state.py fix borked merge, rename fields to better match what they do, change setting default to true for #13653 2024-01-01 16:50:59 +03:00
shared_total_tqdm.py
styles.py
sub_quadratic_attention.py
sysinfo.py add assets repo; serve fonts locally rather than from google's servers 2024-01-07 09:21:21 +03:00
timer.py
torch_utils.py
txt2img.py update p.seed and p.subseed 2024-01-10 01:56:44 +09:00
ui.py add assets repo; serve fonts locally rather than from google's servers 2024-01-07 09:21:21 +03:00
ui_checkpoint_merger.py
ui_common.py Have upscale button use the same seed as hires fix. 2024-01-04 19:47:00 +03:00
ui_components.py
ui_extensions.py
ui_extra_networks.py continue cleanup and redesign. 2024-01-13 13:16:39 -05:00
ui_extra_networks_checkpoints.py Finish base layout. Fix bugs. Need to test for stability and clean up. 2024-01-11 15:06:57 -05:00
ui_extra_networks_checkpoints_user_metadata.py
ui_extra_networks_hypernets.py Finish base layout. Fix bugs. Need to test for stability and clean up. 2024-01-11 15:06:57 -05:00
ui_extra_networks_textual_inversion.py Finish base layout. Fix bugs. Need to test for stability and clean up. 2024-01-11 15:06:57 -05:00
ui_extra_networks_user_metadata.py rename infotext.py again, this time to infotext_utils.py; I didn't realize infotext would be used for variable names in multiple places, which makes it awkward to import the module; also fix the bug I caused by this rename that breaks tests 2024-01-01 17:25:30 +03:00
ui_gradio_extensions.py Avoid unnecessary isfile/exists calls 2024-01-04 00:26:30 +02:00
ui_loadsave.py Avoid unnecessary isfile/exists calls 2024-01-04 00:26:30 +02:00
ui_postprocessing.py Have upscale button use the same seed as hires fix. 2024-01-04 19:47:00 +03:00
ui_prompt_styles.py
ui_settings.py
ui_tempdir.py
ui_toprow.py fix borked merge, rename fields to better match what they do, change setting default to true for #13653 2024-01-01 16:50:59 +03:00
upscaler.py
upscaler_utils.py Merge pull request #14524 from akx/fix-swinir-issues 2024-01-04 11:17:20 +03:00
util.py Merge branch 'dev' into avoid-isfiles 2024-01-04 11:15:50 +03:00
xlmr.py
xlmr_m18.py
xpu_specific.py Fix format 2024-01-06 19:14:06 +08:00