aboutsummaryrefslogtreecommitdiff
path: root/script.js
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-09-09 17:54:04 +0300
committerAUTOMATIC <16777216c@gmail.com>2022-09-09 17:54:04 +0300
commitb1707553cf70d74fad08c62cfca5a2bdfee936b7 (patch)
tree2da7b9c59acd1f61a169f84f404ae8fe440ed79a /script.js
parent003b60b94e42e21e9213b286b6a51a222db1076a (diff)
added resize seeds and variation seeds features
Diffstat (limited to 'script.js')
-rw-r--r--script.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/script.js b/script.js
index c1143a8a..ed376508 100644
--- a/script.js
+++ b/script.js
@@ -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(){