w-e-w cdb88d798d disable img preprocess for extra submit 1 year ago
..
api daae17851a Merge pull request #15560 from AUTOMATIC1111/api-downscale 1 year ago
hypernetworks 9bcfb92a00 rename logging from textual inversion to not confuse it with global logging module 1 year ago
models e3fa46f26f Fix various typos with crate-ci/typos 1 year ago
processing_scripts 9aa9e980a9 support scheduler selection in hires fix 1 year ago
textual_inversion 9bcfb92a00 rename logging from textual inversion to not confuse it with global logging module 1 year ago
Roboto-Regular.ttf 1332c46b71 Drop fonts + font-roboto deps since we only use the single regular cut of Roboto 2 years ago
cache.py df4da02ab0 Tweak diskcache limits 1 year ago
call_queue.py e3fa46f26f Fix various typos with crate-ci/typos 1 year ago
cmd_args.py c50b7e4eff Add '--no-prompt-history' cmd args for disable last generation prompt history 1 year ago
codeformer_model.py ea83180761 fix CodeFormer weight 1 year ago
config_states.py 663fb87976 Config states time ISO in system time zone 1 year ago
dat_model.py 2e7efe47b6 Minor cleanup 1 year ago
deepbooru.py 028d3f6425 ruff auto fixes 2 years ago
deepbooru_model.py 84d9ce30cb Add option for float32 sampling with float16 UNet 2 years ago
devices.py e3fa46f26f Fix various typos with crate-ci/typos 1 year ago
errors.py 7745db6fc0 torch 2.1.2 1 year ago
esrgan_model.py 4ad0c0c0a8 Verify architecture for loaded Spandrel models 1 year ago
extensions.py c4664b5a9c fix for listing wrong requirements for extensions 1 year ago
extra_networks.py e3fa46f26f Fix various typos with crate-ci/typos 1 year ago
extra_networks_hypernet.py 51864790fd Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressions 2 years ago
extras.py 07be13caa3 add metadata to checkpoint merger 2 years ago
face_restoration.py 6a9b33c848 codeformer support 2 years ago
face_restoration_utils.py c9174253fb Drop dependency on basicsr 1 year ago
fifo_lock.py 71a0f6ef85 feat: replace threading.Lock() to FIFOLock 2 years ago
gfpgan_model.py 777af661a2 Be more clear about Spandrel model nomenclature 1 year ago
gitpython_hack.py b6c1a1bbbf Fix some deprecated types 2 years ago
gradio_extensons.py b30cc87b78 add Block component creation callback 1 year ago
hashes.py 6ee4012c0a Gracefully handle mtime read exception from cache 1 year ago
hat_model.py 4ad0c0c0a8 Verify architecture for loaded Spandrel models 1 year ago
images.py 3810413c00 Merge pull request #15581 from AUTOMATIC1111/FilenameGenerator-sampler-scheduler 1 year ago
img2img.py dfbdb5a135 put request: gr.Request at start of img2img function similar to txt2img 1 year ago
import_hook.py d92ce145bb Add import_hook hack to work around basicsr incompatibility 1 year ago
infotext_utils.py ef83f6831f catch exception for all paste_fields callable 1 year ago
infotext_versions.py 38a7dc5488 v180_hr_styles actual version number 1 year ago
initialize.py 65075896f2 Merge pull request #15310 from Dalton-Murray/update-pytorch-lightning-utilities 1 year ago
initialize_util.py 5c5594ff16 linter 1 year ago
interrogate.py 486aeda3a7 fix CLIP Interrogator topN regex 1 year ago
launch_utils.py 6044a9723a Merge pull request #15059 from Dalton-Murray/direct-binary-release-link 1 year ago
localization.py 413123f08a Update localization.py 1 year ago
logging_config.py 0011640ab1 Logging: set formatter correctly for fallback logger too 1 year ago
lowvram.py 016554e437 add --medvram-sdxl 2 years ago
mac_specific.py e3fa46f26f Fix various typos with crate-ci/typos 1 year ago
masking.py 821adc3041 fix get_crop_region_v2 1 year ago
memmon.py a00cd8b9c1 attempt to fix memory monitor with multiple CUDA devices 2 years ago
modelloader.py e3fa46f26f Fix various typos with crate-ci/typos 1 year ago
ngrok.py 182330ae40 Merge branch 'dev' into ngrok-py 2 years ago
npu_specific.py cc3f604310 Update 1 year ago
options.py 3e0146f9bd restore the lost Uncategorized options section 1 year ago
patches.py f01682ee01 store patches for Lora in a specialized module 2 years ago
paths.py b0f5934234 Use Spandrel for upscaling and face restoration architectures (aside from GFPGAN and LDSR) 1 year ago
paths_internal.py e9d4da7b56 restore outputs path 1 year ago
postprocessing.py d66fa38804 run_postprocessing: allow base64 image as input 1 year ago
processing.py 6c7c176dc9 fix mistake in #15583 1 year ago
progress.py 86b3aa94e2 rename pending tasks api endpoint to be more in line with others 1 year ago
prompt_parser.py 73c74baa6a Merge pull request #13797 from Meerkov/master 1 year ago
realesrgan_model.py 2cacbc124c load_spandrel_model: make `half` `prefer_half` 1 year ago
restart.py ad3b8a1c41 alternative solution to #13434 1 year ago
rng.py e3fa46f26f Fix various typos with crate-ci/typos 1 year ago
rng_philox.py 0904df84e2 minor performance improvements for philox 2 years ago
safe.py 05933840f0 rename print_error to report, use it with together with package name 2 years ago
script_callbacks.py bba306d414 fix: remove callbacks properly in remove_callbacks_for_function() 1 year ago
script_loading.py 61f6479ea9 restore 1.8.0-style naming of scripts 1 year ago
scripts.py 600f339c4c Warning when Script is not found 1 year ago
scripts_auto_postprocessing.py 028d3f6425 ruff auto fixes 2 years ago
scripts_postprocessing.py f1a6c5fe17 add an option to hide postprocessing options in Extras tab 1 year ago
sd_disable_initialization.py 895456c4a2 change state dict comparison to ref compare 1 year ago
sd_emphasis.py e3fa46f26f Fix various typos with crate-ci/typos 1 year ago
sd_hijack.py ac02216e54 alternate implementation for unet forward replacement that does not depend on hijack being applied 1 year ago
sd_hijack_checkpoint.py 924e222004 add option to show/hide warnings 2 years ago
sd_hijack_clip.py eee46a5094 Merge pull request #14981 from wangshuai09/gpu_info_for_ascend 1 year ago
sd_hijack_clip_old.py e2b19900ec add infotext entry for emphasis; put emphasis into a separate file, add an option to parse but still ignore emphasis 1 year ago
sd_hijack_ip2p.py f741a98bac imports cleanup for ruff 2 years ago
sd_hijack_open_clip.py 2c11e9009e repair --medvram for SD2.x too after SDXL update 2 years ago
sd_hijack_optimizations.py 87dd685224 Make sub-quadratic the default for MPS 2 years ago
sd_hijack_unet.py f0e2098f1a Add support for `--upcast-sampling` with SD XL 2 years ago
sd_hijack_utils.py ec9acb3145 Handle CondFunc exception when resolving attributes 1 year ago
sd_hijack_xlmr.py f741a98bac imports cleanup for ruff 2 years ago
sd_models.py acb20338b1 put HF_ENDPOINT into shared for #15443 1 year ago
sd_models_config.py 9feb034e34 support for sdxl-inpaint model 1 year ago
sd_models_types.py 80d639a440 linter 1 year ago
sd_models_xl.py 0dc179ee72 Avoid error from None 1 year ago
sd_samplers.py 9aa9e980a9 support scheduler selection in hires fix 1 year ago
sd_samplers_cfg_denoiser.py 09d2e58811 Pass sigma to apply_refiner 1 year ago
sd_samplers_common.py 45b8a499a7 fix wrong condition 1 year ago
sd_samplers_compvis.py 54c3e5c913 Merge branch 'dev' into refiner 2 years ago
sd_samplers_extra.py 066afda2f6 Simplify restart_sampler (suggested by ruff) 1 year ago
sd_samplers_kdiffusion.py 9aa9e980a9 support scheduler selection in hires fix 1 year ago
sd_samplers_lcm.py 8e292373ec lcm sampler 1 year ago
sd_samplers_timesteps.py 757dda9ade Add Pad conds v0 option 1 year ago
sd_samplers_timesteps_impl.py 87cd07b3af Fix fp64 1 year ago
sd_schedulers.py 31306ce672 change the behavior of discard_next_to_last_sigma for sgm_uniform to match other schedulers 1 year ago
sd_unet.py ac02216e54 alternate implementation for unet forward replacement that does not depend on hijack being applied 1 year ago
sd_vae.py a183de04e3 Execute model_loaded_callback after moving to target device 1 year ago
sd_vae_approx.py 75336dfc84 add TAESD for i2i and t2i 2 years ago
sd_vae_taesd.py 75336dfc84 add TAESD for i2i and t2i 2 years ago
shared.py acb20338b1 put HF_ENDPOINT into shared for #15443 1 year ago
shared_cmd_options.py 18e3e6d6ab consolidate local check 2 years ago
shared_gradio_themes.py 0c5427960b make modal toolbar and icon opacity adjustable 1 year ago
shared_init.py 209c26a1cb improve efficiency and support more device 1 year ago
shared_items.py 7e5e67330b add UI for reordering callbacks 1 year ago
shared_options.py 592e40ebe9 update restricted_opts 1 year ago
shared_state.py 92d77e3fa8 Merge pull request #15102 from light-and-ray/fix_jpeg_live_preview 1 year ago
shared_total_tqdm.py 386245a264 split shared.py into multiple files; should resolve all circular reference import errors related to shared.py 2 years ago
styles.py c40f33ca04 PEP 604 annotations 1 year ago
sub_quadratic_attention.py b6c1a1bbbf Fix some deprecated types 2 years ago
sysinfo.py 2f98a35fc4 add assets repo; serve fonts locally rather than from google's servers 1 year ago
timer.py a8d4213317 add --log-startup option to print detailed startup progress 2 years ago
torch_utils.py 5768afc776 Add utility to inspect a model's parameters (to get dtype/device) 1 year ago
txt2img.py 9aa9e980a9 support scheduler selection in hires fix 1 year ago
ui.py 4e2bb7250f fix_ui_config_for_hires_sampler_and_scheduler 1 year ago
ui_checkpoint_merger.py 362789a379 gradio 3.39 2 years ago
ui_common.py a05d89b1e5 Merge branch 'dev' into open_folder-as-util 1 year ago
ui_components.py e3fa46f26f Fix various typos with crate-ci/typos 1 year ago
ui_extensions.py d9708c92b4 fix limited file write (thanks, Sylwia) 1 year ago
ui_extra_networks.py b0b90dc0d7 Merge pull request #15319 from catboxanon/feat/ssmd_cover_images 1 year ago
ui_extra_networks_checkpoints.py 5084b39ea5 fix checkpoint selection not working for #14588 1 year ago
ui_extra_networks_checkpoints_user_metadata.py c96e4750d8 SD VAE rework 2 2 years ago
ui_extra_networks_hypernets.py 0726a6e12e Finish base layout. Fix bugs. Need to test for stability and clean up. 1 year ago
ui_extra_networks_textual_inversion.py 0726a6e12e Finish base layout. Fix bugs. Need to test for stability and clean up. 1 year ago
ui_extra_networks_user_metadata.py 9fd0cd6a80 update preview on Replace Preview 1 year ago
ui_gradio_extensions.py d9034b48a5 Avoid unnecessary `isfile`/`exists` calls 1 year ago
ui_loadsave.py cc8ea32501 fix ui-config for InputAccordion 1 year ago
ui_postprocessing.py cdb88d798d disable img preprocess for extra submit 1 year ago
ui_prompt_styles.py e3fa46f26f Fix various typos with crate-ci/typos 1 year ago
ui_settings.py 7e5e67330b add UI for reordering callbacks 1 year ago
ui_tempdir.py 3a99824638 register_tmp_file also with mtime 1 year ago
ui_toprow.py 1466daeafc Disable prompt token counters option actually disables token counting rather than just hiding results. 1 year ago
upscaler.py 9d4fdc45d3 fix x1 upscalers 1 year ago
upscaler_utils.py c321680b3d interrupt upscale 1 year ago
util.py d36b732f55 util decode_base64_to_image 1 year ago
xlmr.py a70dfb64a8 change import statements for #14478 1 year ago
xlmr_m18.py a70dfb64a8 change import statements for #14478 1 year ago
xpu_specific.py 818d6a11e7 Fix format 1 year ago