aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2022-08-29 06:05:13 +0000
committerGitHub <noreply@github.com>2022-08-29 06:05:13 +0000
commit3c7a22f77bd95144bbe1f077f9f43854cc7ceff6 (patch)
tree44cb3ab98a9bca1fb509fb358d6aa065bb87570c
parent036a0dde709282c01cf469487425f9df7357efc3 (diff)
downloadstable-diffusion-webui-gfx803-3c7a22f77bd95144bbe1f077f9f43854cc7ceff6.tar.gz
stable-diffusion-webui-gfx803-3c7a22f77bd95144bbe1f077f9f43854cc7ceff6.tar.bz2
stable-diffusion-webui-gfx803-3c7a22f77bd95144bbe1f077f9f43854cc7ceff6.zip
README.md: Fix typos
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8e40dc68..068bae7b 100644
--- a/README.md
+++ b/README.md
@@ -111,7 +111,7 @@ will be appended to a csv file `log/log.csv` in the `/sd` directory.
If you're like me, you experiment a lot with prompts and settings, and only few images are worth saving. You can
just save them using right click in browser, but then you won't be able to reproduce them later because you will not
-know what exact prompt created the image. If you use the flag button, generation paramerters will be written to csv file,
+know what exact prompt created the image. If you use the flag button, generation parameters will be written to csv file,
and you can easily find parameters for an image by searching for its filename.
### Copy-paste generation parameters
@@ -123,7 +123,7 @@ If you generate multiple pictures, the displayed seed will be the seed of the fi
### Correct seeds for batches
If you use a seed of 1000 to generate two batches of two images each, four generated images will have seeds: `1000, 1001, 1002, 1003`.
-Previous versions of the UI would produce `1000, x, 1001, x`, where x is an iamge that can't be generated by any seed.
+Previous versions of the UI would produce `1000, x, 1001, x`, where x is an image that can't be generated by any seed.
### Resizing
There are three options for resizing input images in img2img mode:
@@ -167,7 +167,7 @@ PNG chunk info, for example: https://www.nayuki.io/page/png-file-chunk-inspector
### Textual Inversion
Allows you to use pretrained textual inversion embeddings.
-See originial site for details: https://textual-inversion.github.io/.
+See original site for details: https://textual-inversion.github.io/.
I used lstein's repo for training embdedding: https://github.com/lstein/stable-diffusion; if
you want to train your own, I recommend following the guide on his site.