A bespoke, highly adaptable, blazing fast user interface for Stable Diffusion, utilizing the powerful Gradio library. This cutting-edge browser interface offers an unparalleled level of customization and optimization for users, setting it apart from other web interfaces.
Stable Diffusion WebUI UX Forge is build on top of Stable Diffusion WebUI Forge. It will sync with the upstream repository every 10 days.
🌟 Your Support Makes a Difference! 🌟
- Redundant Checkpoints & Extra Networks: Removing redundant Checkpoints and "Extra Networks" (Textual Inversion, Lora, and Hypernetworks) from img2img to reduce duplicated images and event listeners.
- Inline Event Listeners: Eradicating inline event listeners from "Extra Networks" cards and action buttons.
- Event Delegation Pattern: Applying an event delegation pattern to further streamline the code by consolidating event handling for "Extra Networks" cards and action buttons.
- Optimized Stylesheets: Enhanced visual coherence by substituting all default Gradio stylesheets in the DOM with an optimized version.
- Inline Styles & Svelte Classes: Improved efficiency by eliminating unnecessary inline styles and Svelte classes.
- Mobile Responsive Design: Optimal display and usability across various devices.
- Versatile Micro-Template Engine: Leverage for enhanced functionality through other extensions.
- Customizable Theme Styles: User-friendly interface for theme customization.
- Built-in Console Log: Debugging capabilities for developers.
- Production and Development Modes: Dynamically compile the web UI UX using Vite directly from the interface.
- Ignore Overrides Option: Flexibility to maintain original settings when necessary.
- Enhanced Usability for Sliders: Input range sliders support tick marks for improved interaction.
- Toggle Input Modes: Switch between slider and numeric input modes for a compact interface.
- Compatible with Gradio 3 and 4: Works seamlessly with both Gradio 3 and Gradio 4 frameworks.
- Infinite Image Browsing Extension
- Deforum Extension
- Prompt-All-In-One Extension
- Aspect-Ratio-Helper Extension
- Separate and organize CSS into individual files (in progress).
- Create documentation for developers on how to incorporate their components into various areas of the UI/UX.
- Implement fullscreen gallery functionality.
- Fork the Gradio project and contribute to enhancing their components.
A sophisticated theme editor allowing you to personalize any aspect of the UI-UX. Tailor the visual experience of the user interface with the Advanced Theme Style configurator.
🌟 Get early access to Advanced Theme Style Configurator! 🌟
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.
🌟 Get early access to Workspaces! 🌟
Make sure the required dependencies are met and follow the instructions available for:
- NVidia (recommended)
- AMD GPUs.
- Intel CPUs, Intel GPUs (both integrated and discrete) (external wiki page)
- Ascend NPUs (external wiki page)
- Install Python 3.10.6 (Newer version of Python does not support torch), checking "Add Python to PATH".
- Install git.
- Download the stable-diffusion-webui repository, for example by running
git clone https://github.com/anapnoe/stable-diffusion-webui-ux-forge.git
. - Run
webui-user.bat
from Windows Explorer as normal, non-administrator, user.
- Install the dependencies:
# Debian-based:
sudo apt install wget git python3 python3-venv libgl1 libglib2.0-0
# Red Hat-based:
sudo dnf install wget git python3 gperftools-libs libglvnd-glx
# openSUSE-based:
sudo zypper install wget git python3 libtcmalloc4 libglvnd
# Arch-based:
sudo pacman -S wget git python3
If your system is very new, you need to install python3.11 or python3.10:
# Ubuntu 24.04
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install python3.11
# Manjaro/Arch
sudo pacman -S yay
yay -S python311 # do not confuse with python3.11 package
# Only for 3.11
# Then set up env variable in launch script
export python_cmd="python3.11"
# or in webui-user.sh
python_cmd="python3.11"
- Navigate to the directory you would like the webui to be installed and execute the following command:
wget -q https://raw.githubusercontent.com/anapnoe/stable-diffusion-webui-ux/master/webui.sh
Or just clone the repo wherever you want:
git clone https://github.com/anapnoe/stable-diffusion-webui-ux-forge.git
- Run
webui.sh
. - Check
webui-user.sh
for options.
Find the instructions here.