aboutsummaryrefslogtreecommitdiffstats
path: root/modules/launch_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Updatewangshuai092024-01-311-0/+8
|
* minor fix to #14525w-e-w2024-01-261-1/+0
|
* add assets repo; serve fonts locally rather than from google's serversAUTOMATIC11112024-01-071-0/+3
|
* Ensure GRADIO_ANALYTICS_ENABLED is set early enoughAarni Koskela2024-01-041-2/+1
|
* Merge pull request #14525 from AUTOMATIC1111/handle-config.json-failed-to-loadAUTOMATIC11112024-01-041-1/+3
|\ | | | | handle config.json failed to load
| * handle config.json failed to loadw-e-w2024-01-031-1/+3
| |
* | Avoid unnecessary `isfile`/`exists` callsAarni Koskela2024-01-031-3/+4
|/
* Use Spandrel for upscaling and face restoration architectures (aside from ↵Aarni Koskela2023-12-301-7/+0
| | | | GFPGAN and LDSR)
* torch 2.1.2AUTOMATIC11112023-12-161-2/+2
|
* Merge branch 'dev' into torch210AUTOMATIC11112023-12-161-4/+32
|\
| * Merge pull request #14192 from illtellyoulater/patch-1AUTOMATIC11112023-12-041-4/+10
| |\ | | | | | | Update launch_utils.py - fixes repetead package reinstalls
| | * Lintmissionfloyd2023-12-041-3/+3
| | |
| | * Update launch_utils.py to fix wrong dep. checks and reinstallsilltellyoulater2023-12-041-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes failing dependency checks for extensions having a different package name and import name (for example ffmpeg-python / ffmpeg), which currently is causing the unneeded reinstall of packages at runtime. In fact with current code, the same string is used when installing a package and when checking for its presence, as you can see in the following example: > launch_utils.run_pip("install ffmpeg-python", "required package") [ Installing required package: "ffmpeg-python" ... ] [ Installed ] > launch_utils.is_installed("ffmpeg-python") False ... which would actually return true with: > launch_utils.is_installed("ffmpeg") True
| * | Remove webui-ipex-user.batNuullll2023-12-021-0/+22
| | |
* | | update torch to 2.1.0AUTOMATIC11112023-11-261-3/+3
|/ /
* | save sysinfo as .jsonw-e-w2023-11-191-1/+1
| | | | | | | | GitHub now allows uploading of .json files in issues
* | fetch version info when webui_dir is not work_dirw-e-w2023-09-121-2/+2
|/
* add --dump-sysinfo, a cmd arg to dump limited sysinfo file at startupAUTOMATIC11112023-08-301-0/+13
|
* Merge pull request #12855 from dhwz/devAUTOMATIC11112023-08-301-1/+1
| | | don't print empty lines
* Merge pull request #12833 from catboxanon/fix/dont-print-blank-stdoutAUTOMATIC11112023-08-291-1/+3
| | | Don't print blank stdout in extension installers
* Merge pull request #12832 from catboxanon/fix/skip-install-extensionsAUTOMATIC11112023-08-291-1/+2
| | | Honor `--skip-install` for extension installers
* Merge pull request #12842 from dhwz/devAUTOMATIC11112023-08-291-11/+1
| | | remove xformers Python version check
* revert xformers back to 0.0.20AUTOMATIC11112023-08-191-1/+1
|
* xformers updateXDOneDude2023-08-191-1/+1
|
* return empty list if extensions_dir not existw-e-w2023-08-161-1/+1
|
* Update hash for SD XL Repobrkirch2023-08-141-1/+1
|
* Merge pull request #12526 from brkirch/mps-adjust-sub-quadAUTOMATIC11112023-08-131-0/+3
|\ | | | | Fixes for `git checkout`, MPS/macOS fixes and optimizations
| * Change the repositories origin URLs when necessarybrkirch2023-08-131-0/+3
| |
| * `git checkout` with commit hashbrkirch2023-08-131-1/+1
| |
* | Merge pull request #12530 from eltociear/eltociear-patch-1AUTOMATIC11112023-08-131-1/+1
|\ \ | | | | | | Fix typo in launch_utils.py
| * | Fix typo in launch_utils.pyIkko Eltociear Ashimine2023-08-131-1/+1
| | | | | | | | | existance -> existence
| * | Merge pull request #11926 from wfjsw/fix-env-get-1AUTOMATIC11112023-07-251-1/+1
| | | | | | | | | fix 11291#issuecomment-1646547908
| * | Merge pull request #11920 from wfjsw/typo-fix-1AUTOMATIC11112023-07-251-3/+3
| | | | | | | | | typo fix
| * | Merge pull request #11921 from wfjsw/prepend-pythonpathAUTOMATIC11112023-07-251-1/+1
| | | | | | | | | prepend the pythonpath instead of overriding it
* | | fix 2 for git code botched by previous PRsAUTOMATIC11112023-08-131-1/+1
| |/ |/|
* | fix for the broken run_git callsAUTOMATIC11112023-08-131-2/+2
| |
* | Add DPM-Solver++(3M) SDEcatboxanon2023-08-131-1/+1
| |
* | disable extensions installer with argw-e-w2023-08-121-1/+1
| |
* | Merge pull request #12454 from wfjsw/no-autofix-on-fetchAUTOMATIC11112023-08-101-6/+9
|\ \ | | | | | | rm dir on failed clone, disable autofix for fetch
| * | rm dir on failed clone, disable autofix for fetchJabasukuriputo Wang2023-08-101-6/+9
| | |
* | | remove unnecessary GFPGAN_PACKAGE (we install GFPGAN from the requirements file)AUTOMATIC11112023-08-101-6/+0
|/ /
* | add --loglevel commandline argument for loggingAUTOMATIC11112023-08-091-4/+5
| | | | | | | | remove the progressbar for extension installation in favor of logging output
* | fix: Only import tqdm when neededcatboxanon2023-08-091-1/+1
| |
* | simplifyAUTOMATIC11112023-08-091-5/+5
| |
* | Merge pull request #11925 from wfjsw/ext-inst-pbarAUTOMATIC11112023-08-091-1/+5
|\ \ | | | | | | Progressbar for extension installers
| * \ Merge branch 'dev' into ext-inst-pbarJabasukuriputo Wang2023-07-231-2/+5
| |\ \
| * \ \ Merge branch 'dev' into ext-inst-pbarJabasukuriputo Wang2023-07-221-8/+28
| |\ \ \
| * | | | fix tqdm not found on new instanceJabasukuriputo Wang2023-07-221-1/+1
| | | | |
| * | | | display a progressbar for extension installerJabasukuriputo Wang2023-07-221-1/+5
| | | | |
* | | | | rework #12230 to not have duplicate codeAUTOMATIC11112023-08-071-17/+20
| | | | |