From a0936b4f2c3ad01e86e6dc4a3d5cec6e9478948b Mon Sep 17 00:00:00 2001 From: cryptotester <49552918+cryptotester@users.noreply.github.com> Date: Mon, 30 Jan 2023 21:57:51 +0100 Subject: [PATCH] Rename web-user.sh to web-user-example.sh This is needed, because if users apply changes, when they git pull there may be conflicts. Also, the web-user.sh is ignored in .gitignore, so it should have never been checked in the first place. --- README.md | 2 ++ webui-user.sh => webui-user-example.sh | 0 2 files changed, 2 insertions(+) rename webui-user.sh => webui-user-example.sh (100%) diff --git a/README.md b/README.md index 2149dcc5..8911fbe8 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,8 @@ sudo pacman -S wget git python3 bash <(wget -qO- https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh) ``` +**Note for Linux**: to customize command line options etc. copy the `webui-user-example.sh` file to `webui-user.sh` and do your changes in `webui-user.sh` (`webui.sh` will load -if found- the `webui-user.sh` before starting). + ### Installation on Apple Silicon Find the instructions [here](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Installation-on-Apple-Silicon). diff --git a/webui-user.sh b/webui-user-example.sh similarity index 100% rename from webui-user.sh rename to webui-user-example.sh