|
@@ -1,9 +1,7 @@
|
|
# Stable Diffusion web UI
|
|
# Stable Diffusion web UI
|
|
A browser interface based on Gradio library for Stable Diffusion.
|
|
A browser interface based on Gradio library for Stable Diffusion.
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-Check the [custom scripts](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Custom-Scripts) wiki page for extra scripts developed by users.
|
|
|
|
|
|
+
|
|
|
|
|
|
## Features
|
|
## Features
|
|
[Detailed feature showcase with images](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features):
|
|
[Detailed feature showcase with images](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features):
|
|
@@ -97,9 +95,8 @@ Alternatively, use online services (like Google Colab):
|
|
1. Install [Python 3.10.6](https://www.python.org/downloads/windows/), checking "Add Python to PATH"
|
|
1. Install [Python 3.10.6](https://www.python.org/downloads/windows/), checking "Add Python to PATH"
|
|
2. Install [git](https://git-scm.com/download/win).
|
|
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/AUTOMATIC1111/stable-diffusion-webui.git`.
|
|
-4. Place `model.ckpt` in the `models` directory (see [dependencies](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Dependencies) for where to get it).
|
|
|
|
-5. _*(Optional)*_ Place `GFPGANv1.4.pth` in the base directory, alongside `webui.py` (see [dependencies](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Dependencies) for where to get it).
|
|
|
|
-6. Run `webui-user.bat` from Windows Explorer as normal, non-administrator, user.
|
|
|
|
|
|
+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.
|
|
|
|
|
|
### Automatic Installation on Linux
|
|
### Automatic Installation on Linux
|
|
1. Install the dependencies:
|
|
1. Install the dependencies:
|