diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-07-29 04:49:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-29 04:49:22 +0000 |
commit | 9a52a30d2f8b41afea579342f56f9f779ab510c5 (patch) | |
tree | be0bc27f68082ca58d8bb43adbbfaf337b7c89d0 /README.md | |
parent | fc163218c4d439e65c63a625c51f129249a024c7 (diff) | |
parent | fd435585864dec036d08beb5fda5f155ee0b312a (diff) | |
download | stable-diffusion-webui-gfx803-9a52a30d2f8b41afea579342f56f9f779ab510c5.tar.gz stable-diffusion-webui-gfx803-9a52a30d2f8b41afea579342f56f9f779ab510c5.tar.bz2 stable-diffusion-webui-gfx803-9a52a30d2f8b41afea579342f56f9f779ab510c5.zip |
Merge pull request #12107 from JetVarimax/patch-2
Fix typo
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 domension must be a multiple of 8 rather than 64
+- Eased resolution restriction: generated image's dimension must be a multiple of 8 rather than 64
- Now with a license!
- Reorder elements in the UI from settings screen
|