diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-05 07:41:01 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-05 07:41:01 +0000 |
commit | 811725d3aaba18f2b2479baf98191fd35608b25b (patch) | |
tree | de915613f9c259049324081b64d87b9797849466 /script.js | |
parent | e45e1862adfcc589135eec3c78ad981ff81c84a4 (diff) | |
download | stable-diffusion-webui-gfx803-811725d3aaba18f2b2479baf98191fd35608b25b.tar.gz stable-diffusion-webui-gfx803-811725d3aaba18f2b2479baf98191fd35608b25b.tar.bz2 stable-diffusion-webui-gfx803-811725d3aaba18f2b2479baf98191fd35608b25b.zip |
Update webui.py to instruct python to install binary packages; this should prevent errors people are getting with lacking C++ compilers
Diffstat (limited to 'script.js')
-rw-r--r-- | script.js | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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(){ |