stable-diffusion-webui/modules
2024-07-27 15:48:22 +03:00
..
api fix OSError: cannot write mode P as JPEG 2024-07-11 23:54:25 +04: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 lora support 2024-07-15 08:31:55 +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 do not break progressbar on non-job actions 2024-07-12 16:08:36 +04: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 do not send image size on paste inpaint 2024-07-09 16:12:39 +04:00
infotext_versions.py
initialize_util.py
initialize.py
interrogate.py
launch_utils.py Merge pull request #16173 from AUTOMATIC1111/robust-sysinfo 2024-07-20 11:46:45 +03: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
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 fix lint 2024-07-19 15:33:07 -07: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 use configured alpha/beta values in Beta scheduling 2024-07-19 14:08:44 -07: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 #16235 from v0xie/beta-sampling 2024-07-20 11:43:39 +03:00
shared_state.py fix OSError: cannot write mode P as JPEG 2024-07-11 23:54:25 +04:00
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 move git_status to sysinfo 2024-07-09 02:27:22 +09:00
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 Merge pull request #16202 from light-and-ray/do_not_break_progressbar_on_non-job_actions 2024-07-20 11:45:57 +03:00
ui_components.py
ui_extensions.py do not break progressbar on non-job actions 2024-07-12 16:08:36 +04: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 do not break progressbar on non-job actions 2024-07-12 16:08:36 +04:00
ui_tempdir.py
ui_toprow.py
ui.py Merge pull request #16202 from light-and-ray/do_not_break_progressbar_on_non-job_actions 2024-07-20 11:45:57 +03:00
upscaler_utils.py Merge pull request #16275 from AUTOMATIC1111/fix-image-upscale-on-cpu 2024-07-27 15:48:22 +03:00
upscaler.py fix upscale logic 2024-07-20 04:01:13 +09: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