aboutsummaryrefslogtreecommitdiffstats
path: root/launch.py
Commit message (Collapse)AuthorAgeFilesLines
* reworking launch.py: add references to renamed fileAUTOMATIC2023-05-211-0/+38
|
* reworking launch.py: renameAUTOMATIC2023-05-211-348/+0
|
* add DPM-Solver++(2M) SDE from new k-diffusionAUTOMATIC2023-05-211-1/+1
|
* Overhaul tests to use py.testAarni Koskela2023-05-191-20/+12
|
* Merge pull request #10381 from AUTOMATIC1111/minor-fixAUTOMATIC11112023-05-181-1/+1
|\ | | | | Minor fix
| * Modify xformers instead of pytorchSakura-Luna2023-05-181-2/+3
| |
| * Change to extra-index-urlSakura-Luna2023-05-141-1/+1
| |
| * Modify pytorch commandSakura-Luna2023-05-141-1/+1
| |
* | Merge branch 'dev' into ngrok-pyAUTOMATIC11112023-05-181-61/+47
|\ \
| * | launch.py: Don't involve shell for running Python or Git for outputAarni Koskela2023-05-141-3/+3
| | | | | | | | | | | | Fixes Linux regression in 451d255b5859580c4adf99d67760330d58d76446
| * | Get rid of check_run + run_pythonAarni Koskela2023-05-121-13/+8
| | |
| * | launch.py: make git_tag() and commit_hash() work even when ↵Aarni Koskela2023-05-121-20/+7
| | | | | | | | | | | | WEBUI_LAUNCH_LIVE_OUTPUT
| * | fix --data-dir for COMMANDLINE_ARGSw-e-w2023-05-121-4/+0
| | | | | | | | | | | | move reading of COMMANDLINE_ARGS into paths_internal.py so --data-dir can be properly read
| * | Autofix Ruff W (not W605) (mostly whitespace)Aarni Koskela2023-05-111-1/+1
| | |
| * | launch.py: make torch_index_url an envvarAarni Koskela2023-05-111-1/+2
| | |
| * | launch.py: Use GitHub archive URLs for gfpgan, clip, openclip instead of git ↵Aarni Koskela2023-05-111-3/+3
| | | | | | | | | | | | clones
| * | launch.py: Simplify run()Aarni Koskela2023-05-111-19/+23
| | |
| * | launch.py: Add debugging envvar to see install outputAarni Koskela2023-05-111-2/+5
| |/
* / Use ngrok-py librarybobzilladev2023-05-161-2/+2
|/
* bump torch versionAUTOMATIC2023-05-101-1/+1
|
* add version to infotext, footer and console output when startingAUTOMATIC2023-05-081-0/+17
|
* attempt to fix broken github CIAUTOMATIC2023-04-291-1/+1
|
* Merge pull request #9165 from Ming424/update-readmeAUTOMATIC11112023-04-291-1/+1
|\ | | | | Small update for readme
| * Update launch.pyThierry2023-03-291-1/+1
| |
* | use parsed commandline args for --skip-installAUTOMATIC2023-04-291-3/+3
| |
* | Merge branch 'dev' into patch-1AUTOMATIC11112023-04-291-6/+6
|\ \
| * | stuff related to torch version changeAUTOMATIC2023-04-291-4/+4
| | |
| * | change index urlVladimir Mandic2023-04-131-1/+1
| | |
| * | revert xformersVladimir Mandic2023-04-041-1/+1
| | |
| * | update xformersVladimir Mandic2023-04-031-1/+1
| | |
| * | update torchVladimir Mandic2023-03-301-3/+3
| |/
* / Fix skip-install bug (see #8935)Micky Brunetti2023-04-031-4/+1
|/
* Merge pull request #9052 from space-nuko/temp-disable-extensionsAUTOMATIC11112023-03-281-0/+4
|\ | | | | Temporary disable extensions option
| * Skip extension installers if all disabledspace-nuko2023-03-271-0/+4
| |
| * Make disable configurable between builtin/extra extensionsspace-nuko2023-03-271-4/+0
| |
| * Add temporary "disable all extensions" option for debugging usespace-nuko2023-03-271-0/+4
| |
* | Merge pull request #8958 from MrCheeze/variations-modelAUTOMATIC11112023-03-281-1/+1
|\ \ | |/ |/| Add support for the unclip (Variations) models, unclip-h and unclip-l
| * Add support for the Variations models (unclip-h and unclip-l)MrCheeze2023-03-261-1/+1
| |
* | split commandline args into its own fileAUTOMATIC2023-03-251-54/+23
| | | | | | | | make launch.py use the same command line argument parser as the main program
* | make it possible for user to enable gradio analytics by setting ↵AUTOMATIC2023-03-251-1/+2
| | | | | | | | GRADIO_ANALYTICS_ENABLED=True
* | Merge pull request #8658 from hananbeer/disable_gradio_analyticsAUTOMATIC11112023-03-251-0/+1
|\ \ | | | | | | preserve privacy by disabling gradio analytics globally
| * | disable gradio analytics globallyhigh_byte2023-03-151-0/+1
| | |
* | | Fix problem of install.py when data-dir is specifiednonnonstop2023-03-181-2/+2
| |/ |/|
* | fix #8492 breaking the program when the directory with code contains spaces.AUTOMATIC2023-03-121-2/+4
| |
* | do not import modules.paths in launch.pyAUTOMATIC2023-03-121-9/+8
| |
* | launch.py: fix failure because webui.sh's changesZhang Hua2023-03-111-7/+12
|/ | | | | | | | | | | | 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
* use path to git from env variable for git_pull_recursiveAUTOMATIC2023-03-111-1/+3
|
* chore: added autostash flag to pullvladlearns2023-03-091-1/+1
|
* chore: removed scripts and added a flag to launch.pyvladlearns2023-03-091-1/+13
|
* fix --helpw-e-w2023-02-041-1/+1
| | | | show correct help message