aboutsummaryrefslogtreecommitdiffstats
path: root/webui-user.sh
Commit message (Collapse)AuthorAgeFilesLines
* Vendor in the single module used from taming_transformers; remove ↵Aarni Koskela2023-05-301-1/+0
| | | | | | taming_transformers dependency (and fix the two ruff complaints)
* Try using TCMalloc on Linux by defaultgk2023-04-131-0/+3
|
* Add support for macOS (Darwin) in launch.pybrkirch2022-12-011-1/+1
|
* Optional Accelerate Launchd8ahazard2022-11-091-0/+3
|
* revert changes to two bat files I asked to revert but the author couldn't in ↵AUTOMATIC2022-10-161-19/+1
| | | | 863e9efc19d2811f1db5055be8e346781df3f7ce.
* Pull out some of URL to Env Variable (#2578)Zeithrold2022-10-161-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>
* Uppercase for env var LAUNCH_SCRIPTAndrew Savchyn2022-09-301-1/+1
|
* Configurable launch scriptAndrew Savchyn2022-09-301-0/+3
|
* Remove default git variables to prevent issuesorionaskatu2022-09-201-6/+6
|
* Comment variables with default valuesorionaskatu2022-09-201-18/+18
|
* Fix bad bad torch command variablesafentisFox2022-09-181-1/+1
|
* change () to "" in .sh scripts because export AAA=(BBB CCC) sets AAA to BBB ↵AUTOMATIC2022-09-181-2/+2
| | | | | | and does not export anything whoever put that in .sh files - shame on you
* Comment out empty envars in user config.Chris Oelerich2022-09-151-9/+9
| | | Setting empty envars causes the `os.environ.get('ENVAR', "some default")` pattern in launch.py to ignore it's fallback value.
* rewrite for launch.py - untestedorionaskatu2022-09-141-9/+16
|
* install/launch scripts for linuxorionaskatu2022-09-141-0/+33