mirror of
https://github.com/anapnoe/stable-diffusion-webui-ux.git
synced 2026-09-19 09:15:20 +02:00
Merge branch 'master' of https://github.com/anapnoe/stable-diffusion-webui-ux
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user