aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2022-09-17 11:57:10 +0000
committerGitHub <noreply@github.com>2022-09-17 11:57:10 +0000
commit0d7fdb179104e48983d07e0175021f0e4bdc2d55 (patch)
treea183247f90049207a5af64b2882c0f92136ee6fe /README.md
parentac61e4663c21ea0f51a4319162d3877e00554a2a (diff)
parent1ef79f926e6314b3ef9308b12ff7ad482afd790a (diff)
downloadstable-diffusion-webui-gfx803-0d7fdb179104e48983d07e0175021f0e4bdc2d55.tar.gz
stable-diffusion-webui-gfx803-0d7fdb179104e48983d07e0175021f0e4bdc2d55.tar.bz2
stable-diffusion-webui-gfx803-0d7fdb179104e48983d07e0175021f0e4bdc2d55.zip
Merge branch 'master' into image_info_tab
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 84a78da5..d97ebc3f 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ Alternatively, use [Google Colab](https://colab.research.google.com/drive/1Iy-xW
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).
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 base directory, alongside `webui.py`.
+4. Place `model.ckpt` in the `models` directory.
5. _*(Optional)*_ Place `GFPGANv1.3.pth` in the base directory, alongside `webui.py`.
6. Run `webui-user.bat` from Windows Explorer as normal, non-administrate, user.
@@ -81,6 +81,7 @@ The documentation was moved from this README over to the project's [wiki](https:
- Ideas for optimizations - https://github.com/basujindal/stable-diffusion
- Doggettx - Cross Attention layer optimization - https://github.com/Doggettx/stable-diffusion, original idea for prompt editing.
- Idea for SD upscale - https://github.com/jquesnelle/txt2imghd
+- Noise generation for outpainting mk2 - https://github.com/parlance-zz/g-diffuser-bot
- 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)