Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
S
stable-diffusion-webui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
stable-diffusion-webui
Commits
3c7a22f7
Unverified
Commit
3c7a22f7
authored
Aug 29, 2022
by
Christian Clauss
Committed by
GitHub
Aug 29, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README.md: Fix typos
parent
036a0dde
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+3
-3
No files found.
README.md
View file @
3c7a22f7
...
@@ -111,7 +111,7 @@ will be appended to a csv file `log/log.csv` in the `/sd` directory.
...
@@ -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
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
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 parame
r
ters 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.
and you can easily find parameters for an image by searching for its filename.
### Copy-paste generation parameters
### Copy-paste generation parameters
...
@@ -123,7 +123,7 @@ If you generate multiple pictures, the displayed seed will be the seed of the fi
...
@@ -123,7 +123,7 @@ If you generate multiple pictures, the displayed seed will be the seed of the fi
### Correct seeds for batches
### 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`
.
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 i
am
ge that can't be generated by any seed.
Previous versions of the UI would produce
`1000, x, 1001, x`
, where x is an i
ma
ge that can't be generated by any seed.
### Resizing
### Resizing
There are three options for resizing input images in img2img mode:
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
...
@@ -167,7 +167,7 @@ PNG chunk info, for example: https://www.nayuki.io/page/png-file-chunk-inspector
### Textual Inversion
### Textual Inversion
Allows you to use pretrained textual inversion embeddings.
Allows you to use pretrained textual inversion embeddings.
See origin
i
al 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
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.
you want to train your own, I recommend following the guide on his site.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment