mirror of
https://github.com/anapnoe/stable-diffusion-webui-ux.git
synced 2026-09-19 09:15:20 +02:00
Update README.md
This commit is contained in:
@@ -3,6 +3,26 @@ A bespoke, highly adaptable user interface for the Stable Diffusion, utilizing t
|
||||
|
||||

|
||||
|
||||
## 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
|
||||
- Robust logging capabilities via built-in console logs
|
||||
- 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.
|
||||
|
||||

|
||||
|
||||
## Todo
|
||||
- Improve Mobile Support
|
||||
- Fullscreen Gallery Support
|
||||
|
||||
Reference in New Issue
Block a user