This commit is contained in:
anapnoe
2025-07-25 21:04:39 +03:00
+1 -8
View File
@@ -81,13 +81,6 @@ SD webUI UX implements **event delegation** + **virtualized grid** for O(1) perf
- Flat memory profile (≈50MB heap regardless of model assets library size)
- O(1) event handling complexity
- Instant scrolling with 100K+ assets
## Installation
- **Open the Extensions tab in SD-webui.**
- **Select the Install from URL option.**
- **Enter `https://github.com/anapnoe/sd-webui-ux.git`**
- **Click on the Install button.**
- **Wait for the installation to complete and click on Apply and restart UI.**
## Todo
- [ ] Separate and organize CSS into individual files (in progress).
@@ -253,7 +246,7 @@ wget -q https://raw.githubusercontent.com/anapnoe/stable-diffusion-webui-ux/mast
```
Or just clone the repo wherever you want:
```bash
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui-ux.git
git clone https://github.com/anapnoe/stable-diffusion-webui-ux.git
```
3. Run `webui.sh`.