Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Vendor in the single module used from taming_transformers; remove ↵ | Aarni Koskela | 2023-05-30 | 1 | -1/+0 |
| | | | | | | taming_transformers dependency (and fix the two ruff complaints) | ||||
* | Try using TCMalloc on Linux by default | gk | 2023-04-13 | 1 | -0/+3 |
| | |||||
* | Add support for macOS (Darwin) in launch.py | brkirch | 2022-12-01 | 1 | -1/+1 |
| | |||||
* | Optional Accelerate Launch | d8ahazard | 2022-11-09 | 1 | -0/+3 |
| | |||||
* | revert changes to two bat files I asked to revert but the author couldn't in ↵ | AUTOMATIC | 2022-10-16 | 1 | -19/+1 |
| | | | | 863e9efc19d2811f1db5055be8e346781df3f7ce. | ||||
* | Pull out some of URL to Env Variable (#2578) | Zeithrold | 2022-10-16 | 1 | -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_SCRIPT | Andrew Savchyn | 2022-09-30 | 1 | -1/+1 |
| | |||||
* | Configurable launch script | Andrew Savchyn | 2022-09-30 | 1 | -0/+3 |
| | |||||
* | Remove default git variables to prevent issues | orionaskatu | 2022-09-20 | 1 | -6/+6 |
| | |||||
* | Comment variables with default values | orionaskatu | 2022-09-20 | 1 | -18/+18 |
| | |||||
* | Fix bad bad torch command variable | safentisFox | 2022-09-18 | 1 | -1/+1 |
| | |||||
* | change () to "" in .sh scripts because export AAA=(BBB CCC) sets AAA to BBB ↵ | AUTOMATIC | 2022-09-18 | 1 | -2/+2 |
| | | | | | | and does not export anything whoever put that in .sh files - shame on you | ||||
* | Comment out empty envars in user config. | Chris Oelerich | 2022-09-15 | 1 | -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 - untested | orionaskatu | 2022-09-14 | 1 | -9/+16 |
| | |||||
* | install/launch scripts for linux | orionaskatu | 2022-09-14 | 1 | -0/+33 |