You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AUTOMATIC1111 c7daba71de
Merge pull request #8669 from Vespinian/fix-api-running-unwanted_scripts
Fix for API running unwanted alwayson scripts
3 years ago
..
api Merge pull request #8669 from Vespinian/fix-api-running-unwanted_scripts 3 years ago
codeformer fix F541 f-string without any placeholders 3 years ago
hypernetworks Merge branch 'master' into weighted-learning 3 years ago
models/diffusion add pbar to unipc 3 years ago
textual_inversion remove changes in textual_inversion.py 3 years ago
call_queue.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 3 years ago
cmd_args.py remove -y, bring back -f 3 years ago
codeformer_model.py Filter out temporary files that will be generated if the download fails. 3 years ago
deepbooru.py added an option to filter out deepbooru tags 3 years ago
deepbooru_model.py Add option for float32 sampling with float16 UNet 3 years ago
devices.py Update devices.py 3 years ago
errors.py better support for xformers flash attention on older versions of torch 3 years ago
esrgan_model.py Revert "MPS Upscalers Fix" 3 years ago
esrgan_model_arch.py add missing import 3 years ago
extensions.py add missing extensions_dir, extensions_builtin_dir to extensions.py 3 years ago
extra_networks.py extra networks UI 3 years ago
extra_networks_hypernet.py add dropdowns in settings for hypernets and loras 3 years ago
extras.py Merge pull request #7240 from Unstackd/master 3 years ago
face_restoration.py codeformer support 3 years ago
generation_parameters_copypaste.py bump gradio to 3.23 3 years ago
gfpgan_model.py add data-dir flag and set all user data directories based on it 3 years ago
hashes.py add --no-hashing 3 years ago
images.py for img2img, use None as upscaler instead of erroring out if the desired upscaler is not found 3 years ago
img2img.py convert rgba to rgb 3 years ago
import_hook.py add a comment for disable xformers hack 3 years ago
interrogate.py add data-dir flag and set all user data directories based on it 3 years ago
localization.py add ability to create extensions that add localizations 3 years ago
lowvram.py unload depth model if medvram/lowvram enabled 3 years ago
mac_specific.py Add workaround for MPS layer_norm on PyTorch 2.0 3 years ago
masking.py Fix non-square full resolution inpainting. 3 years ago
memmon.py attempt to fix memory monitor with multiple CUDA devices 3 years ago
modelloader.py Move `load_file_from_url` 3 years ago
ngrok.py Correct singleton comparisons 3 years ago
paths.py split commandline args into its own file 3 years ago
paths_internal.py split commandline args into its own file 3 years ago
postprocessing.py a possible fix for broken image upscaling 3 years ago
processing.py Expose inpainting mask and composite 3 years ago
progress.py add progress bar to modelmerger 3 years ago
prompt_parser.py add BREAK keyword to end current text chunk and start the next 3 years ago
realesrgan_model.py Refactor conditional casting, fix upscalers 3 years ago
safe.py Merge pull request #5992 from yuvalabou/F541 3 years ago
script_callbacks.py rename CFGDenoiserParams fields for #8064 3 years ago
script_loading.py use python importlib to load and execute extension modules 3 years ago
scripts.py Fix padding on accordion/dropdown list elements 3 years ago
scripts_auto_postprocessing.py add an option to enable sections from extras tab in txt2img/img2img 3 years ago
scripts_postprocessing.py initial gradio 3.22 support 3 years ago
sd_disable_initialization.py make it possible to load SD1 checkpoints without CLIP 3 years ago
sd_hijack.py sdp_attnblock_forward hijack 3 years ago
sd_hijack_checkpoint.py add option to show/hide warnings 3 years ago
sd_hijack_clip.py add BREAK keyword to end current text chunk and start the next 3 years ago
sd_hijack_clip_old.py CLIP hijack rework 3 years ago
sd_hijack_inpainting.py add missing import 3 years ago
sd_hijack_ip2p.py fix broken calls to find_checkpoint_config 3 years ago
sd_hijack_open_clip.py Add support Stable Diffusion 2.0 3 years ago
sd_hijack_optimizations.py Update sd_hijack_optimizations.py 3 years ago
sd_hijack_unet.py Update sd_hijack_unet.py 3 years ago
sd_hijack_utils.py Fix full previews, --no-half-vae 3 years ago
sd_hijack_xlmr.py alt-diffusion integration 3 years ago
sd_models.py Merge pull request #8780 from Brawlence/master 3 years ago
sd_models_config.py automatically detect v-parameterization for SD2 checkpoints 3 years ago
sd_samplers.py UniPC does not support img2img (for now) 3 years ago
sd_samplers_common.py Refactor Mac specific code to a separate file 3 years ago
sd_samplers_compvis.py add UniPC options to infotext 3 years ago
sd_samplers_kdiffusion.py rename CFGDenoiserParams fields for #8064 3 years ago
sd_vae.py add data-dir flag and set all user data directories based on it 3 years ago
sd_vae_approx.py modules/sd_vae_approx.py: fix VAE-approx path 3 years ago
shared.py Merge pull request #8525 from bluelovers/pr/sort-001 3 years ago
shared_items.py remove unneeded return from #7583 3 years ago
styles.py change style dropdowns to multiselect 3 years ago
sub_quadratic_attention.py Add UI setting for upcasting attention to float32 3 years ago
timer.py display correct timings after restarting UI 3 years ago
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 3 years ago
ui.py Merge pull request #8780 from Brawlence/master 3 years ago
ui_common.py update overflow-wrap: break-word; for gradio 3.23 3 years ago
ui_components.py initial gradio 3.22 support 3 years ago
ui_extensions.py Merge branch 'master' into master 3 years ago
ui_extra_networks.py Merge pull request #8944 from SirFrags/extra_save_geninfo 3 years ago
ui_extra_networks_checkpoints.py save previews for extra networks in the selected format 3 years ago
ui_extra_networks_hypernets.py save previews for extra networks in the selected format 3 years ago
ui_extra_networks_textual_inversion.py save previews for extra networks in the selected format 3 years ago
ui_postprocessing.py rework extras tab to use script system 3 years ago
ui_tempdir.py add support for running with gradio 3.9 installed 3 years ago
upscaler.py add data-dir flag and set all user data directories based on it 3 years ago
xlmr.py fix bugs 3 years ago