From ca29a755cf16c7a3b45b75b05016023cd38ad73e Mon Sep 17 00:00:00 2001 From: anapnoe <124302297+anapnoe@users.noreply.github.com> Date: Thu, 24 Jul 2025 23:20:11 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 0033778d..55057eae 100644 --- a/README.md +++ b/README.md @@ -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). From e853e35a021d62d29d655f9460e0a70b0d4b6305 Mon Sep 17 00:00:00 2001 From: anapnoe <124302297+anapnoe@users.noreply.github.com> Date: Thu, 24 Jul 2025 23:23:33 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55057eae..67733898 100644 --- a/README.md +++ b/README.md @@ -246,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`.