From 0a8380228fd6ea08595014c6f1de16810f19cd2a Mon Sep 17 00:00:00 2001 From: cryptotester <49552918+cryptotester@users.noreply.github.com> Date: Tue, 31 Jan 2023 08:48:38 +0100 Subject: [PATCH] Rename web-user.bat to web-user-example.bat Update also readme for Windows --- README.md | 3 ++- webui-user.bat => webui-user-example.bat | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename webui-user.bat => webui-user-example.bat (100%) diff --git a/README.md b/README.md index 8911fbe8..fb6c662b 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,8 @@ Alternatively, use online services (like Google Colab): 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`. 4. Place stable diffusion checkpoint (`model.ckpt`) in the `models/Stable-diffusion` directory (see [dependencies](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Dependencies) for where to get it). -5. Run `webui-user.bat` from Windows Explorer as normal, non-administrator, user. +5. Copy `webui-user-example.bat` to `webui-user.bat` (to customize command line options etc.: edit `webui-user.bat`). +6. Run `webui-user.bat` from Windows Explorer as normal, non-administrator, user. ### Automatic Installation on Linux 1. Install the dependencies: diff --git a/webui-user.bat b/webui-user-example.bat similarity index 100% rename from webui-user.bat rename to webui-user-example.bat