diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-09 14:54:04 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-09 14:54:04 +0000 |
commit | b1707553cf70d74fad08c62cfca5a2bdfee936b7 (patch) | |
tree | 2da7b9c59acd1f61a169f84f404ae8fe440ed79a /script.js | |
parent | 003b60b94e42e21e9213b286b6a51a222db1076a (diff) | |
download | stable-diffusion-webui-gfx803-b1707553cf70d74fad08c62cfca5a2bdfee936b7.tar.gz stable-diffusion-webui-gfx803-b1707553cf70d74fad08c62cfca5a2bdfee936b7.tar.bz2 stable-diffusion-webui-gfx803-b1707553cf70d74fad08c62cfca5a2bdfee936b7.zip |
added resize seeds and variation seeds features
Diffstat (limited to 'script.js')
-rw-r--r-- | script.js | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -46,6 +46,11 @@ titles = { "Tile overlap": "For SD upscale, how much overlap in pixels should there be between tiles. Tiles overlap so that when they are merged back into one picture, there is no clearly visible seam.", "Roll": "Add a random artist to the prompt.", + + "Variation seed": "Seed of a different picture to be mixed into the generation.", + "Variation strength": "How strong of a variation to produce. At 0, there will be no effect. At 1, you will get the complete picture with variation seed (except for ancestral samplers, where you will just get something).", + "Resize seed from height": "Make an attempt to produce a picture similar to what would have been produced with same seed at specified resolution", + "Resize seed from width": "Make an attempt to produce a picture similar to what would have been produced with same seed at specified resolution", } function gradioApp(){ |