aboutsummaryrefslogtreecommitdiffstats
path: root/modules/launch_utils.py
AgeCommit message (Collapse)AuthorLines
2024-01-07add assets repo; serve fonts locally rather than from google's serversAUTOMATIC1111-0/+3
2024-01-04Ensure GRADIO_ANALYTICS_ENABLED is set early enoughAarni Koskela-2/+1
2024-01-04Merge pull request #14525 from AUTOMATIC1111/handle-config.json-failed-to-loadAUTOMATIC1111-1/+3
handle config.json failed to load
2024-01-04Avoid unnecessary `isfile`/`exists` callsAarni Koskela-3/+4
2024-01-04handle config.json failed to loadw-e-w-1/+3
2023-12-30Use Spandrel for upscaling and face restoration architectures (aside from ↵Aarni Koskela-7/+0
GFPGAN and LDSR)
2023-12-16torch 2.1.2AUTOMATIC1111-2/+2
2023-12-16Merge branch 'dev' into torch210AUTOMATIC1111-4/+32
2023-12-04Merge pull request #14192 from illtellyoulater/patch-1AUTOMATIC1111-4/+10
Update launch_utils.py - fixes repetead package reinstalls
2023-12-03Lintmissionfloyd-3/+3
2023-12-04Update launch_utils.py to fix wrong dep. checks and reinstallsilltellyoulater-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
2023-12-02Remove webui-ipex-user.batNuullll-0/+22
2023-11-26update torch to 2.1.0AUTOMATIC1111-3/+3
2023-11-20save sysinfo as .jsonw-e-w-1/+1
GitHub now allows uploading of .json files in issues
2023-09-12fetch version info when webui_dir is not work_dirw-e-w-2/+2
2023-08-30add --dump-sysinfo, a cmd arg to dump limited sysinfo file at startupAUTOMATIC1111-0/+13
2023-08-30Merge pull request #12855 from dhwz/devAUTOMATIC1111-1/+1
don't print empty lines
2023-08-29Merge pull request #12833 from catboxanon/fix/dont-print-blank-stdoutAUTOMATIC1111-1/+3
Don't print blank stdout in extension installers
2023-08-29Merge pull request #12832 from catboxanon/fix/skip-install-extensionsAUTOMATIC1111-1/+2
Honor `--skip-install` for extension installers
2023-08-29Merge pull request #12842 from dhwz/devAUTOMATIC1111-11/+1
remove xformers Python version check
2023-08-19revert xformers back to 0.0.20AUTOMATIC1111-1/+1
2023-08-18xformers updateXDOneDude-1/+1
2023-08-17return empty list if extensions_dir not existw-e-w-1/+1
2023-08-14Update hash for SD XL Repobrkirch-1/+1
2023-08-13Merge pull request #12526 from brkirch/mps-adjust-sub-quadAUTOMATIC1111-0/+3
Fixes for `git checkout`, MPS/macOS fixes and optimizations
2023-08-13Merge pull request #12530 from eltociear/eltociear-patch-1AUTOMATIC1111-1/+1
Fix typo in launch_utils.py
2023-08-13fix 2 for git code botched by previous PRsAUTOMATIC1111-1/+1
2023-08-14Fix typo in launch_utils.pyIkko Eltociear Ashimine-1/+1
existance -> existence
2023-08-13Change the repositories origin URLs when necessarybrkirch-0/+3
2023-08-13`git checkout` with commit hashbrkirch-1/+1
2023-08-13fix for the broken run_git callsAUTOMATIC1111-2/+2
2023-08-13Add DPM-Solver++(3M) SDEcatboxanon-1/+1
2023-08-12disable extensions installer with argw-e-w-1/+1
2023-08-10Merge pull request #12454 from wfjsw/no-autofix-on-fetchAUTOMATIC1111-6/+9
rm dir on failed clone, disable autofix for fetch
2023-08-10remove unnecessary GFPGAN_PACKAGE (we install GFPGAN from the requirements file)AUTOMATIC1111-6/+0
2023-08-10rm dir on failed clone, disable autofix for fetchJabasukuriputo Wang-6/+9
2023-08-09add --loglevel commandline argument for loggingAUTOMATIC1111-4/+5
remove the progressbar for extension installation in favor of logging output
2023-08-09fix: Only import tqdm when neededcatboxanon-1/+1
2023-08-09simplifyAUTOMATIC1111-5/+5
2023-08-09Merge pull request #11925 from wfjsw/ext-inst-pbarAUTOMATIC1111-1/+5
Progressbar for extension installers
2023-08-07rework #12230 to not have duplicate codeAUTOMATIC1111-17/+20
2023-08-01fixJabasukuriputo Wang-3/+3
2023-08-01fix exceptionJabasukuriputo Wang-1/+1
2023-08-01also check on rev-parseJabasukuriputo Wang-18/+16
2023-08-01attempt to fix workspace status when doing git cloneJabasukuriputo Wang-1/+23
2023-07-25Merge pull request #11926 from wfjsw/fix-env-get-1AUTOMATIC1111-1/+1
fix 11291#issuecomment-1646547908
2023-07-25Merge pull request #11920 from wfjsw/typo-fix-1AUTOMATIC1111-3/+3
typo fix
2023-07-25Merge pull request #11921 from wfjsw/prepend-pythonpathAUTOMATIC1111-1/+1
prepend the pythonpath instead of overriding it
2023-07-23Merge branch 'dev' into ext-inst-pbarJabasukuriputo Wang-2/+5
2023-07-22add --log-startup option to print detailed startup progressAUTOMATIC1111-2/+5