Update webui.py to instruct python to install binary packages; this should prevent errors people are getting with lacking C++ compilers

This commit is contained in:
AUTOMATIC
2022-09-05 10:41:01 +03:00
parent e45e1862ad
commit 811725d3aa
3 changed files with 11 additions and 7 deletions

View File

@@ -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(){