# stable-diffusion-webui changelog > Stable Diffusion web UI - Vendor: AUTOMATIC1111 - Category: AI - Official site: https://github.com/AUTOMATIC1111/stable-diffusion-webui - Tracked by: What's New (https://whatsnew.fyi/product/stable-diffusion-webui) - Harvested from: GitHub (AUTOMATIC1111/stable-diffusion-webui) - Entries below: 10 (newest first) What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. ## Releases ### v1.10.1 — 1.10.1 - Date: 2025-02-09 - Version: v1.10.1 - Original notes: https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases/tag/v1.10.1 - Permalink: https://whatsnew.fyi/product/stable-diffusion-webui/releases/v1.10.1 - **fixed** — image upscale on cpu ##### 1.10.1 ###### Bug Fixes: * fix image upscale on cpu ([#16275](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/16275)) ### v1.10.0 — 1.10.0 - Date: 2024-07-27 - Version: v1.10.0 - Original notes: https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases/tag/v1.10.0 - Permalink: https://whatsnew.fyi/product/stable-diffusion-webui/releases/v1.10.0 - **added** — Stable Diffusion 3 support with Euler sampler recommended and T5 text model disabled by default - **added** — New schedulers: Align Your Steps, KL Optimal, Normal, DDIM, Simple, and Beta - **added** — New sampler: DDIM CFG++ - **added** — Option to skip CFG on early steps - **added** — Add --models-dir option - **added** — Allow mobile users to open context menu by using two fingers press - **added** — Check model's hash after downloading it to prevent corrupted downloads - **added** — More extension tag filtering options - **added** — Add filename pattern: [basename] - **added** — Add option to enable clip skip for clip L on SDXL - **added** — Option to prevent screen sleep during generation - **added** — ToggleLivePriview button in image viewer - **added** — Option to disable save button log.csv - **added** — Add process_before_every_sampling hook - **added** — Add --precision half option to avoid casting during inference - **added** — Added option to run torch profiler for image generation - **changed** — Infotext: add Lora name as TI hashes for bundled Textual Inversion - **changed** — When saving AVIF, use JPEG's quality setting - **changed** — Return HTTP 400 instead of 404 on invalid sampler error - **changed** — Replace einops.rearrange with torch native ops - **changed** — Keep sigmas on CPU - **changed** — LDM optimization patches - **changed** — Precompute is_sdxl_inpaint flag - **changed** — Prevent unnecessary extra networks bias backup - **changed** — Use checkpoint = False - **fixed** — Fix for grids without comprehensive infotexts - **fixed** — Lora partial update precede full update - **fixed** — Fix bug where file extension had an extra '.' under some circumstances - **fixed** — Fix corrupt model initial load loop - **fixed** — Allow old sampler names in API - **fixed** — More old sampler scheduler compatibility - **fixed** — Fix Hypertile xyz - **fixed** — XYZ CSV skipinitialspace - **fixed** — Fix soft inpainting on mps and xpu, torch_utils.float64 - **fixed** — Fix extension update when not on main branch - **fixed** — Update pickle safe filenames - **fixed** — Use relative path for webui-assets css - **fixed** — When creating a virtual environment, upgrade pip in webui.bat/webui.sh - **fixed** — Fix AttributeError - **fixed** — Remove ui flashing on reloading and fast scrolling - **fixed** — Check for nans in unet only once, after all steps have been completed ###### Features: * A lot of performance improvements (see below in Performance section) * Stable Diffusion 3 support ([#16030](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/16030), [#16164](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/16164), [#16212](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/16212)) * Recommended Euler sampler; DDIM and other timestamp samplers currently not supported * T5 text model is disabled by default, enable it in settings * New schedulers: * Align Your Steps ([#15751](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15751)) * KL Optimal ([#15608](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15608)) * Normal ([#16149](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/16149)) * DDIM ([#16149](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/16149)) * Simple ([#16142](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/16142)) * Beta ([#16235](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/16235)) * New sampler: DDIM CFG++ ([#16035](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/16035)) ###### Minor: * Option to skip CFG on early steps ([#15607](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15607)) * Add --models-dir option ([#15742](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15742)) * Allow mobile users to open context menu by using two fingers press ([#15682](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15682)) * Infotext: add Lora name as TI hashes for bundled Textual Inversion ([#15679](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15679)) * Check model's hash after downloading it to prevent corruped downloads ([#15602](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15602)) * More extension tag filtering options ([#15627](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15627)) * When saving AVIF, use JPEG's quality setting ([#15610](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15610)) * Add filename pattern: `[basename]` ([#15978](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15978)) * Add option to enable clip skip for clip L on SDXL ([#15992](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15992)) * Option to prevent screen sleep during generation ([#16001](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/16001)) * ToggleLivePriview button in image viewer ([#16065](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/16065)) * Remove ui flashing on reloading and fast scrollong ([#16153](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/16153)) * option to disable save button log.csv ([#16242](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/16242)) ###### Extensions and API: * Add process_before_every_sampling hook ([#15984](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15984)) * Return HTTP 400 instead of 404 on invalid sampler error ([#16140](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/16140)) ###### Performance: * [Performance 1/6] use_checkpoint = False ([#15803](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15803)) * [Performance 2/6] Replace einops.rearrange with torch native ops ([#15804](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15804)) * [Performance 4/6] Precompute is_sdxl_inpaint flag ([#15806](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15806)) * [Performance 5/6] Prevent unnecessary extra networks bias backup ([#15816](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15816)) * [Performance 6/6] Add --precision half option to avoid casting during inference ([#15820](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15820)) * [Performance] LDM optimization patches ([#15824](https://github.com/AUTOMATIC1111/stable-diff _[Truncated at 4000 characters — full notes: https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases/tag/v1.10.0]_ ### v1.10.0-RC — 1.10.0-RC - Date: 2024-07-06 - Version: v1.10.0-RC - Original notes: https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases/tag/v1.10.0-RC - Permalink: https://whatsnew.fyi/product/stable-diffusion-webui/releases/v1.10.0-rc - Labels: Pre-release - **added** — Stable Diffusion 3 support with Euler sampler recommended - **added** — New Align Your Steps scheduler - **added** — New KL Optimal scheduler - **added** — New Normal scheduler - **added** — New DDIM scheduler - **added** — New Simple scheduler - **added** — New DDIM CFG++ sampler - **added** — Option to skip CFG on early steps - **added** — Add --models-dir option - **added** — Allow mobile users to open context menu by using two fingers press - **added** — Add filename pattern: [basename] - **added** — Add option to enable clip skip for clip L on SDXL - **added** — Option to prevent screen sleep during generation - **added** — ToggleLivePriview button in image viewer - **added** — Add process_before_every_sampling hook - **added** — Add --precision half option to avoid casting during inference - **added** — Added option to run torch profiler for image generation - **changed** — Infotext now adds Lora name as TI hashes for bundled Textual Inversion - **changed** — When saving AVIF, use JPEG's quality setting - **changed** — More extension tag filtering options - **changed** — Return HTTP 400 instead of 404 on invalid sampler error - **changed** — Performance improvements including disabling use_checkpoint by default - **changed** — Replace einops.rearrange with torch native ops for performance - **changed** — Precompute is_sdxl_inpaint flag for performance - **changed** — Prevent unnecessary extra networks bias backup for performance - **changed** — Keep sigmas on CPU for performance - **changed** — T5 text model is disabled by default for Stable Diffusion 3, enable it in settings - **fixed** — Check model's hash after downloading it to prevent corrupted downloads - **fixed** — Fix for grids without comprehensive infotexts - **fixed** — Lora partial update now precedes full update - **fixed** — Fix bug where file extension had an extra dot under some circumstances - **fixed** — Fix corrupt model initial load loop - **fixed** — Allow old sampler names in API - **fixed** — More old sampler scheduler compatibility - **fixed** — Fix Hypertile xyz - **fixed** — XYZ CSV skipinitialspace - **fixed** — Fix soft inpainting on mps and xpu - **fixed** — Fix extension update when not on main branch - **fixed** — Update pickle safe filenames - **fixed** — Use relative path for webui-assets css - **fixed** — When creating a virtual environment, upgrade pip in webui.bat/webui.sh - **fixed** — Fix AttributeError - **fixed** — Use script_path for webui root in launch_utils - **fixed** — Fix extra batch mode P Transparency - **fixed** — Use gradio theme colors in css - **fixed** — Check for nans in unet only once, after all steps have been completed - **fixed** — LDM optimization patches [How to switch to different versions of WebUI](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/How-to-switch-to-different-versions-of-WebUI) ###### Features: * A lot of performance improvements (see below in Performance section) * Stable Diffusion 3 support ([#16030](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/16030)) * Recommended Euler sampler; DDIM and other timestamp samplers currently not supported * T5 text model is disabled by default, enable it in settings * New schedulers: * Align Your Steps ([#15751](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15751)) * KL Optimal ([#15608](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15608)) * Normal ([#16149](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/16149)) * DDIM ([#16149](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/16149)) * Simple ([#16142](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/16142)) * New sampler: DDIM CFG++ ([#16035](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/16035)) ###### Minor: * Option to skip CFG on early steps ([#15607](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15607)) * Add --models-dir option ([#15742](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15742)) * Allow mobile users to open context menu by using two fingers press ([#15682](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15682)) * Infotext: add Lora name as TI hashes for bundled Textual Inversion ([#15679](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15679)) * Check model's hash after downloading it to prevent corruped downloads ([#15602](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15602)) * More extension tag filtering options ([#15627](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15627)) * When saving AVIF, use JPEG's quality setting ([#15610](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15610)) * Add filename pattern: `[basename]` ([#15978](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15978)) * Add option to enable clip skip for clip L on SDXL ([#15992](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15992)) * Option to prevent screen sleep during generation ([#16001](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/16001)) * ToggleLivePriview button in image viewer ([#16065](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/16065)) ###### Extensions and API: * Add process_before_every_sampling hook ([#15984](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15984)) * Return HTTP 400 instead of 404 on invalid sampler error ([#16140](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/16140)) ###### Performance: * [Performance 1/6] use_checkpoint = False ([#15803](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15803)) * [Performance 2/6] Replace einops.rearrange with torch native ops ([#15804](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15804)) * [Performance 4/6] Precompute is_sdxl_inpaint flag ([#15806](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15806)) * [Performance 5/6] Prevent unnecessary extra networks bias backup ([#15816](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15816)) * [Performance 6/6] Add --precision half option to avoid casting during inference ([#15820](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15820)) * [Performance] LDM optimization patches ([#15824](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15824)) * [Performance] Keep sigmas on CPU ([#15823](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15823)) * Check for nans in unet only once, after all steps have been completed * Added pption to run torch profiler for image generation ###### Bug Fixes: * Fix for grids without comprehensive infotexts _[Truncated at 4000 characters — full notes: https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases/tag/v1.10.0-RC]_ ### v1.9.4 — 1.9.4 - Date: 2024-05-28 - Version: v1.9.4 - Original notes: https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases/tag/v1.9.4 - Permalink: https://whatsnew.fyi/product/stable-diffusion-webui/releases/v1.9.4 - **fixed** — pin setuptools version to fix the startup error ##### 1.9.4 ###### Bug Fixes: * pin setuptools version to fix the startup error ([#15882](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15882)) ### v1.9.3 — 1.9.3 - Date: 2024-04-22 - Version: v1.9.3 - Original notes: https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases/tag/v1.9.3 - Permalink: https://whatsnew.fyi/product/stable-diffusion-webui/releases/v1.9.3 - **fixed** — fix get_crop_region_v2 - **changed** — restore 1.8.0-style naming of scripts - **added** — Add avif support - **added** — Add filename patterns: [sampler_scheduler] and [scheduler] - **added** — Add schedulers API endpoint - **removed** — Remove API upscaling factor limits - **fixed** — Fix images do not match / Coordinate 'right' is less than 'left' - **fixed** — remove_callbacks_for_function should also remove from the ordered map - **fixed** — fix x1 upscalers - **fixed** — Fix cls.__module__ value in extension script - **fixed** — fix typo in function call (eror -> error) - **changed** — undo adding scripts to sys.modules - **changed** — Hide 'No Image data blocks found.' message - **changed** — Allow webui.sh to be runnable from arbitrary directories containing a .git file - **changed** — Compatibility with Debian 11, Fedora 34+ and openSUSE 15.4+ - **fixed** — numpy DeprecationWarning product -> prod ##### 1.9.3 ###### Bug Fixes: * fix get_crop_region_v2 ([#15594](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15594)) ##### 1.9.2 ###### Extensions and API: * restore 1.8.0-style naming of scripts ##### 1.9.1 ###### Minor: * Add avif support ([#15582](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15582)) * Add filename patterns: `[sampler_scheduler]` and `[scheduler]` ([#15581](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15581)) ###### Extensions and API: * undo adding scripts to sys.modules * Add schedulers API endpoint ([#15577](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15577)) * Remove API upscaling factor limits ([#15560](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15560)) ###### Bug Fixes: * Fix images do not match / Coordinate 'right' is less than 'left' ([#15534](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15534)) * fix: remove_callbacks_for_function should also remove from the ordered map ([#15533](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15533)) * fix x1 upscalers ([#15555](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15555)) * Fix cls.__module__ value in extension script ([#15532](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15532)) * fix typo in function call (eror -> error) ([#15531](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15531)) ###### Other: * Hide 'No Image data blocks found.' message ([#15567](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15567)) * Allow webui.sh to be runnable from arbitrary directories containing a .git file ([#15561](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15561)) * Compatibility with Debian 11, Fedora 34+ and openSUSE 15.4+ ([#15544](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15544)) * numpy DeprecationWarning product -> prod ([#15547](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15547)) * get_crop_region_v2 ([#15583](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15583), [#15587](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15587)) ### v1.9.0 — 1.9.0 - Date: 2024-04-13 - Version: v1.9.0 - Original notes: https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases/tag/v1.9.0 - Permalink: https://whatsnew.fyi/product/stable-diffusion-webui/releases/v1.9.0 - **changed** — Make refiner switchover based on model timesteps instead of sampling steps - **added** — Add an option to have old-style directory view instead of tree view - **added** — Add UI for reordering callbacks and support for specifying callback order in extension metadata - **added** — Add Sgm uniform scheduler for SDXL-Lightning models - **added** — Add scheduler selection in main UI - **fixed** — Open images directory button now opens the actual directory - **added** — Support inference with LyCORIS BOFT networks - **changed** — Make extra network card description plaintext by default, with an option to re-enable HTML - **added** — Add resize handle for extra networks - **added** — Add cmd args --unix-filenames-sanitization and --filenames-max-length - **changed** — Show extra networks parameters in HTML table rather than raw JSON - **added** — Add DoRA (weight-decompose) support for LoRA/LoHa/LoKr - **added** — Add --no-prompt-history cmd args to disable last generation prompt history - **changed** — Update preview on Replace Preview - **changed** — Only fetch updates for extensions' active git branches - **changed** — Put upscale postprocessing UI into an accordion - **added** — Support dragdrop for URLs to read infotext - **changed** — Use diskcache library for caching - **added** — Allow PNG-RGBA for Extras Tab - **added** — Support cover images embedded in safetensors metadata - **changed** — Improve interrupt speed when using NN upscale - **added** — Add an input field to limit maximal side length for the output image in Extras upscaler - **added** — Add an option to hide postprocessing options in Extras tab - **changed** — Allow overriding column scale parameter in ResizeHandleRow - **changed** — Call script_callbacks.ui_settings_callback earlier and fix extra-options-section extension killing the UI - **changed** — Make it possible to use zoom.js outside webui context - **added** — Allow variants for extension name in metadata.ini - **changed** — Make reloading UI scripts optional when doing Reload UI, and off by default - **added** — Put request: gr.Request at start of img2img function similar to txt2img - **added** — Add open_folder as util - **added** — Make it possible to import extensions' script files as import scripts. - **changed** — Optimize extra networks HTML pages performance - **changed** — Optimize extra networks filtering - **changed** — Optimize extra networks sorting - **fixed** — Prevent escape button causing an interrupt when no generation has been made yet - **fixed** — Avoid double upscaling in inpaint - **fixed** — Fix reload button not appearing in some cases for extra networks - **fixed** — Fix the split_threshold parameter not working when running Split oversized images - **fixed** — Fix resize-handle visibility for vertical layout (mobile) - **fixed** — Register tmp file also for mtime - **fixed** — Protect alphas_cumprod during refiner switchover - **fixed** — Fix EXIF orientation in API image loading ##### 1.9.0 ###### Features: * Make refiner switchover based on model timesteps instead of sampling steps ([#14978](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14978)) * add an option to have old-style directory view instead of tree view; stylistic changes for extra network sorting/search controls * add UI for reordering callbacks, support for specifying callback order in extension metadata ([#15205](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15205)) * Sgm uniform scheduler for SDXL-Lightning models ([#15325](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15325)) * Scheduler selection in main UI ([#15333](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15333), [#15361](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15361), [#15394](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15394)) ###### Minor: * "open images directory" button now opens the actual dir ([#14947](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14947)) * Support inference with LyCORIS BOFT networks ([#14871](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14871), [#14973](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14973)) * make extra network card description plaintext by default, with an option to re-enable HTML as it was * resize handle for extra networks ([#15041](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15041)) * cmd args: `--unix-filenames-sanitization` and `--filenames-max-length` ([#15031](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15031)) * show extra networks parameters in HTML table rather than raw JSON ([#15131](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15131)) * Add DoRA (weight-decompose) support for LoRA/LoHa/LoKr ([#15160](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15160), [#15283](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15283)) * Add '--no-prompt-history' cmd args for disable last generation prompt history ([#15189](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15189)) * update preview on Replace Preview ([#15201](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15201)) * only fetch updates for extensions' active git branches ([#15233](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15233)) * put upscale postprocessing UI into an accordion ([#15223](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15223)) * Support dragdrop for URLs to read infotext ([#15262](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15262)) * use diskcache library for caching ([#15287](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15287), [#15299](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15299)) * Allow PNG-RGBA for Extras Tab ([#15334](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15334)) * Support cover images embedded in safetensors metadata ([#15319](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15319)) * faster interrupt when using NN upscale ([#15380](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15380)) * Extras upscaler: an input field to limit maximul side length for the output image ([#15293](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15293), [#15415](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15415), [#15417](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15417), [#15425](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15425)) * add an option to hide postprocessing options in Extras tab ###### Extensions and API: * ResizeHandleRow - allow overriden column scale parametr ([#15004](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15004)) * call script_callbacks.ui_settings_callback earlier; fix extra-options-section built-in extension killing the ui if using a setting that doesn't exis _[Truncated at 4000 characters — full notes: https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases/tag/v1.9.0]_ ### v1.9.0-RC — 1.9.0-RC - Date: 2024-04-06 - Version: v1.9.0-RC - Original notes: https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases/tag/v1.9.0-RC - Permalink: https://whatsnew.fyi/product/stable-diffusion-webui/releases/v1.9.0-rc - Labels: Pre-release - **changed** — Make refiner switchover based on model timesteps instead of sampling steps - **added** — Add an option to have old-style directory view instead of tree view - **added** — Add UI for reordering callbacks and support for specifying callback order in extension metadata - **added** — Add sgm uniform scheduler for SDXL-Lightning models - **added** — Add scheduler selection in main UI - **fixed** — Open images directory button now opens the actual directory - **added** — Support inference with LyCORIS BOFT networks - **changed** — Make extra network card description plaintext by default with an option to re-enable HTML - **added** — Add resize handle for extra networks - **added** — Add cmd args --unix-filenames-sanitization and --filenames-max-length - **changed** — Show extra networks parameters in HTML table rather than raw JSON - **added** — Add DoRA (weight-decompose) support for LoRA/LoHa/LoKr - **added** — Add --no-prompt-history cmd args to disable last generation prompt history - **changed** — Update preview on Replace Preview - **changed** — Only fetch updates for extensions' active git branches - **changed** — Put upscale postprocessing UI into an accordion - **added** — Support dragdrop for URLs to read infotext - **changed** — Use diskcache library for caching - **added** — Allow PNG-RGBA for Extras Tab - **added** — Support cover images embedded in safetensors metadata - **changed** — Make interrupt faster when using NN upscale - **added** — Add Extras upscaler input field to limit maximum side length for the output image - **added** — Add an option to hide postprocessing options in Extras tab - **changed** — Allow overridden column scale parameter in ResizeHandleRow - **changed** — Call script_callbacks.ui_settings_callback earlier and fix extra-options-section built-in extension killing the ui if using a setting that doesn't exist - **added** — Make it possible to use zoom.js outside webui context - **added** — Allow variants for extension name in metadata.ini - **changed** — Make reloading UI scripts optional when doing Reload UI and off by default - **added** — Put request gr.Request at start of img2img function similar to txt2img - **added** — Add open_folder as util - **added** — Make it possible to import extensions' script files as import scripts. - **changed** — Optimize performance for extra networks HTML pages - **changed** — Optimize extra networks filtering - **changed** — Optimize extra networks sorting - **fixed** — Prevent escape button causing an interrupt when no generation has been made yet - **fixed** — Avoid double upscaling in inpaint - **fixed** — Fix reload button not appearing in some cases for extra networks - **fixed** — Fix the split_threshold parameter not working when running Split oversized images - **fixed** — Fix resize-handle visibility for vertical layout (mobile) - **fixed** — Register tmp_file also for mtime - **fixed** — Protect alphas_cumprod during refiner switchover - **fixed** — Fix EXIF orientation in API image loading ##### 1.9.0 ###### Features: * Make refiner switchover based on model timesteps instead of sampling steps ([#14978](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14978)) * add an option to have old-style directory view instead of tree view; stylistic changes for extra network sorting/search controls * add UI for reordering callbacks, support for specifying callback order in extension metadata ([#15205](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15205)) * Sgm uniform scheduler for SDXL-Lightning models ([#15325](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15325)) * Scheduler selection in main UI ([#15333](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15333), [#15361](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15361), [#15394](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15394)) ###### Minor: * "open images directory" button now opens the actual dir ([#14947](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14947)) * Support inference with LyCORIS BOFT networks ([#14871](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14871), [#14973](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14973)) * make extra network card description plaintext by default, with an option to re-enable HTML as it was * resize handle for extra networks ([#15041](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15041)) * cmd args: `--unix-filenames-sanitization` and `--filenames-max-length` ([#15031](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15031)) * show extra networks parameters in HTML table rather than raw JSON ([#15131](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15131)) * Add DoRA (weight-decompose) support for LoRA/LoHa/LoKr ([#15160](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15160), [#15283](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15283)) * Add '--no-prompt-history' cmd args for disable last generation prompt history ([#15189](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15189)) * update preview on Replace Preview ([#15201](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15201)) * only fetch updates for extensions' active git branches ([#15233](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15233)) * put upscale postprocessing UI into an accordion ([#15223](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15223)) * Support dragdrop for URLs to read infotext ([#15262](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15262)) * use diskcache library for caching ([#15287](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15287), [#15299](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15299)) * Allow PNG-RGBA for Extras Tab ([#15334](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15334)) * Support cover images embedded in safetensors metadata ([#15319](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15319)) * faster interrupt when using NN upscale ([#15380](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15380)) * Extras upscaler: an input field to limit maximul side length for the output image ([#15293](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15293), [#15415](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15415), [#15417](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15417), [#15425](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15425)) * add an option to hide postprocessing options in Extras tab ###### Extensions and API: * ResizeHandleRow - allow overriden column scale parametr ([#15004](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15004)) * call script_callbacks.ui_settings_callback earlier; fix extra-options-section built-in extension killing the ui if using a setting that doesn't exis _[Truncated at 4000 characters — full notes: https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases/tag/v1.9.0-RC]_ ### v1.8.0 — 1.8.0 - Date: 2024-03-02 - Version: v1.8.0 - Original notes: https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases/tag/v1.8.0 - Permalink: https://whatsnew.fyi/product/stable-diffusion-webui/releases/v1.8.0 - **changed** — Update torch to version 2.1.2 - **added** — Soft Inpainting - **added** — FP8 support - **added** — Support for SDXL-Inpaint Model - **changed** — Use Spandrel for upscaling and face restoration architectures - **added** — Automatic backwards version compatibility when loading infotexts from old images with program version specified - **changed** — Implement zero terminal SNR noise schedule option (seed breaking change) - **added** — Add a button to run hires fix on selected image in the gallery - **changed** — Serve fonts locally rather than from Google's servers - **added** — Official LCM Sampler Support - **added** — Add support for DAT upscaler models - **added** — Extra Networks Tree View - **added** — NPU Support - **added** — Prompt comments support - **added** — Allow pasting WIDTHxHEIGHT strings into the width/height fields - **added** — Live preview in full page image viewer option - **added** — Add keyboard shortcuts for generate/skip/interrupt - **added** — Support inference with LyCORIS BOFT networks - **removed** — Removed packages from requirements: basicsr, gfpgan, realesrgan, and their dependencies - **fixed** — Fix multiple bugs related to styles multi-file support - **fixed** — Fix API thread safe issues of txt2img and img2img ###### Features: * Update torch to version 2.1.2 * Soft Inpainting (#14208) * FP8 support (#14031, #14327) * Support for SDXL-Inpaint Model (#14390) * Use Spandrel for upscaling and face restoration architectures (#14425, #14467, #14473, #14474, #14477, #14476, #14484, #14500, #14501, #14504, #14524, #14809) * Automatic backwards version compatibility (when loading infotexts from old images with program version specified, will add compatibility settings) * Implement zero terminal SNR noise schedule option (**[SEED BREAKING CHANGE](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Seed-breaking-changes#180-dev-170-225-2024-01-01---zero-terminal-snr-noise-schedule-option)**, #14145, #14979) * Add a [✨] button to run hires fix on selected image in the gallery (with help from #14598, #14626, #14728) * [Separate assets repository](https://github.com/AUTOMATIC1111/stable-diffusion-webui-assets); serve fonts locally rather than from google's servers * Official LCM Sampler Support (#14583) * Add support for DAT upscaler models (#14690, #15039) * Extra Networks Tree View (#14588, #14900) * NPU Support (#14801) * Prompt comments support ###### Minor: * Allow pasting in WIDTHxHEIGHT strings into the width/height fields (#14296) * add option: Live preview in full page image viewer (#14230, #14307) * Add keyboard shortcuts for generate/skip/interrupt (#14269) * Better TCMALLOC support on different platforms (#14227, #14883, #14910) * Lora not found warning (#14464) * Adding negative prompts to Loras in extra networks (#14475) * xyz_grid: allow varying the seed along an axis separate from axis options (#12180) * option to convert VAE to bfloat16 (implementation of #9295) * Better IPEX support (#14229, #14353, #14559, #14562, #14597) * Option to interrupt after current generation rather than immediately (#13653, #14659) * Fullscreen Preview control fading/disable (#14291) * Finer settings freezing control (#13789) * Increase Upscaler Limits (#14589) * Adjust brush size with hotkeys (#14638) * Add checkpoint info to csv log file when saving images (#14663) * Make more columns resizable (#14740, #14884) * Add an option to not overlay original image for inpainting for #14727 * Add Pad conds v0 option to support same generation with DDIM as before 1.6.0 * Add "Interrupting..." placeholder. * Button for refresh extensions list (#14857) * Add an option to disable normalization after calculating emphasis. (#14874) * When counting tokens, also include enabled styles (can be disabled in settings to revert to previous behavior) * Configuration for the [📂] button for image gallery (#14947) * Support inference with LyCORIS BOFT networks (#14871, #14973) * support resizable columns for touch (tablets) (#15002) ###### Extensions and API: * Removed packages from requirements: basicsr, gfpgan, realesrgan; as well as their dependencies: absl-py, addict, beautifulsoup4, future, gdown, grpcio, importlib-metadata, lmdb, lpips, Markdown, platformdirs, PySocks, soupsieve, tb-nightly, tensorboard-data-server, tomli, Werkzeug, yapf, zipp, soupsieve * Enable task ids for API (#14314) * add override_settings support for infotext API * rename generation_parameters_copypaste module to infotext_utils * prevent crash due to Script `__init__` exception (#14407) * Bump numpy to 1.26.2 (#14471) * Add utility to inspect a model's dtype/device (#14478) * Implement general forward method for all method in built-in lora ext (#14547) * Execute model_loaded_callback after moving to target device (#14563) * Add self to CFGDenoiserParams (#14573) * Allow TLS with API only mode (--nowebui) (#14593) * New callback: postprocess_image_after_composite (#14657) * modules/api/api.py: add api endpoint to refresh embeddings list (#14715) * set_named_arg (#14773) * add before_token_counter callback and use it for prompt comments * ResizeHandleRow - allow overriden column scale parameter (#15004) ###### Performance * _[Truncated at 4000 characters — full notes: https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases/tag/v1.8.0]_ ### v1.8.0-RC — 1.8.0-RC - Date: 2024-02-17 - Version: v1.8.0-RC - Original notes: https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases/tag/v1.8.0-RC - Permalink: https://whatsnew.fyi/product/stable-diffusion-webui/releases/v1.8.0-rc - Labels: Pre-release - **changed** — Update torch to version 2.1.2 - **added** — Soft Inpainting - **added** — FP8 support - **added** — Support for SDXL-Inpaint Model - **changed** — Use Spandrel for upscaling and face restoration architectures - **added** — Automatic backwards version compatibility when loading infotexts from old images with program version specified - **added** — Implement zero terminal SNR noise schedule option - **added** — Add a button to run hires fix on selected image in the gallery - **changed** — Serve fonts locally rather than from google's servers - **added** — Official LCM Sampler Support - **added** — Add support for DAT upscaler models - **added** — Extra Networks Tree View - **added** — NPU Support - **added** — Prompt comments support - **added** — Allow pasting in WIDTHxHEIGHT strings into the width/height fields - **added** — Add option for live preview in full page image viewer - **added** — Add keyboard shortcuts for generate/skip/interrupt - **changed** — Better TCMALLOC support on different platforms - **added** — Lora not found warning - **added** — Adding negative prompts to Loras in extra networks - **added** — xyz_grid: allow varying the seed along an axis separate from axis options - **added** — Add option to convert VAE to bfloat16 - **changed** — Better IPEX support - **added** — Option to interrupt after current generation rather than immediately - **added** — Fullscreen Preview control fading/disable - **added** — Finer settings freezing control - **added** — Increase Upscaler Limits - **added** — Adjust brush size with hotkeys - **added** — Add checkpoint info to csv log file when saving images - **added** — Make more columns resizable - **added** — Add an option to not overlay original image for inpainting - **added** — Add Pad conds v0 option - **added** — Add Interrupting placeholder - **added** — Button for refresh extensions list ##### 1.8.0-RC ###### Features: * Update torch to version 2.1.2 * Soft Inpainting ([#14208](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14208)) * FP8 support ([#14031](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14031), [#14327](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14327)) * Support for SDXL-Inpaint Model ([#14390](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14390)) * Use Spandrel for upscaling and face restoration architectures ([#14425](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14425), [#14467](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14467), [#14473](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14473), [#14474](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14474), [#14477](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14477), [#14476](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14476), [#14484](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14484), [#14500](https://github.com/AUTOMATIC1111/stable-difusion-webui/pull/14500), [#14501](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14501), [#14504](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14504), [#14524](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14524), [#14809](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14809)) * Automatic backwards version compatibility (when loading infotexts from old images with program version specified, will add compatibility settings) * Implement zero terminal SNR noise schedule option (**[SEED BREAKING CHANGE](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Seed-breaking-changes#180-dev-170-225-2024-01-01---zero-terminal-snr-noise-schedule-option)**, [#14145](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14145)) * Add a [✨] button to run hires fix on selected image in the gallery (with help from [#14598](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14598), [#14626](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14626), [#14728](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14728)) * [Separate assets repository](https://github.com/AUTOMATIC1111/stable-diffusion-webui-assets); serve fonts locally rather than from google's servers * Official LCM Sampler Support ([#14583](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14583)) * Add support for DAT upscaler models ([#14690](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14690)) * Extra Networks Tree View ([#14588](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14588), [#14900](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14900)) * NPU Support ([#14801](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14801)) * Propmpt comments support ###### Minor: * Allow pasting in WIDTHxHEIGHT strings into the width/height fields ([#14296](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14296)) * add option: Live preview in full page image viewer ([#14230](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14230), [#14307](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14307)) * Add keyboard shortcuts for generate/skip/interrupt ([#14269](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14269)) * Better TCMALLOC support on different platforms ([#14227](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14227), [#14883](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14883), [#14910](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14910)) * Lora not found warning ([#14464](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14464)) * Adding negative prompts to Loras in extra networks ([#14475](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14475)) * xyz_grid: allow varying the seed along an _[Truncated at 4000 characters — full notes: https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases/tag/v1.8.0-RC]_ ### v1.7.0 — 1.7.0 - Date: 2023-12-16 - Version: v1.7.0 - Original notes: https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases/tag/v1.7.0 - Permalink: https://whatsnew.fyi/product/stable-diffusion-webui/releases/v1.7.0 - **added** — Settings tab rework with search field, categories, and split UI settings page - **added** — Support for AltDiffusion-M18 model - **added** — Support inference with LyCORIS GLora networks - **added** — LoRA-embedding bundle system - **added** — Option to move prompt from top row into generation parameters - **added** — Support for SSD-1B model - **added** — Support inference with OFT networks - **added** — Script metadata and DAG sorting mechanism - **added** — HyperTile optimization support - **added** — Support for SD 2.1 Turbo model - **added** — Initial IPEX support for Intel Arc GPU - **added** — Allow reading model hash from images in img2img batch mode - **added** — Option to align with sgm repo's sampling implementation - **added** — Button to copy prompt to style editor - **added** — --skip-load-model-at-start command line option - **added** — Support for reading and writing infotext to GIF images - **added** — Option to play notification sound or not - **added** — Support for webui.settings.bat - **added** — Start or restart generation by Ctrl (Alt) + Enter - **changed** — Update Gradio to 3.41.2 - **changed** — Move Train Preprocessing tab functionality into Extras tab ###### Features: * settings tab rework: add search field, add categories, split UI settings page into many * add altdiffusion-m18 support ([#13364](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13364)) * support inference with LyCORIS GLora networks ([#13610](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13610)) * add lora-embedding bundle system ([#13568](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13568)) * option to move prompt from top row into generation parameters * add support for SSD-1B ([#13865](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13865)) * support inference with OFT networks ([#13692](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13692)) * script metadata and DAG sorting mechanism ([#13944](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13944)) * support HyperTile optimization ([#13948](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13948)) * add support for SD 2.1 Turbo ([#14170](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14170)) * remove Train->Preprocessing tab and put all its functionality into Extras tab * initial IPEX support for Intel Arc GPU ([#14171](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14171)) ###### Minor: * allow reading model hash from images in img2img batch mode ([#12767](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12767)) * add option to align with sgm repo's sampling implementation ([#12818](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12818)) * extra field for lora metadata viewer: `ss_output_name` ([#12838](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12838)) * add action in settings page to calculate all SD checkpoint hashes ([#12909](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12909)) * add button to copy prompt to style editor ([#12975](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12975)) * add --skip-load-model-at-start option ([#13253](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13253)) * write infotext to gif images * read infotext from gif images ([#13068](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13068)) * allow configuring the initial state of InputAccordion in ui-config.json ([#13189](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13189)) * allow editing whitespace delimiters for ctrl+up/ctrl+down prompt editing ([#13444](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13444)) * prevent accidentally closing popup dialogs ([#13480](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13480)) * added option to play notification sound or not ([#13631](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13631)) * show the preview image in the full screen image viewer if available ([#13459](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13459)) * support for webui.settings.bat ([#13638](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13638)) * add an option to not print stack traces on ctrl+c * start/restart generation by Ctrl (Alt) + Enter ([#13644](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13644)) * update prompts_from_file script to allow concatenating entries with the general prompt ([#13733](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13733)) * added a visible checkbox to input accordion * added an option to hide all txt2img/img2img parameters in an accordion ([#13826](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13826)) * added 'Path' sorting option for Extra network cards ([#13968](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13968)) * enable prompt hotkeys in style editor ([#13931](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13931)) * option to show batch img2img results in UI ([#14009](https://github.com/AUTOMATIC1111/stable- _[Truncated at 4000 characters — full notes: https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases/tag/v1.7.0]_