From b6763fb8847df5a5678f37137e7a702569e5c925 Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Mon, 5 Sep 2022 23:08:06 +0300 Subject: added random artist button added a setting for padding when doing inpaint at original resolution --- script.js | 1 + 1 file changed, 1 insertion(+) (limited to 'script.js') diff --git a/script.js b/script.js index eb85c226..7aa07e56 100644 --- a/script.js +++ b/script.js @@ -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(){ -- cgit v1.2.1