stable-diffusion-webui/modules
Kyle ba6a4e7e94 Use original CFGDenoiser if image_cfg_scale = 1
If image_cfg_scale is =1 then the original image is not used for the output. We can then use the original CFGDenoiser to get the same result to support AND functionality.

Maybe in the future AND can be supported with "Image CFG Scale"
2023-02-03 19:46:13 -05:00
..
api
codeformer
hypernetworks
models/diffusion
textual_inversion do not display the message for TI unless the list of loaded embeddings changed 2023-01-29 11:53:05 +03:00
call_queue.py
codeformer_model.py
deepbooru_model.py
deepbooru.py
devices.py Refactor MPS fixes to CondFunc 2023-02-01 06:36:22 -05:00
errors.py
esrgan_model_arch.py
esrgan_model.py
extensions.py
extra_networks_hypernet.py
extra_networks.py
extras.py
face_restoration.py
generation_parameters_copypaste.py make the program read Discard penultimate sigma from generation parameters 2023-01-30 10:52:15 +03:00
gfpgan_model.py
hashes.py
images.py Reduce grid rows if larger than number of images available 2023-01-28 19:25:52 -05:00
img2img.py Image CFG Added (Full Implementation) 2023-02-03 18:19:56 -05:00
import_hook.py
interrogate.py
localization.py
lowvram.py
masking.py
memmon.py
modelloader.py
ngrok.py
paths.py
postprocessing.py
processing.py txt2img Hires Fix 2023-02-03 19:15:32 -05:00
progress.py
prompt_parser.py
realesrgan_model.py
safe.py
script_callbacks.py
script_loading.py
scripts_auto_postprocessing.py
scripts_postprocessing.py
scripts.py Merge pull request #7231 from EllangoK/master 2023-01-28 18:45:38 +03:00
sd_disable_initialization.py
sd_hijack_checkpoint.py
sd_hijack_clip_old.py
sd_hijack_clip.py
sd_hijack_inpainting.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_hijack.py
sd_models_config.py
sd_models.py support for searching subdirectory names for extra networks 2023-01-29 10:20:19 +03:00
sd_samplers_common.py split samplers into one more files for k-diffusion 2023-01-30 10:11:30 +03:00
sd_samplers_compvis.py make the program read Eta and Eta DDIM from generation parameters 2023-01-30 10:47:09 +03:00
sd_samplers_kdiffusion.py Use original CFGDenoiser if image_cfg_scale = 1 2023-02-03 19:46:13 -05:00
sd_samplers.py split samplers into one more files for k-diffusion 2023-01-30 10:11:30 +03:00
sd_vae_approx.py
sd_vae.py
shared_items.py
shared.py Adding default true to use_original_name_batch as images should by default hold the same name to help keep sequenced images in their correct order 2023-01-30 21:46:52 -05:00
styles.py
sub_quadratic_attention.py
timer.py
txt2img.py make it so that setting options in pasted infotext (like Clip Skip and ENSD) do not get applied directly and instead are added as temporary overrides 2023-01-30 00:25:30 +03:00
ui_common.py make it so that setting options in pasted infotext (like Clip Skip and ENSD) do not get applied directly and instead are added as temporary overrides 2023-01-30 00:25:30 +03:00
ui_components.py
ui_extensions.py
ui_extra_networks_checkpoints.py make it possible to search checkpoint by its hash 2023-01-30 01:41:23 +03:00
ui_extra_networks_hypernets.py support for searching subdirectory names for extra networks 2023-01-29 10:20:19 +03:00
ui_extra_networks_textual_inversion.py support for searching subdirectory names for extra networks 2023-01-29 10:20:19 +03:00
ui_extra_networks.py add buttons for auto-search in subdirectories for extra tabs 2023-01-29 11:34:58 +03:00
ui_postprocessing.py
ui_tempdir.py
ui.py Image CFG Added (Full Implementation) 2023-02-03 18:19:56 -05:00
upscaler.py
xlmr.py