aboutsummaryrefslogtreecommitdiffstats
path: root/launch.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* launch.py: Simplify run()Aarni Koskela2023-05-111-19/+23
* launch.py: Add debugging envvar to see install outputAarni Koskela2023-05-111-2/+5
* 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
|\
| * 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
|\
| * 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 Variations models (unclip-h and unclip-l)MrCheeze2023-03-261-1/+1
* | split commandline args into its own fileAUTOMATIC2023-03-251-54/+23
* | make it possible for user to enable gradio analytics by setting GRADIO_ANALYT...AUTOMATIC2023-03-251-1/+2
* | Merge pull request #8658 from hananbeer/disable_gradio_analyticsAUTOMATIC11112023-03-251-0/+1
|\ \
| * | 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
|/
* 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
* amend the error in previous commitAUTOMATIC2023-01-301-1/+1
* make linux launch.py use XFORMERS_PACKAGE var too; thanks, acncaguaAUTOMATIC2023-01-301-1/+1
* add an environment variable for selecting xformers packageAUTOMATIC2023-01-301-1/+2
* some more changes for python version warning; add a commandline flag to disableAUTOMATIC2023-01-281-6/+19
* remove waiting for input on version mismatch warning, change supported versionsAUTOMATIC2023-01-281-23/+12
* Made it only a warningSpaceginner2023-01-271-11/+28
* Only Linux will have max 3.11Spaceginner2023-01-261-3/+3
* Fixed typoSpaceginner2023-01-251-2/+2
* even more clarifications(?)Spaceginner2023-01-251-1/+1
* some clarificationSpaceginner2023-01-251-1/+2
* Remove a stacktrace from an assertion to not scare peopleSpaceginner2023-01-251-1/+4
* Added Python version checkSpaceginner2023-01-251-0/+12
* remove the pip install stuff because it does not work as i hoped it wouldAUTOMATIC2023-01-241-5/+0
* print progress when installing torchAUTOMATIC2023-01-241-3/+17
* make git commands not fail for extensions when you have spaces in webui direc...AUTOMATIC2023-01-241-4/+4