stable-diffusion-webui/modules
w-e-w 8e0881d9ab fix image upscale on cpu
for some reason upscale using cpu will fail with
RuntimeError: Inplace update to inference tensor outside InferenceMode
switch from no_grad to inference_mode seems to have fixed it
2024-07-27 21:28:10 +09:00
..
api fix OSError: cannot write mode P as JPEG 2024-07-11 23:54:25 +04:00
hypernetworks
models SD3 lora support 2024-07-15 08:31:55 +03:00
processing_scripts
textual_inversion
cache.py
call_queue.py do not break progressbar on non-job actions 2024-07-12 16:08:36 +04:00
cmd_args.py
codeformer_model.py
config_states.py
dat_model.py
deepbooru_model.py
deepbooru.py
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
extra_networks_hypernet.py
extra_networks.py
extras.py
face_restoration_utils.py
face_restoration.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 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
mac_specific.py
masking.py
memmon.py
modelloader.py
ngrok.py
npu_specific.py
options.py
patches.py
paths_internal.py
paths.py
postprocessing.py
processing.py
profiling.py
progress.py
prompt_parser.py
realesrgan_model.py
restart.py
rng_philox.py
rng.py
Roboto-Regular.ttf
safe.py
script_callbacks.py
script_loading.py
scripts_auto_postprocessing.py
scripts_postprocessing.py
scripts.py
sd_disable_initialization.py
sd_emphasis.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
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
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
sd_models_xl.py
sd_models.py
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
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
sd_samplers.py
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
sd_vae_taesd.py
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
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
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
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
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 fix image upscale on cpu 2024-07-27 21:28:10 +09: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