aboutsummaryrefslogtreecommitdiffstats
path: root/launch.py
Commit message (Collapse)AuthorAgeFilesLines
* Update launch.pyd8ahazard2022-09-211-1/+1
|
* Add LDSR and "GoLatent?" Upscaling (#763)d8ahazard2022-09-211-0/+3
| | | * Add LDSR Upscaling
* removed TORCH_COMMAND section from webui.sh andbenbot2022-09-211-3/+4
| | | | added correct torchvision version to default torch install command
* oopsAUTOMATIC2022-09-211-1/+1
|
* added --skip-torch-cuda-test to launcher for #746AUTOMATIC2022-09-211-2/+13
|
* added __name__ == __main__ to launch.py so it can be imported without ↵Rahul Kolasseri2022-09-201-2/+2
| | | | launching the webUI
* emergency fix for running in dir with spacesAUTOMATIC2022-09-131-6/+6
|
* moved most of functionality from webui.bat into cross-platform launch.pyAUTOMATIC2022-09-131-0/+127
moved stable diffusion dependencies into requirements.txt added checkout with specific commit hashes to all external repos