From 811725d3aaba18f2b2479baf98191fd35608b25b Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Mon, 5 Sep 2022 10:41:01 +0300 Subject: Update webui.py to instruct python to install binary packages; this should prevent errors people are getting with lacking C++ compilers --- script.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'script.js') diff --git a/script.js b/script.js index e200e713..eb85c226 100644 --- a/script.js +++ b/script.js @@ -40,6 +40,10 @@ titles = { "Custom code": "Run python code. Advanced user only. Must run program with --allow-code for this to work", "Prompt S/R": "Separate a list of words with commas, and the first word will be used as a keyword: script will search for this word in the prompt, and replace it with others", + + "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.", + } function gradioApp(){ -- cgit v1.2.3