From d5ef1316cfe80df858c2f58b8c3f08f1504e94a3 Mon Sep 17 00:00:00 2001 From: anapnoe <124302297+anapnoe@users.noreply.github.com> Date: Tue, 31 Oct 2023 20:09:16 +0200 Subject: [PATCH 1/7] Update README.md --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 49403732850..9077fdbc74d 100644 --- a/README.md +++ b/README.md @@ -102,16 +102,10 @@ Alternatively, use online services (like Google Colab): - [List of Online Services](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Online-Services) -### Installation on Windows 10/11 with NVidia-GPUs using release package -1. Download `sd.webui.zip` from [v1.0.0-pre](https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases/tag/v1.0.0-pre) and extract it's contents. -2. Run `update.bat`. -3. Run `run.bat`. -> For more details see [Install-and-Run-on-NVidia-GPUs](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-NVidia-GPUs) - ### Automatic Installation on Windows 1. Install [Python 3.10.6](https://www.python.org/downloads/release/python-3106/) (Newer version of Python does not support torch), checking "Add Python to PATH". 2. Install [git](https://git-scm.com/download/win). -3. Download the stable-diffusion-webui repository, for example by running `git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git`. +3. Download the stable-diffusion-webui repository, for example by running `git clone https://github.com/anapnoe/stable-diffusion-webui-ux.git`. 4. Run `webui-user.bat` from Windows Explorer as normal, non-administrator, user. ### Automatic Installation on Linux @@ -126,7 +120,7 @@ sudo pacman -S wget git python3 ``` 2. Navigate to the directory you would like the webui to be installed and execute the following command: ```bash -wget -q https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh +wget -q https://raw.githubusercontent.com/anapnoe/stable-diffusion-webui-ux/master/webui.sh ``` 3. Run `webui.sh`. 4. Check `webui-user.sh` for options. From 05f2389f994e235f8335e6ed1a6be22dea38133f Mon Sep 17 00:00:00 2001 From: anapnoe <124302297+anapnoe@users.noreply.github.com> Date: Wed, 1 Nov 2023 03:11:24 +0200 Subject: [PATCH 2/7] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9077fdbc74d..b7f8c1ce6f3 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,11 @@ A bespoke, highly adaptable user interface for the Stable Diffusion, utilizing t ![](screenshot.png) +## Todos +-Mobile Support +-Fullscreen Gallery Support +-UI-UX Options in Settings + ## Features [Detailed feature showcase with images](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features): - Original txt2img and img2img modes From 622cde96e321eb9d36077020998b904b5ff2cbce Mon Sep 17 00:00:00 2001 From: anapnoe <124302297+anapnoe@users.noreply.github.com> Date: Wed, 1 Nov 2023 03:11:57 +0200 Subject: [PATCH 3/7] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b7f8c1ce6f3..1638b38c528 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ A bespoke, highly adaptable user interface for the Stable Diffusion, utilizing t ![](screenshot.png) ## Todos --Mobile Support --Fullscreen Gallery Support --UI-UX Options in Settings +Mobile Support +Fullscreen Gallery Support +UI-UX Options in Settings ## Features [Detailed feature showcase with images](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features): From 9d24b2ce2f623f8c46c2f1bf1ff1136ec3eb2487 Mon Sep 17 00:00:00 2001 From: anapnoe <124302297+anapnoe@users.noreply.github.com> Date: Wed, 1 Nov 2023 03:14:41 +0200 Subject: [PATCH 4/7] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1638b38c528..2bcc215d26c 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,10 @@ A bespoke, highly adaptable user interface for the Stable Diffusion, utilizing t ![](screenshot.png) ## Todos -Mobile Support -Fullscreen Gallery Support -UI-UX Options in Settings +- Mobile Support +- Fullscreen Gallery Support +- UI-UX Options in Settings + ## Features [Detailed feature showcase with images](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features): From 4d7373f798306f1d929014de4334ebeff7f234a8 Mon Sep 17 00:00:00 2001 From: anapnoe <124302297+anapnoe@users.noreply.github.com> Date: Wed, 1 Nov 2023 03:26:10 +0200 Subject: [PATCH 5/7] Update webui-user.bat --- webui-user.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui-user.bat b/webui-user.bat index b719b209880..e5a257bef06 100644 --- a/webui-user.bat +++ b/webui-user.bat @@ -3,6 +3,6 @@ set PYTHON= set GIT= set VENV_DIR= -set COMMANDLINE_ARGS= --api --medvram-sdxl +set COMMANDLINE_ARGS= call webui.bat From 0c7391a439298fa4dda15a53f3d212b79f058c72 Mon Sep 17 00:00:00 2001 From: anapnoe <124302297+anapnoe@users.noreply.github.com> Date: Wed, 1 Nov 2023 03:51:56 +0200 Subject: [PATCH 6/7] Update CITATION.cff --- CITATION.cff | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 2c781aff450..819363f3bb9 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,7 +1,7 @@ cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - - given-names: AUTOMATIC1111 -title: "Stable Diffusion Web UI" -date-released: 2022-08-22 -url: "https://github.com/AUTOMATIC1111/stable-diffusion-webui" + - given-names: Anapnoe +title: "Stable Diffusion Web UI-UX" +date-released: 2023-11-01 +url: "https://github.com/anapnoe/stable-diffusion-webui-ux" From 5b076f5271686d92314dbf4e05b881b4ddac301d Mon Sep 17 00:00:00 2001 From: anapnoe <124302297+anapnoe@users.noreply.github.com> Date: Wed, 1 Nov 2023 05:51:15 +0200 Subject: [PATCH 7/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bcc215d26c..2af2a43da65 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A bespoke, highly adaptable user interface for the Stable Diffusion, utilizing t ![](screenshot.png) -## Todos +## Todo - Mobile Support - Fullscreen Gallery Support - UI-UX Options in Settings