Skip to content

Commit 3d589f5

Browse files
committed
2 parents c09aab0 + f59bda0 commit 3d589f5

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,22 @@ A bespoke, highly adaptable user interface for the Stable Diffusion, utilizing t
44
![](screenshot.png)
55

66
## Optimizations
7+
- Removing redundant Checkpoints and "Extra Networks" (Textual Inversion, Lora, and Hypernetworks) from img2img to reduce duplicated images and event listeners.
8+
- Eradicating inline event listeners from "Extra Networks" cards and action buttons.
9+
- Applying an event delegation pattern to further streamline the code by consolidating event handling for "Extra Networks" cards and action buttons.
710
- Replacing all default Gradio stylesheets in the DOM with an optimized version that promote better visual coherence across components.
811
- Eliminating inline styles and Svelte classes from the DOM to minimize clutter and improve efficiency.
9-
- Removing unnecessary "img2img Extra Networks" from the DOM to reduce duplicated images and event listeners.
10-
- Eradicating inline event listeners from "txt2img Extra Networks" cards and action buttons.
11-
- Applying an event delegation pattern to further streamline the code by consolidating event handling for "txt2img Extra Networks" cards and action buttons.
1212

1313
## Features webui-ux
14+
- Mobile responsive design
1415
- A versatile micro-template engine that can be leveraged by other extensions
1516
- Customizable theme styles through a user-friendly configuration interface
1617
- Built-in console log
1718
- Option to ignore overrides
1819
- Support for tick marks on input range sliders for improved usability
19-
- Ability to switch between slider and number input modes, allowing users to enter values manually without displaying the slider.
20+
- Toggle option between slider and numeric input modes, ensuring a compact interface when numeric input mode is enabled
21+
- Seamless UI integration for the Infinite Image Browsing Extension
22+
- Seamless UI integration for the Deforum Extention
2023

2124
## Workspaces UI-UX (work in progress)
2225
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.

0 commit comments

Comments
 (0)