stable-diffusion-webui/modules
2024-07-06 09:59:29 +03:00
..
api Merge pull request #16140 from ibrahimsn98/master 2024-07-06 09:42:44 +03:00
hypernetworks rename logging from textual inversion to not confuse it with global logging module 2024-04-21 07:41:28 +03:00
models
processing_scripts support scheduler selection in hires fix 2024-03-24 11:00:16 +03:00
textual_inversion
cache.py
call_queue.py added tool for profiling code 2024-06-09 21:18:36 +03:00
cmd_args.py defunct --max-batch-count 2024-06-30 21:19:25 +09:00
codeformer_model.py
config_states.py
dat_model.py Minor cleanup 2024-01-19 00:39:14 +01:00
deepbooru.py get deepbooru to run with --precision-half 2024-06-28 07:51:30 +03:00
deepbooru_model.py
devices.py
errors.py torch 2.1.2 2023-12-16 10:15:08 +03:00
esrgan_model.py
extensions.py fix extention update when not on main branch 2024-05-15 17:27:05 +09:00
extra_networks.py Fix various typos with crate-ci/typos 2024-03-04 08:42:07 +02:00
extra_networks_hypernet.py Simplify a bunch of len(x) > 0/len(x) == 0 style expressions 2023-06-02 15:07:10 +03:00
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
import_hook.py
infotext_utils.py
infotext_versions.py
initialize.py Merge pull request #15310 from Dalton-Murray/update-pytorch-lightning-utilities 2024-03-21 07:08:43 +03:00
initialize_util.py
interrogate.py
launch_utils.py
localization.py Update localization.py 2023-09-11 09:22:27 +08:00
logging_config.py
lowvram.py
mac_specific.py Fix various typos with crate-ci/typos 2024-03-04 08:42:07 +02:00
masking.py
memmon.py attempt to fix memory monitor with multiple CUDA devices 2023-03-12 21:04:17 +03:00
modelloader.py
ngrok.py
npu_specific.py
options.py
patches.py
paths.py Use Spandrel for upscaling and face restoration architectures (aside from GFPGAN and LDSR) 2023-12-30 16:24:01 +02:00
paths_internal.py remove extra local variable 2024-06-08 11:35:45 +03:00
postprocessing.py stoping generation extras 2024-06-25 05:33:07 +04:00
processing.py allow generation to be started with any dimensions specified 2024-06-28 18:06:49 +03:00
profiling.py
progress.py
prompt_parser.py
realesrgan_model.py
restart.py
rng.py
rng_philox.py
Roboto-Regular.ttf
safe.py
script_callbacks.py
script_loading.py
scripts.py Add process_before_every_sampling hook 2024-06-09 23:06:28 -04:00
scripts_auto_postprocessing.py
scripts_postprocessing.py
sd_disable_initialization.py change state dict comparison to ref compare 2023-12-05 18:00:48 -06:00
sd_emphasis.py Fix various typos with crate-ci/typos 2024-03-04 08:42:07 +02:00
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
sd_hijack_xlmr.py
sd_models.py
sd_models_config.py
sd_models_types.py
sd_models_xl.py
sd_samplers.py
sd_samplers_cfg_denoiser.py
sd_samplers_common.py
sd_samplers_compvis.py
sd_samplers_extra.py
sd_samplers_kdiffusion.py
sd_samplers_lcm.py
sd_samplers_timesteps.py
sd_samplers_timesteps_impl.py
sd_schedulers.py
sd_unet.py alternate implementation for unet forward replacement that does not depend on hijack being applied 2023-12-02 19:35:47 +03:00
sd_vae.py
sd_vae_approx.py initial SD3 support 2024-06-16 08:04:31 +03:00
sd_vae_taesd.py
shared.py
shared_cmd_options.py
shared_gradio_themes.py
shared_init.py
shared_items.py add UI for reordering callbacks 2024-03-10 14:09:48 +03:00
shared_options.py
shared_state.py
shared_total_tqdm.py
styles.py PEP 604 annotations 2024-03-15 08:22:36 +09:00
sub_quadratic_attention.py
sysinfo.py
timer.py add --log-startup option to print detailed startup progress 2023-07-22 17:15:38 +03:00
torch_utils.py
txt2img.py
ui.py
ui_checkpoint_merger.py
ui_common.py Merge branch 'dev' into open_folder-as-util 2024-04-05 15:14:38 +08:00
ui_components.py
ui_extensions.py
ui_extra_networks.py
ui_extra_networks_checkpoints.py
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
ui_extra_networks_user_metadata.py
ui_gradio_extensions.py
ui_loadsave.py
ui_postprocessing.py FIX: Allow PNG-RGBA for Extras Tab 2024-03-20 13:28:32 +07:00
ui_prompt_styles.py
ui_settings.py add UI for reordering callbacks 2024-03-10 14:09:48 +03:00
ui_tempdir.py register_tmp_file also with mtime 2024-02-23 20:26:56 +04:00
ui_toprow.py
upscaler.py
upscaler_utils.py
util.py
xlmr.py
xlmr_m18.py
xpu_specific.py