Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reworking launch.py: add references to renamed file | AUTOMATIC | 2023-05-21 | 1 | -0/+38 |
| | |||||
* | reworking launch.py: rename | AUTOMATIC | 2023-05-21 | 1 | -348/+0 |
| | |||||
* | add DPM-Solver++(2M) SDE from new k-diffusion | AUTOMATIC | 2023-05-21 | 1 | -1/+1 |
| | |||||
* | Overhaul tests to use py.test | Aarni Koskela | 2023-05-19 | 1 | -20/+12 |
| | |||||
* | Merge pull request #10381 from AUTOMATIC1111/minor-fix | AUTOMATIC1111 | 2023-05-18 | 1 | -1/+1 |
|\ | | | | | Minor fix | ||||
| * | Modify xformers instead of pytorch | Sakura-Luna | 2023-05-18 | 1 | -2/+3 |
| | | |||||
| * | Change to extra-index-url | Sakura-Luna | 2023-05-14 | 1 | -1/+1 |
| | | |||||
| * | Modify pytorch command | Sakura-Luna | 2023-05-14 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'dev' into ngrok-py | AUTOMATIC1111 | 2023-05-18 | 1 | -61/+47 |
|\ \ | |||||
| * | | launch.py: Don't involve shell for running Python or Git for output | Aarni Koskela | 2023-05-14 | 1 | -3/+3 |
| | | | | | | | | | | | | Fixes Linux regression in 451d255b5859580c4adf99d67760330d58d76446 | ||||
| * | | Get rid of check_run + run_python | Aarni Koskela | 2023-05-12 | 1 | -13/+8 |
| | | | |||||
| * | | launch.py: make git_tag() and commit_hash() work even when ↵ | Aarni Koskela | 2023-05-12 | 1 | -20/+7 |
| | | | | | | | | | | | | WEBUI_LAUNCH_LIVE_OUTPUT | ||||
| * | | fix --data-dir for COMMANDLINE_ARGS | w-e-w | 2023-05-12 | 1 | -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 Koskela | 2023-05-11 | 1 | -1/+1 |
| | | | |||||
| * | | launch.py: make torch_index_url an envvar | Aarni Koskela | 2023-05-11 | 1 | -1/+2 |
| | | | |||||
| * | | launch.py: Use GitHub archive URLs for gfpgan, clip, openclip instead of git ↵ | Aarni Koskela | 2023-05-11 | 1 | -3/+3 |
| | | | | | | | | | | | | clones | ||||
| * | | launch.py: Simplify run() | Aarni Koskela | 2023-05-11 | 1 | -19/+23 |
| | | | |||||
| * | | launch.py: Add debugging envvar to see install output | Aarni Koskela | 2023-05-11 | 1 | -2/+5 |
| |/ | |||||
* / | Use ngrok-py library | bobzilladev | 2023-05-16 | 1 | -2/+2 |
|/ | |||||
* | bump torch version | AUTOMATIC | 2023-05-10 | 1 | -1/+1 |
| | |||||
* | add version to infotext, footer and console output when starting | AUTOMATIC | 2023-05-08 | 1 | -0/+17 |
| | |||||
* | attempt to fix broken github CI | AUTOMATIC | 2023-04-29 | 1 | -1/+1 |
| | |||||
* | Merge pull request #9165 from Ming424/update-readme | AUTOMATIC1111 | 2023-04-29 | 1 | -1/+1 |
|\ | | | | | Small update for readme | ||||
| * | Update launch.py | Thierry | 2023-03-29 | 1 | -1/+1 |
| | | |||||
* | | use parsed commandline args for --skip-install | AUTOMATIC | 2023-04-29 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'dev' into patch-1 | AUTOMATIC1111 | 2023-04-29 | 1 | -6/+6 |
|\ \ | |||||
| * | | stuff related to torch version change | AUTOMATIC | 2023-04-29 | 1 | -4/+4 |
| | | | |||||
| * | | change index url | Vladimir Mandic | 2023-04-13 | 1 | -1/+1 |
| | | | |||||
| * | | revert xformers | Vladimir Mandic | 2023-04-04 | 1 | -1/+1 |
| | | | |||||
| * | | update xformers | Vladimir Mandic | 2023-04-03 | 1 | -1/+1 |
| | | | |||||
| * | | update torch | Vladimir Mandic | 2023-03-30 | 1 | -3/+3 |
| |/ | |||||
* / | Fix skip-install bug (see #8935) | Micky Brunetti | 2023-04-03 | 1 | -4/+1 |
|/ | |||||
* | Merge pull request #9052 from space-nuko/temp-disable-extensions | AUTOMATIC1111 | 2023-03-28 | 1 | -0/+4 |
|\ | | | | | Temporary disable extensions option | ||||
| * | Skip extension installers if all disabled | space-nuko | 2023-03-27 | 1 | -0/+4 |
| | | |||||
| * | Make disable configurable between builtin/extra extensions | space-nuko | 2023-03-27 | 1 | -4/+0 |
| | | |||||
| * | Add temporary "disable all extensions" option for debugging use | space-nuko | 2023-03-27 | 1 | -0/+4 |
| | | |||||
* | | Merge pull request #8958 from MrCheeze/variations-model | AUTOMATIC1111 | 2023-03-28 | 1 | -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) | MrCheeze | 2023-03-26 | 1 | -1/+1 |
| | | |||||
* | | split commandline args into its own file | AUTOMATIC | 2023-03-25 | 1 | -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 ↵ | AUTOMATIC | 2023-03-25 | 1 | -1/+2 |
| | | | | | | | | GRADIO_ANALYTICS_ENABLED=True | ||||
* | | Merge pull request #8658 from hananbeer/disable_gradio_analytics | AUTOMATIC1111 | 2023-03-25 | 1 | -0/+1 |
|\ \ | | | | | | | preserve privacy by disabling gradio analytics globally | ||||
| * | | disable gradio analytics globally | high_byte | 2023-03-15 | 1 | -0/+1 |
| | | | |||||
* | | | Fix problem of install.py when data-dir is specified | nonnonstop | 2023-03-18 | 1 | -2/+2 |
| |/ |/| | |||||
* | | fix #8492 breaking the program when the directory with code contains spaces. | AUTOMATIC | 2023-03-12 | 1 | -2/+4 |
| | | |||||
* | | do not import modules.paths in launch.py | AUTOMATIC | 2023-03-12 | 1 | -9/+8 |
| | | |||||
* | | launch.py: fix failure because webui.sh's changes | Zhang Hua | 2023-03-11 | 1 | -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_recursive | AUTOMATIC | 2023-03-11 | 1 | -1/+3 |
| | |||||
* | chore: added autostash flag to pull | vladlearns | 2023-03-09 | 1 | -1/+1 |
| | |||||
* | chore: removed scripts and added a flag to launch.py | vladlearns | 2023-03-09 | 1 | -1/+13 |
| | |||||
* | fix --help | w-e-w | 2023-02-04 | 1 | -1/+1 |
| | | | | show correct help message |