Skip to content

Releases: ZhianLin/stable-diffusion-webui

1.9.3(2024.04.22)

13 May 02:16
Compare
Choose a tag to compare

Full Changelog: 1.7.0(2023.12.16)...1.9.3(2024.04.22)

  • Merge branch 'dev'
  • update changelog
  • Merge pull request AUTOMATIC1111#15594 from AUTOMATIC1111/fix-get_crop_region_v2
  • fix get_crop_region_v2
  • Merge branch 'dev'
  • changelog
  • Merge pull request AUTOMATIC1111#15591 from AUTOMATIC1111/restore-1.8.0-style-naming-of-scripts
  • restore 1.8.0-style naming of scripts
  • restore 1.8.0-style naming of scripts
  • update changelog
  • Merge pull request AUTOMATIC1111#15587 from AUTOMATIC1111/fix-mistake-in-#15583
  • fix mistake in AUTOMATIC1111#15583
  • undo adding scripts to sys.modules
  • Merge pull request AUTOMATIC1111#15583 from AUTOMATIC1111/get_crop_region_v2
  • get_crop_region_v2
  • Merge pull request AUTOMATIC1111#15531 from thatfuckingbird/fix-mistyped-function-name
  • fix typo in function call (eror -> error)
  • Merge pull request AUTOMATIC1111#15532 from huchenlei/fix_module
  • nit
  • Fix cls.module
  • rename logging from textual inversion to not confuse it with global logging module
  • Merge pull request AUTOMATIC1111#15547 from AUTOMATIC1111/numpy-DeprecationWarning-product---prod
  • numpy DeprecationWarning product -> prod
  • Merge pull request AUTOMATIC1111#15555 from light-and-ray/fix_x1_upscalers
  • fix x1 upscalers
  • Merge pull request AUTOMATIC1111#15560 from AUTOMATIC1111/api-downscale
  • Remove API upscaling factor limits
  • Merge pull request AUTOMATIC1111#15544 from cabelo/master
  • Compatibility with Debian 11, Fedora 34+ and openSUSE 15.4+
  • Merge pull request AUTOMATIC1111#15561 from speculativemoonstone/fix-launch-git-directories
  • Allow webui.sh to be runnable from directories containing a .git file
  • add more info to the error message for AUTOMATIC1111#15567
  • Merge pull request AUTOMATIC1111#15567 from AUTOMATIC1111/no-image-data-blocks-debug
  • Hide 'No Image data blocks found.' message
  • Merge pull request AUTOMATIC1111#15533 from travisg/callback-fix
  • fix: remove callbacks properly in remove_callbacks_for_function()
  • Merge pull request AUTOMATIC1111#15534 from storyicon/fix-masking
  • feat:compatible with inconsistent/empty mask
  • fix: images do not match
  • fix: Coordinate 'right' is less than 'left'
  • Merge pull request AUTOMATIC1111#15581 from AUTOMATIC1111/FilenameGenerator-sampler-scheduler
  • FilenameGenerator Sampler Scheduler
  • Merge pull request AUTOMATIC1111#15577 from AUTOMATIC1111/api-get-schedulers
  • Add schedulers API endpoint
  • Merge pull request AUTOMATIC1111#15582 from kaanyalova/avif-support
  • Add avif support
  • Merge branch 'master' into dev
  • Merge branch 'release_candidate'
  • update changelog
  • Merge pull request AUTOMATIC1111#15492 from w-e-w/update-restricted_opts
  • Merge pull request AUTOMATIC1111#15470 from AUTOMATIC1111/read-infotext-Script-not-found
  • Merge pull request AUTOMATIC1111#15460 from AUTOMATIC1111/create_infotext-index-and-callable
  • Merge pull request AUTOMATIC1111#15465 from jordenyt/fix-extras-api-upscale-enabled
  • fix limited file write (thanks, Sylwia)
  • Merge pull request AUTOMATIC1111#15492 from w-e-w/update-restricted_opts
  • update restricted_opts
  • Merge pull request AUTOMATIC1111#15470 from AUTOMATIC1111/read-infotext-Script-not-found
  • catch exception for all paste_fields callable
  • Warning when Script is not found
  • Merge pull request AUTOMATIC1111#15460 from AUTOMATIC1111/create_infotext-index-and-callable
  • add documentation for create_infotext
  • non-serializable as None
  • re-work extra_generation_params for Hires prompt
  • allow list or callables in generation_params
  • if use use_main_prompt index = 0
  • Merge pull request AUTOMATIC1111#15465 from jordenyt/fix-extras-api-upscale-enabled
  • Fix extra-single-image API not doing upscale failed
  • fix limited file write (thanks, Sylwia)
  • 1.9.0 changelog
  • Merge pull request AUTOMATIC1111#15446 from AUTOMATIC1111/re-add-update_file_entry
  • re-add update_file_entry
  • use 'scripts.' prefix for names of dynamically loaded modules
  • Merge pull request AUTOMATIC1111#15423 from storyicon/master
  • feat: ensure the indexability of dynamically imported packages
  • Merge pull request AUTOMATIC1111#15442 from AUTOMATIC1111/open_folder-as-util
  • open_folder docstring
  • Merge branch 'dev' into open_folder-as-util
  • open_folder as util
  • put HF_ENDPOINT into shared for AUTOMATIC1111#15443
  • Merge pull request AUTOMATIC1111#15443 from Satariall/add-hf_endpoint-variable
  • Use HF_ENDPOINT variable for HuggingFace domain with default
  • fix API upscale
  • Merge pull request AUTOMATIC1111#15428 from v0xie/fix/remove-callbacks
  • fix: remove script callbacks in ordered_callbacks_map
  • Merge pull request AUTOMATIC1111#15425 from light-and-ray/fix_upscaler_2_images_do_not_match
  • fix upscaler 2 images do not match
  • Merge pull request AUTOMATIC1111#15417 from light-and-ray/fix_upscaler_2
  • fix upscaler 2
  • Merge pull request AUTOMATIC1111#15415 from light-and-ray/fix_dcd4f880a86e500ec88ddf7eafe65894a24b85a3
  • fix dcd4f88
  • Merge pull request AUTOMATIC1111#15414 from DrBiggusDickus/dev2
  • fix CodeFormer weight
  • add an option to hide postprocessing options in Extras tab
  • resize Max side length field
  • rework code/UI for AUTOMATIC1111#15293
  • Merge pull request AUTOMATIC1111#15293 from light-and-ray/extras_upscaler_limit_target_resolution
  • update tooltip
  • add .needs_reload_ui()
  • hide limit target resolution under option
  • maybe fix tests
  • Extras upscaler: option limit target resolution
  • Merge pull request AUTOMATIC1111#15350 from baseco/memory-bug-fix
  • minor bug fix of sd model memory management
  • Merge pull request AUTOMATIC1111#15382 from huaizong/fix/whz/model-loaded-remove-v3
  • fix: when find already_loaded model, remove loaded by array index
  • Merge pull request AUTOMATIC1111#15380 from light-and-ray/interrupt_upscale
  • interrupt upscale
  • Merge pull request AUTOMATIC1111#15386 from eltociear/patch-3
  • fix typo in call_queue.py
  • restore the line lost in the merge
  • Merge pull request AUTOMATIC1111#15390 from ochen1/patch-1
  • Merge branch 'dev' into patch-1
  • Merge pull request AUTOMATIC1111#15394 from light-and-ray/fix_ui_config_for_hires_sampler_and_scheduler
  • fix_ui_config_for_hires_sampler_and_scheduler
  • put request: gr.Request at start of img2img function similar to txt2img
  • Merge pull request AUTOMATIC1111#15319 from catboxanon/feat/ssmd_cover_images
  • Support ssmd_cover_images
  • support scheduler selection in hires fix
  • Merge pull request AUTOMATIC1111#15343 from light-and-ray/escape_brackets_in_lora_random_prompt
  • escape brackets in lora random prompt generator
  • Merge pull request AUTOMATIC1111#15354 from akx/xyz-script-size
  • Add Size as an XYZ Grid option
  • Merge pull request AUTOMATIC1111#15333 from AUTOMATIC1111/scheduler_selection
  • Merge pull request AUTOMATIC1111#15361 from kaalibro/fix/scheduler_selection
  • Fix for AUTOMATIC1111#15333
  • change the behavior of discard_next_to_last_sigma for sgm_uniform to match other schedulers
  • do not add 'Automatic' to infotext
  • add Uniform scheduler
  • scheduler selection in main UI
  • make AUTOMATIC1111#15334 work without making copies of images
  • Merge pull request AUTOMATIC1111#15334 from Gourieff/extras--allow-png-rgba--dev
  • Merge remote-tracking branch 'upstream/dev' into extras--allow-png-rgba--dev
  • FIX: No specific type for 'image' arg
  • FIX: initial_pp RGBA right way
  • FIX: Allow PNG-RGBA for Extras Tab
  • Merge pull request AUTOMATIC1111#15310 from Dalton-Murray/update-pytorch-lightning-utilities
  • Re-add import but after if check
  • Cleanup ddpm_edit.py
  • Cleanup sd_hijack_ddpm_v1.py
  • Remove unnecessary import
  • Update initialize_util.py
  • Include running pytorch lightning check
  • Revert ddpm_edit.py
  • Revert sd_hijack_ddpm_v1.py
  • Formatting sd_hijack_ddpm_v1.py
  • Formatting ddpm_edit
  • Update sd_hijack_ddpm_v1.py
  • Update ddpm_edit.py
  • Update ddpm_edit.py
  • Update sd_hijack_ddpm_v1.py
  • Merge pull request AUTOMATIC1111#15331 from AUTOMATIC1111/extra-networks-buttons
  • Don't use quote_js on filename
  • Merge branch 'dev' into extra-networks-buttons
  • Merge pull request AUTOMATIC1111#15325 from AUTOMATIC1111/sgm_uniform
  • Implementation for sgm_uniform branch
  • use existing quote_js function for AUTOMATIC1111#15316
  • Merge pull request AUTOMATIC1111#15316 from AUTOMATIC1111/escape-filename
  • Escape btn_copy_path filename
  • Merge pull request AUTOMATIC1111#15307 from AUTOMATIC1111/restore-outputs-path
  • restore outputs path
  • fix for listing wrong requirements for extensions
  • Merge pull request AUTOMATIC1111#15299 from AUTOMATIC1111/diskcache-bett
  • Tweak diskcache limits
  • Merge pull request AUTOMATIC1111#15287 from AUTOMATIC1111/diskcache
  • use diskcache library for caching
  • change the default name for callback from None to "unnamed"
  • make reloading UI scripts optional when doing Reload UI, and off by default
  • change code for variant requirements in metadata.ini
  • update ruff to 0.3.3
  • Merge pull request AUTOMATIC1111#15290 from light-and-ray/allow_variants_for_extension_name_in_metadata.ini
  • allow variants for extension name in metadata.ini
  • Merge pull request AUTOMATIC1111#15288 from light-and-ray/allow_use_zoom.js_outside_webui_context
  • little fixes zoom.js
  • Merge pull request AUTOMATIC1111#15286 from light-and-ray/allow_use_zoom.js_outside_webui_context
  • allow use zoom.js outside webui context
  • linter for AUTOMATIC1111#15262
  • Merge pull request AUTOMATIC1111#15262 from catboxanon/feat/dragdrop-urls
  • dragdrop: add error handling for URLs
  • Download image client-side
  • Fix dragging to/from firefox
  • Support dragdrop for URLs
  • Merge pull request AUTOMATIC1111#15283 from AUTOMATIC1111/dora-weight-decompose
  • Merge branch 'dev' into dora-weight-decompose
  • fix for AUTOMATIC1111#15179
  • Merge pull request AUTOMATIC1111#15179 from llnancy/master
  • fix: resolve type annotation warnings
  • fix: fix syntax errors
  • prevent make alt key from opening main menu if it's used for brush size also
  • Merge pull request AUTOMATIC1111#15267 from light-and-ray/prevent_alt_menu_on_firefox
  • use e.key instead of e.code
  • check e.key in up event
  • fix linter and do not require reload page if option was changed
  • prevent defaults for alt only if mouse inside image
  • prevent alt menu for firefox
  • Merge pull request AUTOMATIC1111#15268 from light-and-ray/handle_0_wheel_deltaX
  • handle 0 wheel deltaX
  • Merge pull request AUTOMATIC1111#15276 from AUTOMATIC1111/v180_hr_styles-actual-version-number
  • v180_hr_styles actual version number
  • Merge pull request AUTOMATIC1111#15231 from light-and-ray/fix_ui-config_for_InputAccordion
  • fix ui-config for InputAccordion
  • Merge pull request AUTOMATIC1111#15205 from AUTOMATIC1111/callback_order
  • Merge branch 'dev' into callback_order
  • add support for specifying c...
Read more

1.7.0(2023.12.16)

25 Dec 02:43
Compare
Choose a tag to compare

1.7.0(2023.11.04)

04 Dec 03:24
Compare
Choose a tag to compare

1.6.0(2023-08-31)

21 Sep 02:09
Compare
Choose a tag to compare

1.5.2

24 Aug 06:38
Compare
Choose a tag to compare

Full Changelog: 2023.06.02...1.5.2

1.4.0(2023-06-27)

04 Jul 12:55
Compare
Choose a tag to compare
  • Merge branch 'release_candidate'

  • Merge pull request AUTOMATIC1111#11189 from daswer123/dev

  • Formatting code with Prettier

  • Reworked the disabling of functions, refactored part of the code

  • remove console.log

  • Improved error output, improved settings menu

  • Merge pull request AUTOMATIC1111#11136 from arch-fan/typo

  • fixed typos

  • Merge pull request AUTOMATIC1111#11199 from akx/makedirs

  • Use os.makedirs(..., exist_ok=True)

  • Merge pull request AUTOMATIC1111#11294 from zhtttylz/Fix_Typo_of_hints.js

  • Fix Typo of hints.js

  • Merge pull request AUTOMATIC1111#11408 from wfjsw/patch-1

  • Strip whitespaces from URL and dirname prior to extension installation

  • add missing infotext entry for the pad cond/uncond option

  • Merge branch 'dev' into release_candidate

  • add changelog for 1.4.0

  • linter

  • Merge pull request AUTOMATIC1111#11092 from AUTOMATIC1111/Generate-Forever-during-generation

  • Generate Forever during generation

  • Merge pull request AUTOMATIC1111#11087 from AUTOMATIC1111/persistent_conds_cache

  • persistent conds cache

  • Merge pull request AUTOMATIC1111#11123 from akx/dont-die-on-bad-symlink-lora

  • Don't die when a LoRA is a broken symlink

  • Merge pull request AUTOMATIC1111#10295 from Splendide-Imaginarius/mk2-blur-mask

  • Split Outpainting MK2 mask blur into X and Y components

  • Split mask blur into X and Y components

  • Merge pull request AUTOMATIC1111#11048 from DGdev91/force_python1_navi_renoir

  • Skip force pyton and pytorch ver if TORCH_COMMAND already set

  • Write "RX 5000 Series" instead of "Navi" in err

  • Check python version for Navi 1 only

  • Force python1 for Navi1 only, use python_cmd for python

  • Fix error in webui.sh

  • Forcing Torch Version to 1.13.1 for Navi and Renoir GPUs

  • Merge pull request AUTOMATIC1111#11058 from AUTOMATIC1111/api-wiki

  • link footer API to Wiki when API is not active

  • Merge pull request AUTOMATIC1111#11066 from aljungberg/patch-1

  • Fix upcast attention dtype error.

  • Merge pull request AUTOMATIC1111#11047 from AUTOMATIC1111/parse_generation_parameters_with_error

  • print error and continue

  • Merge pull request AUTOMATIC1111#11037 from AUTOMATIC1111/restart-autolaunch

  • SD_WEBUI_RESTARTING

  • restore old disable --autolaunch

  • rework-disable-autolaunch

  • Merge pull request AUTOMATIC1111#11031 from akx/zoom-and-pan-namespace

  • Zoom and Pan: simplify waitForOpts

  • Zoom and Pan: use for instead of forEach

  • Zoom and Pan: simplify getElements (it's not actually async)

  • Zoom and Pan: use elementIDs from closure scope

  • Zoom and Pan: move helpers into its namespace to avoid littering global scope

  • Merge pull request AUTOMATIC1111#11043 from akx/restart-envvar

  • Restart: only do restart if running via the wrapper script

  • revert the message to how it was

  • Merge pull request AUTOMATIC1111#10956 from akx/len

  • Simplify a bunch of len(x) > 0/len(x) == 0 style expressions

  • Merge branch 'master' into dev

1.3.2(2023.06.05)

11 Jun 08:32
Compare
Choose a tag to compare
  • Merge branch 'release_candidate'

  • Merge pull request AUTOMATIC1111#10780 from akx/image-emb-fonts

  • add changelog

  • Merge pull request AUTOMATIC1111#10905 from AUTOMATIC1111/fix-10896-pnginfo-parameters

  • bump gradio version to fix tmp filenames for images

  • Merge branch 'master' into release_candidate

2023.06.02

03 Jun 02:56
Compare
Choose a tag to compare

2023.05.02

02 May 12:35
Compare
Choose a tag to compare
  • fix an error that prevents running webui on torch<2.0 without --disable-safe-unpickle

  • update changelog

  • Merge branch 'release_candidate'

  • Merge pull request AUTOMATIC1111#9969 from AUTOMATIC1111/restore_progress_fix

  • restore_progress fix

  • make it impossible to press the restore progress button after pressing it once

  • Add a comment and partial fix for the issue when the inpaint UI is unresponsive after using it.

  • attempt to fix broken github CI

  • Merge pull request AUTOMATIC1111#9965 from AUTOMATIC1111/xyz_checkpoint_override

  • use override to apply checkpoint

  • Merge pull request AUTOMATIC1111#9958 from AUTOMATIC1111/model_override_enhancement

  • checkpoint override enhancement

  • Merge branch 'dev' into release_candidate

  • add changelog

  • Merge branch 'dev' into release_candidate

  • increase extra networks UI height to fit two rows of cards.

  • alternate restore progress button implementation

  • Revert "Merge pull request AUTOMATIC1111#7595 from siutin/feature/restore-progress"

  • Merge pull request AUTOMATIC1111#7595 from siutin/feature/restore-progress

  • Merge branch 'dev' into feature/restore-progress

  • Merge pull request AUTOMATIC1111#9907 from garrettsutula/master

  • Merge branch 'dev' into master

  • bump gradio to 3.28.1

  • do not fail all Loras if some have failed to load when making a picture

  • Merge pull request AUTOMATIC1111#9933 from w-e-w/dev

  • hints [batch_number] [generation_number]

  • hints [clip_skip]

  • Merge pull request AUTOMATIC1111#7632 from papuSpartan/gamepad

  • remove redundant load

  • modularize

  • enable gallery scrolling functionality for horizontal scroll and gamepads

  • Merge branch 'master' of github.com:AUTOMATIC1111/stable-diffusion-webui into gamepad

  • Merge branch 'master' of github.com:AUTOMATIC1111/stable-diffusion-webui into gamepad

  • Merge branch 'master' of github.com:AUTOMATIC1111/stable-diffusion-webui into gamepad

  • Merge branch 'master' of github.com:AUTOMATIC1111/stable-diffusion-webui into gamepad

  • Merge branch 'master' of github.com:AUTOMATIC1111/stable-diffusion-webui into gamepad

  • basic image next and prev control with joystick

  • Merge branch 'master' of github.com:AUTOMATIC1111/stable-diffusion-webui

  • Merge branch 'master' of github.com:AUTOMATIC1111/stable-diffusion-webui

  • Merge branch 'master' of github.com:AUTOMATIC1111/stable-diffusion-webui

  • Merge branch 'master' of github.com:AUTOMATIC1111/stable-diffusion-webui

  • change gradio callback from change to release in a bunch of places now that it's fixed in gradio

  • remove unwanted changes from AUTOMATIC1111#8789

  • Merge pull request AUTOMATIC1111#8789 from Rucadi/master

  • Update script_callbacks.py

  • Merge branch 'master' of https://github.com/Rucadi/stable-diffusion-webui-polling

  • Add a callback called before reloading the server

  • Add polling callback

  • Add a callback called before reloading the server

  • Add polling callback

  • Merge pull request AUTOMATIC1111#8924 from kurilee/master

  • Merge branch 'AUTOMATIC1111:master' into master

  • Add option "keep original size" to textual inversion images preprocess

  • Merge pull request AUTOMATIC1111#9108 from AUTOMATIC1111/img2img-scale-by

  • Update modules/ui.py

  • add "resize by" and "resize to" tabs to img2img

  • Merge pull request AUTOMATIC1111#8999 from Reibies/patch-1

  • Update style.css

  • Update style.css

  • Changed: extra network height css

  • Remove NVidia URL for OSX torch installation on OSX.

  • revert some questionable changes from AUTOMATIC1111#9159

  • Merge pull request AUTOMATIC1111#9159 from space-nuko/ui-config-tabs

  • Merge branch 'dev' into ui-config-tabs

  • Merge pull request AUTOMATIC1111#9165 from Ming424/update-readme

  • Update launch.py

  • Update README.md

  • Update README.md

  • Merge pull request AUTOMATIC1111#9258 from wywywywy/bug-outpainting-mk2-file-format

  • bug: poorman use sample file format not grid

  • bug: outpaint-mk2 use sample file format not grid

  • Merge pull request AUTOMATIC1111#9169 from space-nuko/extension-settings-backup

  • Merge branch 'dev' into extension-settings-backup

  • Merge pull request AUTOMATIC1111#8563 from ParityError/master

  • Merge branch 'dev' into master

  • Merge pull request AUTOMATIC1111#9312 from space-nuko/save-merge-recipe

  • Namespace metadata fields

  • Calculate shorthash on merge if not exist

  • Add field for model merge type

  • Embed model merge metadata in .safetensors file

  • Merge pull request AUTOMATIC1111#9315 from GeorgLegato/get_uiCurrentTab_Gr3.23_wrong

  • Update script.js

  • use parsed commandline args for --skip-install

  • Merge pull request AUTOMATIC1111#9330 from micky2be/patch-1

  • Merge branch 'dev' into patch-1

  • Merge pull request AUTOMATIC1111#9314 from Pluventi/master

  • Merge branch 'dev' into master

  • Merge pull request AUTOMATIC1111#8948 from hitomi/master

  • fix --ldsr-models-path not working

  • fix --realesrgan-models-path not working

  • Merge pull request AUTOMATIC1111#9351 from nart4hire/fix-ngrok-recreate-tunnel

  • fixed an issue with using ngrok for other connections and also ngrok not using auth_token

  • Improved message clarity

  • Added guard clause to prevent multiple tunnel creations

  • Merge pull request AUTOMATIC1111#9407 from GoulartNogueira/master

  • Pythonic way to achieve it

  • fix preprocess orientation

  • Merge pull request AUTOMATIC1111#9219 from Z-nonymous/master

  • Fix AUTOMATIC1111#9185

  • Merge pull request AUTOMATIC1111#8847 from space-nuko/remove-watermark-option

  • Merge branch 'dev' into remove-watermark-option

  • rework [batch_number]/[generation_number] filename patterns

  • Merge pull request AUTOMATIC1111#9445 from gakada/master

  • Merge branch 'dev' into master

  • add is_hr_pass field for processing

  • Merge pull request AUTOMATIC1111#9334 from gmasil/prepare-simpler-docker-integration-for-styles-csv

  • allow styles.csv to be symlinked or mounted in docker without moving the file around

  • Merge pull request AUTOMATIC1111#9365 from bluelovers/pr/xyz-sort-001

  • Merge branch 'dev' into pr/xyz-sort-001

  • use correct images for previews when using AND (see AUTOMATIC1111#9491)

  • some extra lines I forgot to add for previous commit

  • rework Negative Guidance minimum sigma to work with AND, add infotext and copypaste parameters support

  • Merge pull request AUTOMATIC1111#9177 from devNegative-asm/master

  • fix live preview & alternate uncond guidance for better quality

  • increase range of negative guidance minimum sigma option

  • performance increase

  • Merge pull request AUTOMATIC1111#9404 from DGdev91/master

  • Merge branch 'dev' into master

  • Merge pull request AUTOMATIC1111#9484 from infinitewarp/sort-embeddings

  • sort self.word_embeddings without instantiating it a new dict

  • sort embeddings by name (case insensitive)

  • fix extension installation broken by AUTOMATIC1111#9518

  • Merge pull request AUTOMATIC1111#9592 from liamkerr/generation_params_fix

  • Merge branch 'dev' into generation_params_fix

  • Merge pull request AUTOMATIC1111#9628 from catboxanon/patch/9092

  • Only handle image mask if any option enabled

  • Fix image mask composite for weird resolutions

  • Merge pull request AUTOMATIC1111#9643 from tqwuliao/Branch_AddNewFilenameGen

  • Merge branch 'dev' into Branch_AddNewFilenameGen

  • Merge pull request AUTOMATIC1111#9593 from gakada/tcmalloc

  • Try using TCMalloc on Linux by default

  • Merge pull request AUTOMATIC1111#9609 from akx/bracket-fix

  • prompt-bracket-checker: Simplify + improve error reporting

  • Merge pull request AUTOMATIC1111#9669 from catboxanon/patch/sampler-schedule-fix

  • Update processing.py

  • Update shared.py

  • Modify step multiplier flow

  • Add second order samplers compat option

  • Fix sampler schedules with step multiplier

  • Merge pull request AUTOMATIC1111#9130 from Vespinian/fix-api-alwayson_scripts-less-then-requiered-args

  • Changed behavior that puts the args from alwayson_script request in the script_args, so don't accidently resize the arg list if we get less arg then or default list has

  • Merge pull request AUTOMATIC1111#9677 from weidongkl/master

  • fix install_dir error

  • Allow user input for gradio theme selection

  • Merge pull request AUTOMATIC1111#8945 from space-nuko/gradio-theme-support

  • Merge branch 'dev' into gradio-theme-support

  • Merge pull request AUTOMATIC1111#9518 from yike5460/master

  • fix: support for default branch

  • feat: add branch support for extension installation

  • remove unneeded warning filter

  • stuff related to torch version change

  • Merge pull request AUTOMATIC1111#9191 from vladmandic/torch

  • Merge branch 'dev' into torch

  • Merge pull request AUTOMATIC1111#9737 from AdjointOperator/master

  • add tiled inference support for ScuNET

  • rename CPU RNG to RNG source in settings, add infotext and parameters copypaste support to RNG source

  • Merge pull request AUTOMATIC1111#9734 from deciare/cpu-randn

  • Option to use CPU for random number generation.

  • Merge pull request AUTOMATIC1111#9750 from TFWol/patch-1

  • Remove old code roll random artists

  • Merge pull request AUTOMATIC1111#9392 from pangbo13/xyz-plot-dropdown

  • fix axis swap and infotxt

  • add dropdown for X/Y/Z plot

  • Merge pull request AUTOMATIC1111#9693 from racinmat/hidable_buttons

  • adds label to buttons to make them hide

  • Merge pull request AUTOMATIC1111#9813 from arrix/interrogate_download

  • fix: couldn't remove interrogate_tmp dir

  • Merge pull request AUTOMATIC1111#9060 from AlUlkesh/master

  • try both versions of appendChild

  • fix: lightboxModal, selectedTab

  • Merge pull request AUTOMATIC1111#9227 from bbonvi/master

  • pull progress for 40 seconds

  • fix missing live preview and progress during certain tasks

  • Merge pull request AUTOMATIC1111#9839 from dennissheng/master

  • fix ui img2img scripts

  • put asyncio fix into a function to make it more obvious where it starts and ends

  • Merge pull request AUTOMATIC1111#9319 from wk5ovc/patch-1

  • Fix AUTOMATIC1111#9046 /sdapi/v1/txt2img endpoint not working

  • Merge pull request AUTOMATIC1111#9862 from missionfloyd/extras-sliders-main

  • Update postprocessing_upscale.py

  • Don't return upscaling_res_switch_btn

  • Import switch_values_symbol

  • Change extras "scale to" to sliders

  • Merge pull request AUTOMATIC1111#9757 from missionfloyd/editattention-selectcurrentword

  • Custom delimiters

  • Remove hyphen, underscore delimiters

  • Remove parentheses if weight == 1

  • Update delimiters

...

Read more

2023.03.29

02 Apr 23:04
Compare
Choose a tag to compare
  • attempted fix for infinite loading for settings that some people experience

  • do not add mask blur to infotext if there is no mask

  • Revert "Merge pull request AUTOMATIC1111#7931 from space-nuko/img2img-enhance"

  • Merge pull request AUTOMATIC1111#7931 from space-nuko/img2img-enhance

  • Merge branch 'master' into img2img-enhance

  • Use .success() callback on img2img preview inputs change

  • img2img resolution preview should use currently selected tab's image

  • Add upscaler to img2img

  • Add upscale slider to img2img

  • sort hypernetworks and checkpoints by name

  • Merge pull request AUTOMATIC1111#9065 from missionfloyd/quicksettings-alignment

  • Fix quicksettings alignment

  • Merge pull request AUTOMATIC1111#9052 from space-nuko/temp-disable-extensions

  • Skip extension installers if all disabled

  • Make disable configurable between builtin/extra extensions

  • Add temporary "disable all extensions" option for debugging use

  • Merge pull request AUTOMATIC1111#9061 from zetclansu/patch-1

  • Update style.css

  • Merge pull request AUTOMATIC1111#8958 from MrCheeze/variations-model

  • overwrite xformers in the unclip model config if not available

  • Add support for the Variations models (unclip-h and unclip-l)

  • Merge pull request AUTOMATIC1111#9031 from AUTOMATIC1111/serve-css-as-files

  • serve css as independent files

  • Merge pull request AUTOMATIC1111#9021 from pieresimakp/pr-dev

  • Merge remote-tracking branch 'upstream/master' into pr-dev

  • fixed style box wrapping

  • remove an extra unneeded row in outputs

  • do not read extensions' git stuff at startup

  • Revert "Merge pull request AUTOMATIC1111#8651 from vladmandic/flicker"

  • Merge pull request AUTOMATIC1111#8669 from Vespinian/fix-api-running-unwanted_scripts

  • Reworked this PR, now we have 2 default arg list (one for each tab) that will be initialized on the first api request and then reused afterwards. The init_script_args copies the corresponding default list and applies the modifications asked by the api request.

  • Revert "Made copies of global scriptrunners, now we clear the copied scriptrunner of alwayson_scripts and only add back the ones that that were requested"

  • Revert "Comment fix"

  • Comment fix

  • Made copies of global scriptrunners, now we clear the copied scriptrunner of alwayson_scripts and only add back the ones that that were requested

  • Merge pull request AUTOMATIC1111#8944 from SirFrags/extra_save_geninfo

  • preview replace save params

  • update button pressed down style for AUTOMATIC1111#8569

  • Merge pull request AUTOMATIC1111#8569 from missionfloyd/extra-networks-toggle

  • Update style.css

  • Merge branch 'master' into extra-networks-toggle

  • Update tooltip per Kilvoctu's suggestion

  • Make extra networks button togglable

  • Merge pull request AUTOMATIC1111#8525 from bluelovers/pr/sort-001

  • remove changes in textual_inversion.py

  • fix: remove cmp

  • feat: try sort as ignore-case

  • reformat css from latest commits, change color for dropdown selection to more neutral one

  • Merge pull request AUTOMATIC1111#8959 from missionfloyd/dropdown-width

  • Fix dropdown width

  • remove -y, bring back -f

  • bring back -y

  • Merge pull request AUTOMATIC1111#8938 from space-nuko/fix-image-ar-overlay

  • Fix img2img aspect ratio overlay in Gradio 3.23.0

  • Merge pull request AUTOMATIC1111#8615 from gmikhail/readme-improvement

  • Update README.md

  • Merge pull request AUTOMATIC1111#8943 from space-nuko/fix-accordion-padding

  • Fix padding on accordion/dropdown list elements

  • Merge pull request AUTOMATIC1111#8940 from space-nuko/fix-send-to-img2img

  • Fix Send to img2img buttons

  • Merge pull request AUTOMATIC1111#9017 from camenduru/dev

  • convert to python v3.9

  • convert to python v3.9

  • for img2img, use None as upscaler instead of erroring out if the desired upscaler is not found

  • Merge branch 'lora_inplace'

  • Lora support for SD2

  • Merge branch 'lora_sd2' into lora_inplace

  • apply Lora by altering layer's weights instead of adding more calculations in forward()

  • Merge pull request AUTOMATIC1111#8931 from LipeCarmel/patch-1

  • loopback.py Colab compatibility and bug fix

  • Merge pull request AUTOMATIC1111#8936 from space-nuko/fix-notifications

  • Fix notifications not triggering

  • Merge pull request AUTOMATIC1111#8921 from remixer-dec/fix-callstack-loop

  • fix overriding getElementById on document

  • add missing extensions_dir, extensions_builtin_dir to extensions.py

  • Merge pull request AUTOMATIC1111#8839 from pieresimakp/master

  • Merge branch 'master' into master

  • specify the tests dir in automated tests

  • split commandline args into its own file

  • Split history: mv temp modules/shared.py

  • Split history: merge

  • Split history: mv modules/shared.py modules/cmd_args.py

  • Split history: mv modules/shared.py temp

  • Merge pull request AUTOMATIC1111#8547 from vladmandic/image-size

  • disable pil checks

  • Merge pull request AUTOMATIC1111#8508 from vladmandic/lightning

  • make it module specific

  • fix import

  • all usage of newer pytorch_lighning

  • Merge pull request AUTOMATIC1111#8698 from Narsil/update_safetensors

  • Updating safetensors version (fully backward compatible)

  • Merge pull request AUTOMATIC1111#7936 from EllangoK/master

  • readds metadata_button

  • Merge branch 'master' into master

  • Merge pull request AUTOMATIC1111#8662 from vladmandic/api-handler

  • api error handler

  • update overflow-wrap: break-word; for gradio 3.23

  • Merge pull request AUTOMATIC1111#8723 from whwlsfb/patch-1

  • Merge branch 'master' into patch-1

  • make it possible for user to enable gradio analytics by setting GRADIO_ANALYTICS_ENABLED=True

  • Merge pull request AUTOMATIC1111#8658 from hananbeer/disable_gradio_analytics

  • disable gradio analytics globally

  • Merge pull request AUTOMATIC1111#8772 from mcmonkey4eva/img2img-alt-sd2-fix

  • cleanup the img2img alt file a bit

  • fix img2img alt for SD v2.x

  • final part of merging AUTOMATIC1111#8749

  • Merge pull request AUTOMATIC1111#8749 from missionfloyd/extra-network-info

  • Merge branch 'master' into extra-network-info

  • Merge pull request AUTOMATIC1111#8717 from nonnonstop/fix-installpy

  • Fix problem of install.py when data-dir is specified

  • Merge pull request AUTOMATIC1111#8780 from Brawlence/master

  • Unload checkpoints on Request

  • Merge pull request AUTOMATIC1111#8797 from ArrowM/master

  • Move load_file_from_url

  • Merge pull request AUTOMATIC1111#8803 from mlhub-action/fix_scripts_load_order

  • Fix scripts load order

  • Fix scripts load order

  • Merge pull request AUTOMATIC1111#8814 from catboxanon/inpaint-mask

  • Expose inpainting mask and composite

  • Merge pull request AUTOMATIC1111#8651 from vladmandic/flicker

  • disable gradio css transitions

  • Merge pull request AUTOMATIC1111#8824 from zimkjh/fix-variable-typo

  • fix variable typo

  • Merge pull request AUTOMATIC1111#8647 from Tps-F/add_submodule

  • Delete settings.json

  • Cross device link

  • remove unused library

  • Update ui_extensions.py

  • Merge pull request AUTOMATIC1111#8799 from JaRail/master

  • Fix "masked content" in loopback script

  • Loopback Script Updates

  • Merge pull request AUTOMATIC1111#8801 from EllangoK/xyz-values

  • fixes xyz extra_generation_params not being saved

  • Merge pull request AUTOMATIC1111#8731 from jokker87/master

  • fixed typo in prompt-bracket-checker.js which leads to js error

  • use HTTP request to fetch metadata for Lora cards instead of including it into the main page

  • Merge pull request AUTOMATIC1111#8878 from butaixianran/master

  • Fix None type error for TI module

  • Merge pull request AUTOMATIC1111#8866 from brkirch/mps-torch-2-0-nn-linear-workarounds

  • Add workaround for MPS layer_norm on PyTorch 2.0

  • Add workaround for broken nn.Linear on macOS 13.2

  • Merge pull request AUTOMATIC1111#8782 from FNSpd/master

  • Update devices.py

  • Update sd_hijack_optimizations.py

  • Update sd_hijack_unet.py

  • Update lora.py

  • Update sd_hijack_optimizations.py

  • Update sd_hijack_unet.py

  • Update devices.py

  • Merge branch 'gradio-3-22'

  • fix generate forever and other context menus

  • restore interrupt/stop button styling

  • fix clipping in lightbox image viewer

  • bump gradio to 3.23

  • fix extra networks ui

  • enable queue by default

  • hide delete button for single-item dropdown

  • fix ctrl+up/down attention edit

  • initial gradio 3.22 support

  • fix generate forever and other context menus

  • restore interrupt/stop button styling

  • fix clipping in lightbox image viewer

  • bump gradio to 3.23

  • fix extra networks ui

  • enable queue by default

  • hide delete button for single-item dropdown

  • fix ctrl+up/down attention edit

  • initial gradio 3.22 support

  • Add event.stopPropagation() to extraNetworksShowMetadata()

  • Don't bubble when metadata_button is clicked

  • fix output-html text overflow.

  • added search textbox to filter available extensions