aboutsummaryrefslogtreecommitdiff
path: root/launch.py
AgeCommit message (Collapse)Author
2023-04-29use parsed commandline args for --skip-installAUTOMATIC
2023-04-29Merge branch 'dev' into patch-1AUTOMATIC1111
2023-04-29stuff related to torch version changeAUTOMATIC
2023-04-13change index urlVladimir Mandic
2023-04-04revert xformersVladimir Mandic
2023-04-03update xformersVladimir Mandic
2023-04-04Fix skip-install bug (see #8935)Micky Brunetti
2023-03-30update torchVladimir Mandic
2023-03-28Merge pull request #9052 from space-nuko/temp-disable-extensionsAUTOMATIC1111
Temporary disable extensions option
2023-03-28Merge pull request #8958 from MrCheeze/variations-modelAUTOMATIC1111
Add support for the unclip (Variations) models, unclip-h and unclip-l
2023-03-27Skip extension installers if all disabledspace-nuko
2023-03-27Make disable configurable between builtin/extra extensionsspace-nuko
2023-03-27Add temporary "disable all extensions" option for debugging usespace-nuko
2023-03-25Add support for the Variations models (unclip-h and unclip-l)MrCheeze
2023-03-25split commandline args into its own fileAUTOMATIC
make launch.py use the same command line argument parser as the main program
2023-03-25make it possible for user to enable gradio analytics by setting ↵AUTOMATIC
GRADIO_ANALYTICS_ENABLED=True
2023-03-25Merge pull request #8658 from hananbeer/disable_gradio_analyticsAUTOMATIC1111
preserve privacy by disabling gradio analytics globally
2023-03-19Fix problem of install.py when data-dir is specifiednonnonstop
2023-03-15disable gradio analytics globallyhigh_byte
2023-03-12fix #8492 breaking the program when the directory with code contains spaces.AUTOMATIC
2023-03-12do not import modules.paths in launch.pyAUTOMATIC
2023-03-11launch.py: fix failure because webui.sh's changesZhang Hua
launch.py: using getcwd() instead curdir launch.py: use absolute path for preparing also remove chdir() launch.py: use absolute path for test launch.py: add default script_path and data_path
2023-03-11use path to git from env variable for git_pull_recursiveAUTOMATIC
2023-03-09chore: added autostash flag to pullvladlearns
2023-03-09chore: removed scripts and added a flag to launch.pyvladlearns
2023-02-04fix --helpw-e-w
show correct help message
2023-01-30amend the error in previous commitAUTOMATIC
2023-01-30make linux launch.py use XFORMERS_PACKAGE var too; thanks, acncaguaAUTOMATIC
2023-01-30add an environment variable for selecting xformers packageAUTOMATIC
2023-01-28some more changes for python version warning; add a commandline flag to disableAUTOMATIC
2023-01-28remove waiting for input on version mismatch warning, change supported versionsAUTOMATIC
2023-01-27Made it only a warningSpaceginner
2023-01-26Only Linux will have max 3.11Spaceginner
2023-01-25Fixed typoSpaceginner
2023-01-25even more clarifications(?)Spaceginner
i have no idea what commit message should be
2023-01-25some clarificationSpaceginner
2023-01-25Remove a stacktrace from an assertion to not scare peopleSpaceginner
2023-01-25Added Python version checkSpaceginner
2023-01-25remove the pip install stuff because it does not work as i hoped it wouldAUTOMATIC
2023-01-24print progress when installing torchAUTOMATIC
add PIP_INSTALLER_LOCATION env var to install pip if it's not installed remove accidental call to accelerate when venv is disabled add another env var to skip venv - SKIP_VENV
2023-01-24make git commands not fail for extensions when you have spaces in webui ↵AUTOMATIC
directory
2023-01-24Set Linux xformers 0.0.16RC425acncagua
2023-01-23add a message about new torch/xformers version and a way to upgrade by ↵AUTOMATIC
specifying a commandline flag
2023-01-23Merge pull request #5939 from petalas/petalas/torch-upgradeAUTOMATIC1111
upgrading torch, torchvision, xformers (windows), to use cu117
2023-01-17disable the new NaN check for the CIAUTOMATIC
2023-01-16upgrading torch, torchvision, xformers (windows) to use u117Nick Petalas
2023-01-16add --skip-install option to prevent running pip in launch.py and speedup ↵AUTOMATIC
launch a bit
2023-01-10clear envvar, add assertionVladimir Repin
2023-01-05add footer with versionsAUTOMATIC
2022-12-10Merge pull request #5361 from rick68/patch-1AUTOMATIC1111
Update launch.py