stable-diffusion-webui/modules
2024-07-13 09:27:46 +03:00
..
api Merge pull request #16060 from xiaoxianBoy/fix-typos 2024-07-06 10:06:35 +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 sd3 TI support 2024-07-07 16:36:53 +03:00
processing_scripts
textual_inversion Better error handling when unable to extract contents of embedding/TI file 2024-04-26 06:57:32 -04:00
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
deepbooru_model.py
deepbooru.py get deepbooru to run with --precision-half 2024-06-28 07:51:30 +03:00
devices.py Merge pull request #16060 from xiaoxianBoy/fix-typos 2024-07-06 10:06:35 +03:00
errors.py
esrgan_model.py
extensions.py fix extention update when not on main branch 2024-05-15 17:27:05 +09:00
extra_networks_hypernet.py
extra_networks.py
extras.py
face_restoration_utils.py
face_restoration.py
fifo_lock.py
gfpgan_model.py Bump Spandrel to 0.3.4; add spandrel-extra-arches for CodeFormer 2024-07-04 09:14:04 +03:00
gitpython_hack.py
gradio_extensons.py
hashes.py
hat_model.py
images.py multi size grid 2024-06-10 20:47:12 +09:00
img2img.py img2img batch upload method 2024-05-16 23:08:24 +04:00
import_hook.py
infotext_utils.py
infotext_versions.py
initialize_util.py
initialize.py
interrogate.py
launch_utils.py shlex.join launch args in console log 2024-07-08 15:32:45 +09:00
localization.py
logging_config.py
lowvram.py fix mdevram for SD1/SDXL 2024-06-27 07:35:53 +03:00
mac_specific.py
masking.py fix get_crop_region_v2 2024-04-22 23:10:19 +09:00
memmon.py
modelloader.py Bump Spandrel to 0.3.4; add spandrel-extra-arches for CodeFormer 2024-07-04 09:14:04 +03:00
ngrok.py
npu_specific.py
options.py
patches.py
paths_internal.py remove extra local variable 2024-06-08 11:35:45 +03:00
paths.py
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 added tool for profiling code 2024-06-09 21:18:36 +03:00
progress.py
prompt_parser.py support for SD3: infinite prompt length, token counting 2024-06-26 23:22:00 +03:00
realesrgan_model.py
restart.py
rng_philox.py
rng.py
Roboto-Regular.ttf
safe.py update pickle safe filenames 2024-06-08 11:26:41 +03:00
script_callbacks.py fix: remove callbacks properly in remove_callbacks_for_function() 2024-04-15 21:10:11 -07:00
script_loading.py restore 1.8.0-style naming of scripts 2024-04-22 12:19:30 +03:00
scripts_auto_postprocessing.py
scripts_postprocessing.py
scripts.py Add process_before_every_sampling hook 2024-06-09 23:06:28 -04:00
sd_disable_initialization.py
sd_emphasis.py
sd_hijack_checkpoint.py as per wfjsw's suggestion, revert changes for sd_hijack_checkpoint.py 2024-06-08 10:54:41 +03:00
sd_hijack_clip_old.py
sd_hijack_clip.py support for SD3: infinite prompt length, token counting 2024-06-26 23:22:00 +03:00
sd_hijack_ip2p.py
sd_hijack_open_clip.py
sd_hijack_optimizations.py integrated edits as recommended in the PR #15804 2024-06-08 09:05:35 +03:00
sd_hijack_unet.py Revert "Merge pull request #16078 from huchenlei/fix_sd2" 2024-07-06 10:40:48 +03:00
sd_hijack_utils.py Add --precision half cmd option 2024-05-16 19:50:06 -04:00
sd_hijack_xlmr.py
sd_hijack.py sd3 TI support 2024-07-07 16:36:53 +03:00
sd_models_config.py SD2 v autodetection fix 2024-07-06 11:00:22 +03:00
sd_models_types.py initial SD3 support 2024-06-16 08:04:31 +03:00
sd_models_xl.py Fix attr access 2024-05-15 17:27:01 -04:00
sd_models.py support loading clip/t5 from the main model checkpoint 2024-06-29 00:38:52 +03:00
sd_samplers_cfg_denoiser.py remove mentions of specific samplers from CFG denoiser code 2024-07-06 10:31:08 +03:00
sd_samplers_common.py medvram support for SD3 2024-06-24 10:15:46 +03:00
sd_samplers_compvis.py
sd_samplers_extra.py
sd_samplers_kdiffusion.py do sampler calculations on CPU 2024-06-29 08:05:35 +03:00
sd_samplers_lcm.py
sd_samplers_timesteps_impl.py remove mentions of specific samplers from CFG denoiser code 2024-07-06 10:31:08 +03:00
sd_samplers_timesteps.py add new sampler DDIM CFG++ 2024-06-16 17:47:21 -07:00
sd_samplers.py fix Sampler Scheduler autocorrection warning 2024-06-21 12:14:33 +09:00
sd_schedulers.py Merge branch 'dev' into dev 2024-07-06 09:46:57 +03:00
sd_unet.py
sd_vae_approx.py initial SD3 support 2024-06-16 08:04:31 +03:00
sd_vae_taesd.py initial SD3 support 2024-06-16 08:04:31 +03:00
sd_vae.py
shared_cmd_options.py
shared_gradio_themes.py background-color: background_fill_primary 2024-07-07 00:22:27 +09:00
shared_init.py Add --precision half cmd option 2024-05-16 19:50:06 -04:00
shared_items.py
shared_options.py Merge pull request #16061 from AUTOMATIC1111/remove-dont_fix_second_order_samplers_schedule 2024-07-06 10:06:01 +03:00
shared_state.py
shared_total_tqdm.py
shared.py chore: fix typos 2024-06-21 09:52:02 +08:00
styles.py
sub_quadratic_attention.py
sysinfo.py
timer.py
torch_utils.py Maintaining Project Compatibility for Python 3.9 Users Without Upgrade Requirements. 2024-06-25 15:24:46 +08:00
txt2img.py
ui_checkpoint_merger.py
ui_common.py
ui_components.py
ui_extensions.py compact-checkbox-group 2024-04-26 18:47:04 +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 fix Replace preview 2024-06-30 20:20:29 +09:00
ui_extra_networks.py
ui_gradio_extensions.py background-color: background_fill_primary 2024-07-07 00:22:27 +09:00
ui_loadsave.py
ui_postprocessing.py
ui_prompt_styles.py
ui_settings.py
ui_tempdir.py
ui_toprow.py
ui.py Merge pull request #15654 from huchenlei/mime 2024-06-08 12:10:42 +03:00
upscaler_utils.py
upscaler.py fix x1 upscalers 2024-04-18 01:53:23 +04:00
util.py Merge pull request #16060 from xiaoxianBoy/fix-typos 2024-07-06 10:06:35 +03:00
xlmr_m18.py
xlmr.py
xpu_specific.py