You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,22 @@ A bespoke, highly adaptable user interface for the Stable Diffusion, utilizing t
4
4

5
5
6
6
## 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.
7
10
- Replacing all default Gradio stylesheets in the DOM with an optimized version that promote better visual coherence across components.
8
11
- 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.
12
12
13
13
## Features webui-ux
14
+
- Mobile responsive design
14
15
- A versatile micro-template engine that can be leveraged by other extensions
15
16
- Customizable theme styles through a user-friendly configuration interface
16
17
- Built-in console log
17
18
- Option to ignore overrides
18
19
- 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
20
23
21
24
## Workspaces UI-UX (work in progress)
22
25
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