aboutsummaryrefslogtreecommitdiffstats
path: root/webui-user.sh
AgeCommit message (Collapse)AuthorLines
2023-04-13Try using TCMalloc on Linux by defaultgk-0/+3
2022-12-01Add support for macOS (Darwin) in launch.pybrkirch-1/+1
2022-11-09Optional Accelerate Launchd8ahazard-0/+3
2022-10-16revert changes to two bat files I asked to revert but the author couldn't in ↵AUTOMATIC-19/+1
863e9efc19d2811f1db5055be8e346781df3f7ce.
2022-10-16Pull out some of URL to Env Variable (#2578)Zeithrold-1/+19
* moved repository url to changeable environment variable * move stable diffusion repo itself to env * added missing env * Remove default URL Co-authored-by: AUTOMATIC1111 <16777216c@gmail.com>
2022-09-30Uppercase for env var LAUNCH_SCRIPTAndrew Savchyn-1/+1
2022-09-30Configurable launch scriptAndrew Savchyn-0/+3
2022-09-20Remove default git variables to prevent issuesorionaskatu-6/+6
2022-09-20Comment variables with default valuesorionaskatu-18/+18
2022-09-18Fix bad bad torch command variablesafentisFox-1/+1
2022-09-18change () to "" in .sh scripts because export AAA=(BBB CCC) sets AAA to BBB ↵AUTOMATIC-2/+2
and does not export anything whoever put that in .sh files - shame on you
2022-09-15Comment out empty envars in user config.Chris Oelerich-9/+9
Setting empty envars causes the `os.environ.get('ENVAR', "some default")` pattern in launch.py to ignore it's fallback value.
2022-09-14rewrite for launch.py - untestedorionaskatu-9/+16
2022-09-14install/launch scripts for linuxorionaskatu-0/+33