stable-diffusion-webui/modules
2023-02-15 10:03:59 +01:00
..
api
codeformer
hypernetworks Add ability to choose using weighted loss or not 2023-02-15 10:03:59 +01:00
models/diffusion
textual_inversion Add ability to choose using weighted loss or not 2023-02-15 10:03:59 +01:00
call_queue.py
codeformer_model.py
deepbooru_model.py
deepbooru.py
devices.py
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 adds grid margins to xyz plot and prompt matrix 2023-02-05 03:44:56 -05:00
img2img.py Image CFG Added (Full Implementation) 2023-02-03 18:19:56 -05:00
import_hook.py
interrogate.py
localization.py add ability to create extensions that add localizations 2022-11-06 09:02:35 +03:00
lowvram.py unload depth model if medvram/lowvram enabled 2022-12-10 11:02:47 -05:00
mac_specific.py
masking.py
memmon.py
modelloader.py Update modelloader.py 2023-02-04 16:52:15 +01:00
ngrok.py
paths.py
postprocessing.py
processing.py
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
sd_disable_initialization.py make it possible to load SD1 checkpoints without CLIP 2023-02-05 11:21:00 +03:00
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 Add support Stable Diffusion 2.0 2022-11-26 16:10:46 +03:00
sd_hijack_optimizations.py
sd_hijack_unet.py
sd_hijack_utils.py
sd_hijack_xlmr.py
sd_hijack.py Hijack to add weighted_forward to model: return loss * weight map 2023-02-15 10:03:59 +01:00
sd_models_config.py
sd_models.py make it possible to load SD1 checkpoints without CLIP 2023-02-05 11:21:00 +03:00
sd_samplers_common.py
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
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 remove the need to place configs near models 2023-01-27 11:28:12 +03:00
shared.py
styles.py
sub_quadratic_attention.py
timer.py
txt2img.py
ui_common.py
ui_components.py
ui_extensions.py
ui_extra_networks_checkpoints.py
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
ui_extra_networks.py fix symlinks in extra networks ui 2023-02-04 09:10:00 -08:00
ui_postprocessing.py rework extras tab to use script system 2023-01-23 09:24:43 +03:00
ui_tempdir.py
ui.py Add ability to choose using weighted loss or not 2023-02-15 10:03:59 +01:00
upscaler.py
xlmr.py