aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-08-28 12:04:07 +0000
committerGitHub <noreply@github.com>2023-08-28 12:04:07 +0000
commitd1c93c38220d62485f8e14e6331f9b6b5e1e3259 (patch)
tree12b4e04a8f17c4275c26bc23870cab0535e053e0
parent8632452627e1341bcd447dbec3c1516f319200a0 (diff)
parent9e14cac3182b53173f1c356f2f13bd1cb0cedc89 (diff)
downloadstable-diffusion-webui-gfx803-d1c93c38220d62485f8e14e6331f9b6b5e1e3259.tar.gz
stable-diffusion-webui-gfx803-d1c93c38220d62485f8e14e6331f9b6b5e1e3259.tar.bz2
stable-diffusion-webui-gfx803-d1c93c38220d62485f8e14e6331f9b6b5e1e3259.zip
Merge pull request #12827 from omahs/patch-1
Fix minor typos
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4e083440..c7a4e363 100644
--- a/README.md
+++ b/README.md
@@ -88,7 +88,7 @@ A browser interface based on Gradio library for Stable Diffusion.
- [Alt-Diffusion](https://arxiv.org/abs/2211.06679) support - see [wiki](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features#alt-diffusion) for instructions
- Now without any bad letters!
- Load checkpoints in safetensors format
-- Eased resolution restriction: generated image's dimension must be a multiple of 8 rather than 64
+- Eased resolution restriction: generated image's dimensions must be a multiple of 8 rather than 64
- Now with a license!
- Reorder elements in the UI from settings screen
@@ -103,7 +103,7 @@ Alternatively, use online services (like Google Colab):
- [List of Online Services](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Online-Services)
### Installation on Windows 10/11 with NVidia-GPUs using release package
-1. Download `sd.webui.zip` from [v1.0.0-pre](https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases/tag/v1.0.0-pre) and extract it's contents.
+1. Download `sd.webui.zip` from [v1.0.0-pre](https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases/tag/v1.0.0-pre) and extract its contents.
2. Run `update.bat`.
3. Run `run.bat`.
> For more details see [Install-and-Run-on-NVidia-GPUs](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-NVidia-GPUs)