stable-diffusion-webui/modules
2023-01-18 23:20:23 +03:00
..
api change hash to sha256 2023-01-14 09:56:59 +03:00
codeformer fix F541 f-string without any placeholders 2022-12-24 21:35:29 +02:00
hypernetworks
textual_inversion add option to show/hide warnings 2023-01-18 23:04:24 +03:00
artists.py added random artist button 2022-09-05 23:08:06 +03:00
call_queue.py
codeformer_model.py
deepbooru_model.py moved deepdanbooru to pure pytorch implementation 2022-11-20 16:39:20 +03:00
deepbooru.py
devices.py
errors.py
esrgan_model_arch.py update ESRGAN architecture and model to support all ESRGAN models in the DB, BSRGAN and real-ESRGAN models 2022-10-09 13:07:50 +02:00
esrgan_model.py Revert "MPS Upscalers Fix" 2022-11-17 00:08:21 -05:00
extensions.py
extras.py Exclude clip index from merge 2023-01-14 20:09:32 +09:00
face_restoration.py codeformer support 2022-09-07 12:32:28 +03:00
generation_parameters_copypaste.py fix an error that happens when you send an empty image from txt2img to img2img 2023-01-15 23:23:24 +03:00
gfpgan_model.py
hashes.py
images.py
img2img.py
import_hook.py add a comment for disable xformers hack 2022-12-24 07:57:56 +03:00
interrogate.py
localization.py add ability to create extensions that add localizations 2022-11-06 09:02:35 +03:00
lowvram.py
masking.py Fix non-square full resolution inpainting. 2022-10-30 15:33:02 -07:00
memmon.py add additional memory states 2022-12-30 19:36:36 -05:00
modelloader.py
ngrok.py Correct singleton comparisons 2022-12-14 20:59:33 +02:00
paths.py
processing.py use DDIM in hires fix is the sampler is PLMS 2023-01-18 23:20:23 +03:00
progress.py big rework of progressbar/preview system to allow multiple users to prompts at the same time and do not get previews of each other 2023-01-15 18:51:04 +03:00
prompt_parser.py add BREAK keyword to end current text chunk and start the next 2023-01-15 22:29:53 +03:00
realesrgan_model.py
safe.py
script_callbacks.py
script_loading.py
scripts.py
sd_disable_initialization.py
sd_hijack_checkpoint.py
sd_hijack_clip_old.py
sd_hijack_clip.py add BREAK keyword to end current text chunk and start the next 2023-01-15 22:29:53 +03:00
sd_hijack_inpainting.py
sd_hijack_open_clip.py
sd_hijack_optimizations.py
sd_hijack_unet.py
sd_hijack_xlmr.py
sd_hijack.py
sd_models.py fix bug with "Ignore selected VAE for..." option completely disabling VAE election 2023-01-14 19:56:09 +03:00
sd_samplers.py
sd_vae_approx.py
sd_vae.py
shared.py
styles.py
sub_quadratic_attention.py
txt2img.py bump gradio to 3.16.2 2023-01-18 13:59:45 +03:00
ui_components.py change color selector in settings to be part of form 2023-01-10 23:47:07 +03:00
ui_extensions.py sort extensions by date and add an option to sort by other columns 2023-01-06 12:32:44 +03:00
ui_tempdir.py
ui.py Merge pull request #6895 from mezotaken/interrogate-all-tabs 2023-01-18 23:07:41 +03:00
upscaler.py
xlmr.py