AUTOMATIC1111
208760f348
Merge pull request #14192 from illtellyoulater/patch-1
...
Update launch_utils.py - fixes repetead package reinstalls
2023-12-04 08:14:40 +03:00
missionfloyd
06725af40b
Lint
2023-12-03 21:26:12 -07:00
illtellyoulater
639ccf254b
Update launch_utils.py to fix wrong dep. checks and reinstalls
...
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-04 02:35:35 +00:00
Nuullll
96871e4f74
Remove webui-ipex-user.bat
2023-12-02 17:11:31 +08:00
w-e-w
6d337bf23d
save sysinfo as .json
...
GitHub now allows uploading of .json files in issues
2023-11-20 01:38:31 +09:00
w-e-w
6fb2194d9c
fetch version info when webui_dir is not work_dir
2023-09-12 16:50:56 +09:00
AUTOMATIC1111
d0026da483
add --dump-sysinfo, a cmd arg to dump limited sysinfo file at startup
2023-08-30 19:48:47 +03:00
AUTOMATIC1111
323dcadea2
Merge pull request #12855 from dhwz/dev
...
don't print empty lines
2023-08-30 08:23:40 +03:00
AUTOMATIC1111
00e393ce10
Merge pull request #12833 from catboxanon/fix/dont-print-blank-stdout
...
Don't print blank stdout in extension installers
2023-08-29 09:02:11 +03:00
AUTOMATIC1111
0c9282b84d
Merge pull request #12832 from catboxanon/fix/skip-install-extensions
...
Honor `--skip-install` for extension installers
2023-08-29 08:58:10 +03:00
AUTOMATIC1111
8a7a4275a8
Merge pull request #12842 from dhwz/dev
...
remove xformers Python version check
2023-08-29 08:44:11 +03:00
AUTOMATIC1111
f084e6bbd0
revert xformers back to 0.0.20
2023-08-19 08:22:12 +03:00
XDOneDude
956e1d8d90
xformers update
2023-08-18 21:25:59 -04:00
w-e-w
e1a29266b2
return empty list if extensions_dir not exist
2023-08-17 00:24:24 +09:00
brkirch
bc63339df3
Update hash for SD XL Repo
2023-08-14 06:26:36 -04:00
AUTOMATIC1111
9cd0475c08
Merge pull request #12526 from brkirch/mps-adjust-sub-quad
...
Fixes for `git checkout`, MPS/macOS fixes and optimizations
2023-08-13 20:28:49 +03:00
AUTOMATIC1111
8452708560
Merge pull request #12530 from eltociear/eltociear-patch-1
...
Fix typo in launch_utils.py
2023-08-13 20:27:17 +03:00
AUTOMATIC1111
16781ba09a
fix 2 for git code botched by previous PRs
2023-08-13 20:15:20 +03:00
Ikko Eltociear Ashimine
09ff5b5416
Fix typo in launch_utils.py
...
existance -> existence
2023-08-14 01:03:49 +09:00
brkirch
f4dbb0c820
Change the repositories origin URLs when necessary
2023-08-13 10:07:52 -04:00
brkirch
9058620cec
git checkout
with commit hash
2023-08-13 10:07:14 -04:00
AUTOMATIC1111
3163d1269a
fix for the broken run_git calls
2023-08-13 16:51:21 +03:00
catboxanon
1ae9dacb4b
Add DPM-Solver++(3M) SDE
2023-08-13 07:57:29 -04:00
w-e-w
f57bc1a21b
disable extensions installer with arg
2023-08-12 12:06:31 +09:00
AUTOMATIC1111
9af5cce4c7
Merge pull request #12454 from wfjsw/no-autofix-on-fetch
...
rm dir on failed clone, disable autofix for fetch
2023-08-10 17:28:29 +03:00
AUTOMATIC1111
e0906096c5
remove unnecessary GFPGAN_PACKAGE (we install GFPGAN from the requirements file)
2023-08-10 17:22:08 +03:00
Jabasukuriputo Wang
5a705c2468
rm dir on failed clone, disable autofix for fetch
2023-08-10 09:18:10 -05:00
AUTOMATIC1111
edfae9e78a
add --loglevel commandline argument for logging
...
remove the progressbar for extension installation in favor of logging output
2023-08-09 20:49:33 +03:00
catboxanon
8b7b99f8d5
fix: Only import tqdm when needed
2023-08-09 12:18:03 -04:00
AUTOMATIC1111
a2a97e57f0
simplify
2023-08-09 17:08:36 +03:00
AUTOMATIC1111
f2ebcee7c4
Merge pull request #11925 from wfjsw/ext-inst-pbar
...
Progressbar for extension installers
2023-08-09 17:03:24 +03:00
AUTOMATIC1111
0ea20a0d52
rework #12230 to not have duplicate code
2023-08-07 08:38:18 +03:00
Jabasukuriputo Wang
8b036d8a82
fix
2023-08-01 11:26:59 +08:00
Jabasukuriputo Wang
c46525b70b
fix exception
2023-08-01 11:26:17 +08:00
Jabasukuriputo Wang
955542a654
also check on rev-parse
2023-08-01 11:24:54 +08:00
Jabasukuriputo Wang
2f1d5b6b04
attempt to fix workspace status when doing git clone
2023-08-01 11:20:59 +08:00
AUTOMATIC1111
1f59be5188
Merge pull request #11926 from wfjsw/fix-env-get-1
...
fix 11291#issuecomment-1646547908
2023-07-25 16:20:07 +03:00
AUTOMATIC1111
636ff513b0
Merge pull request #11920 from wfjsw/typo-fix-1
...
typo fix
2023-07-25 16:19:22 +03:00
AUTOMATIC1111
51206edb62
Merge pull request #11921 from wfjsw/prepend-pythonpath
...
prepend the pythonpath instead of overriding it
2023-07-25 16:19:08 +03:00
Jabasukuriputo Wang
f2a4073aea
Merge branch 'dev' into ext-inst-pbar
2023-07-23 23:32:13 +08:00
AUTOMATIC1111
a8d4213317
add --log-startup option to print detailed startup progress
2023-07-22 17:15:38 +03:00
Jabasukuriputo Wang
9421c11346
Merge branch 'dev' into ext-inst-pbar
2023-07-22 21:58:59 +08:00
AUTOMATIC1111
0615b3c532
Merge pull request #11926 from wfjsw/fix-env-get-1
...
fix 11291#issuecomment-1646547908
2023-07-22 16:37:03 +03:00
AUTOMATIC1111
c76a30af41
more info for startup timings
2023-07-22 13:49:29 +03:00
Jabasukuriputo Wang
3c26734d60
nop
2023-07-22 18:33:59 +08:00
Jabasukuriputo Wang
2a7e34fe79
fix https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/11921#issuecomment-1646547908
2023-07-22 18:09:00 +08:00
Jabasukuriputo Wang
b2f0040da7
fix tqdm not found on new instance
2023-07-22 17:51:15 +08:00
Jabasukuriputo Wang
7afe7375e1
display a progressbar for extension installer
2023-07-22 17:46:50 +08:00
AUTOMATIC1111
90eb731ff1
start timer early anyway
2023-07-22 12:21:05 +03:00
AUTOMATIC1111
491d42bb1c
Merge pull request #11856 from wfjsw/move-start-timer
...
Only start timer when actually starting
2023-07-22 12:19:36 +03:00