diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-14 08:18:40 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-14 08:18:40 +0000 |
commit | 0cfbd59d6d3642c5625604f1e10eded647c18980 (patch) | |
tree | d6912894153566be86912bd04eadfa1119e6f0fb /README.md | |
parent | 928b246c9ebd0400085da459b002bd751f2f139a (diff) | |
parent | a0e819de90da4f93e7e1d8216dd9373a90851fd8 (diff) | |
download | stable-diffusion-webui-gfx803-0cfbd59d6d3642c5625604f1e10eded647c18980.tar.gz stable-diffusion-webui-gfx803-0cfbd59d6d3642c5625604f1e10eded647c18980.tar.bz2 stable-diffusion-webui-gfx803-0cfbd59d6d3642c5625604f1e10eded647c18980.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 32 |
1 files changed, 31 insertions, 1 deletions
@@ -70,6 +70,36 @@ RealESRGAN into the directory with ESRGAN models. Thank you. - _*(optional)*_ place `GFPGANv1.3.pth` into webui directory, next to `webui.bat`.
- run `webui-user.bat` from Windows Explorer. Run it as a normal user, ***not*** as administrator.
+### Linux Automatic installation/launch
+
+Prequisites:
+- For Debian-based:
+```commandline
+sudo apt install wget git python3 python3-venv
+```
+- For Red Hat-based:
+```commandline
+sudo dnf install wget git python3
+```
+
+
+- If you want to install to default directory `/home/$(whoami)/stable-diffusion-webui/`, you can launch directly:
+```commandline
+bash <(wget -qO- https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh)
+```
+
+
+- If you want to customize the installation just `git clone` the repo where you want it,
+change the variables in `webui-user.sh` and launch in console `bash webui.sh`.
+
+
+
+- place `model.ckpt` into webui directory, next to `webui.py`.
+- _*(optional)*_ place `GFPGANv1.3.pth` into webui directory, next to `webui.py`.
+- run `bash webui.sh`. Run it as a normal user, ***not*** as root.
+
+
+
#### Troubleshooting
- if your version of Python is not in PATH (or if another version is), edit `webui-user.bat`, and modify the
@@ -330,4 +360,4 @@ After that follow the instructions in the `Manual instructions` section starting - Idea for SD upscale - https://github.com/jquesnelle/txt2imghd
- CLIP interrogator idea and borrowing some code - https://github.com/pharmapsychotic/clip-interrogator
- Initial Gradio script - posted on 4chan by an Anonymous user. Thank you Anonymous user.
-- (You)
+- (You)
\ No newline at end of file |