diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cd3572c8e0..2c72359fc42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.6.1 + +### Bug Fixes: + * fix an error causing the webui to fail to start ([#13839](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13839)) + ## 1.6.0 ### Features: diff --git a/README.md b/README.md index 64f50bcc6c5..cac91395137 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,28 @@ A bespoke, highly adaptable user interface for the Stable Diffusion, utilizing t ![](screenshot.png) +## Optimizasions +- Replacing all default Gradio stylesheets in the DOM with an optimized version that promote better visual coherence across components. +- Eliminating inline styles and Svelte classes from the DOM to minimize clutter and improve efficiency. +- Removing unnecessary "img2img Extra Networks" from the DOM to reduce duplicated images and event listeners. +- Eradicating inline event listeners from "txt2img Extra Networks" cards and action buttons. +- Applying an event delegation pattern to further streamline the code by consolidating event handling for "txt2img Extra Networks" cards and action buttons. + +## Features webui-ux +- A versatile micro-template engine that can be leveraged by other extensions +- Customizable theme styles through a user-friendly configuration interface +- Built-in console log +- Option to ignore overrides +- Support for tick marks on input range sliders for improved usability +- Ability to switch between slider and number input modes, allowing users to enter values manually without displaying the slider. + +## Workspaces UI-UX (work in progress) +The workspaces extension empowers you to create customized views and organize them according to your unique preferences. With an intuitive drag-and-drop interface, you can design workflows that are perfectly tailored to your specific requirements, giving you ultimate control over your work environment. + +![workspaces](https://github.com/anapnoe/stable-diffusion-webui-ux/assets/124302297/15db3c70-6fbf-4692-85f3-85cd8df58f47) + +[Become a supporter and get early access to Workspaces for UI-UX.](https://buymeacoffee.com/dayanbayah) + ## Todo - Improve Mobile Support - Fullscreen Gallery Support diff --git a/extensions-builtin/anapnoe-sd-uiux/html/templates/template-app-root.html b/extensions-builtin/anapnoe-sd-uiux/html/templates/template-app-root.html index 78e5e3fecdb..77cb68065cc 100644 --- a/extensions-builtin/anapnoe-sd-uiux/html/templates/template-app-root.html +++ b/extensions-builtin/anapnoe-sd-uiux/html/templates/template-app-root.html @@ -9,6 +9,7 @@ + Anapnoe