Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update | wangshuai09 | 2024-01-31 | 1 | -0/+8 |
| | |||||
* | minor fix to #14525 | w-e-w | 2024-01-26 | 1 | -1/+0 |
| | |||||
* | add assets repo; serve fonts locally rather than from google's servers | AUTOMATIC1111 | 2024-01-07 | 1 | -0/+3 |
| | |||||
* | Ensure GRADIO_ANALYTICS_ENABLED is set early enough | Aarni Koskela | 2024-01-04 | 1 | -2/+1 |
| | |||||
* | Merge pull request #14525 from AUTOMATIC1111/handle-config.json-failed-to-load | AUTOMATIC1111 | 2024-01-04 | 1 | -1/+3 |
|\ | | | | | handle config.json failed to load | ||||
| * | handle config.json failed to load | w-e-w | 2024-01-03 | 1 | -1/+3 |
| | | |||||
* | | Avoid unnecessary `isfile`/`exists` calls | Aarni Koskela | 2024-01-03 | 1 | -3/+4 |
|/ | |||||
* | Use Spandrel for upscaling and face restoration architectures (aside from ↵ | Aarni Koskela | 2023-12-30 | 1 | -7/+0 |
| | | | | GFPGAN and LDSR) | ||||
* | torch 2.1.2 | AUTOMATIC1111 | 2023-12-16 | 1 | -2/+2 |
| | |||||
* | Merge branch 'dev' into torch210 | AUTOMATIC1111 | 2023-12-16 | 1 | -4/+32 |
|\ | |||||
| * | Merge pull request #14192 from illtellyoulater/patch-1 | AUTOMATIC1111 | 2023-12-04 | 1 | -4/+10 |
| |\ | | | | | | | Update launch_utils.py - fixes repetead package reinstalls | ||||
| | * | Lint | missionfloyd | 2023-12-04 | 1 | -3/+3 |
| | | | |||||
| | * | Update launch_utils.py to fix wrong dep. checks and reinstalls | illtellyoulater | 2023-12-04 | 1 | -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.bat | Nuullll | 2023-12-02 | 1 | -0/+22 |
| | | | |||||
* | | | update torch to 2.1.0 | AUTOMATIC1111 | 2023-11-26 | 1 | -3/+3 |
|/ / | |||||
* | | save sysinfo as .json | w-e-w | 2023-11-19 | 1 | -1/+1 |
| | | | | | | | | GitHub now allows uploading of .json files in issues | ||||
* | | fetch version info when webui_dir is not work_dir | w-e-w | 2023-09-12 | 1 | -2/+2 |
|/ | |||||
* | add --dump-sysinfo, a cmd arg to dump limited sysinfo file at startup | AUTOMATIC1111 | 2023-08-30 | 1 | -0/+13 |
| | |||||
* | Merge pull request #12855 from dhwz/dev | AUTOMATIC1111 | 2023-08-30 | 1 | -1/+1 |
| | | | don't print empty lines | ||||
* | Merge pull request #12833 from catboxanon/fix/dont-print-blank-stdout | AUTOMATIC1111 | 2023-08-29 | 1 | -1/+3 |
| | | | Don't print blank stdout in extension installers | ||||
* | Merge pull request #12832 from catboxanon/fix/skip-install-extensions | AUTOMATIC1111 | 2023-08-29 | 1 | -1/+2 |
| | | | Honor `--skip-install` for extension installers | ||||
* | Merge pull request #12842 from dhwz/dev | AUTOMATIC1111 | 2023-08-29 | 1 | -11/+1 |
| | | | remove xformers Python version check | ||||
* | revert xformers back to 0.0.20 | AUTOMATIC1111 | 2023-08-19 | 1 | -1/+1 |
| | |||||
* | xformers update | XDOneDude | 2023-08-19 | 1 | -1/+1 |
| | |||||
* | return empty list if extensions_dir not exist | w-e-w | 2023-08-16 | 1 | -1/+1 |
| | |||||
* | Update hash for SD XL Repo | brkirch | 2023-08-14 | 1 | -1/+1 |
| | |||||
* | Merge pull request #12526 from brkirch/mps-adjust-sub-quad | AUTOMATIC1111 | 2023-08-13 | 1 | -0/+3 |
|\ | | | | | Fixes for `git checkout`, MPS/macOS fixes and optimizations | ||||
| * | Change the repositories origin URLs when necessary | brkirch | 2023-08-13 | 1 | -0/+3 |
| | | |||||
| * | `git checkout` with commit hash | brkirch | 2023-08-13 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #12530 from eltociear/eltociear-patch-1 | AUTOMATIC1111 | 2023-08-13 | 1 | -1/+1 |
|\ \ | | | | | | | Fix typo in launch_utils.py | ||||
| * | | Fix typo in launch_utils.py | Ikko Eltociear Ashimine | 2023-08-13 | 1 | -1/+1 |
| | | | | | | | | | existance -> existence | ||||
| * | | Merge pull request #11926 from wfjsw/fix-env-get-1 | AUTOMATIC1111 | 2023-07-25 | 1 | -1/+1 |
| | | | | | | | | | fix 11291#issuecomment-1646547908 | ||||
| * | | Merge pull request #11920 from wfjsw/typo-fix-1 | AUTOMATIC1111 | 2023-07-25 | 1 | -3/+3 |
| | | | | | | | | | typo fix | ||||
| * | | Merge pull request #11921 from wfjsw/prepend-pythonpath | AUTOMATIC1111 | 2023-07-25 | 1 | -1/+1 |
| | | | | | | | | | prepend the pythonpath instead of overriding it | ||||
* | | | fix 2 for git code botched by previous PRs | AUTOMATIC1111 | 2023-08-13 | 1 | -1/+1 |
| |/ |/| | |||||
* | | fix for the broken run_git calls | AUTOMATIC1111 | 2023-08-13 | 1 | -2/+2 |
| | | |||||
* | | Add DPM-Solver++(3M) SDE | catboxanon | 2023-08-13 | 1 | -1/+1 |
| | | |||||
* | | disable extensions installer with arg | w-e-w | 2023-08-12 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #12454 from wfjsw/no-autofix-on-fetch | AUTOMATIC1111 | 2023-08-10 | 1 | -6/+9 |
|\ \ | | | | | | | rm dir on failed clone, disable autofix for fetch | ||||
| * | | rm dir on failed clone, disable autofix for fetch | Jabasukuriputo Wang | 2023-08-10 | 1 | -6/+9 |
| | | | |||||
* | | | remove unnecessary GFPGAN_PACKAGE (we install GFPGAN from the requirements file) | AUTOMATIC1111 | 2023-08-10 | 1 | -6/+0 |
|/ / | |||||
* | | add --loglevel commandline argument for logging | AUTOMATIC1111 | 2023-08-09 | 1 | -4/+5 |
| | | | | | | | | remove the progressbar for extension installation in favor of logging output | ||||
* | | fix: Only import tqdm when needed | catboxanon | 2023-08-09 | 1 | -1/+1 |
| | | |||||
* | | simplify | AUTOMATIC1111 | 2023-08-09 | 1 | -5/+5 |
| | | |||||
* | | Merge pull request #11925 from wfjsw/ext-inst-pbar | AUTOMATIC1111 | 2023-08-09 | 1 | -1/+5 |
|\ \ | | | | | | | Progressbar for extension installers | ||||
| * \ | Merge branch 'dev' into ext-inst-pbar | Jabasukuriputo Wang | 2023-07-23 | 1 | -2/+5 |
| |\ \ | |||||
| * \ \ | Merge branch 'dev' into ext-inst-pbar | Jabasukuriputo Wang | 2023-07-22 | 1 | -8/+28 |
| |\ \ \ | |||||
| * | | | | fix tqdm not found on new instance | Jabasukuriputo Wang | 2023-07-22 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | display a progressbar for extension installer | Jabasukuriputo Wang | 2023-07-22 | 1 | -1/+5 |
| | | | | | |||||
* | | | | | rework #12230 to not have duplicate code | AUTOMATIC1111 | 2023-08-07 | 1 | -17/+20 |
| | | | | |