diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-05 20:08:06 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-05 20:08:06 +0000 |
commit | b6763fb8847df5a5678f37137e7a702569e5c925 (patch) | |
tree | a535916207766972b929de713c6d3bb1f2a2f2d8 /script.js | |
parent | f5563853b83aa8fd60484af1c0d6a9691c887d25 (diff) | |
download | stable-diffusion-webui-gfx803-b6763fb8847df5a5678f37137e7a702569e5c925.tar.gz stable-diffusion-webui-gfx803-b6763fb8847df5a5678f37137e7a702569e5c925.tar.bz2 stable-diffusion-webui-gfx803-b6763fb8847df5a5678f37137e7a702569e5c925.zip |
added random artist button
added a setting for padding when doing inpaint at original resolution
Diffstat (limited to 'script.js')
-rw-r--r-- | script.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ titles = { "Tiling": "Produce an image that can be tiled.", "Tile overlap": "For SD upscale, how much overlap in pixels should there be between tiles. Tils overlap so that when they are merged back into one oicture, there is no clearly visible seam.", + "Roll": "Add a random artist to the prompt.", } function gradioApp(){ |