Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed webui.sh issue that occurred in WSL environment (fix: #14883) | analysisjp | 2024-02-13 | 1 | -7/+5 |
| | |||||
* | fix: prepare_tcmalloc (Fixed memory leak issue in Ubuntu 22.04 or modern ↵ | analysisjp | 2024-02-10 | 1 | -18/+36 |
| | | | | linux environment) | ||||
* | Merge branch 'dev' into npu_support | wangshuai09 | 2024-01-30 | 1 | -10/+26 |
|\ | |||||
| * | Merge pull request #14227 from kingljl/kingljl-patch-memory-leak | AUTOMATIC1111 | 2023-12-16 | 1 | -7/+24 |
| |\ | | | | | | | Long running memory leak problem | ||||
| | * | Merge branch 'dev' into kingljl-patch-memory-leak | fuchen.ljl | 2023-12-06 | 1 | -10/+12 |
| | |\ | |||||
| | * | | Long distance memory overflow issue | fuchen.ljl | 2023-12-06 | 1 | -7/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | Problem: The memory will slowly increase with the drawing until restarting. Observation: GC analysis shows that no occupation has occurred, so it is suspected to be a problem with the underlying allocator. Reason: Under Linux, glibc is used to allocate memory. glibc uses brk and mmap to allocate memory, and the memory allocated by brk cannot be released until the high-address memory is released. That is to say, if you apply for two pieces of memory A and B through brk, it is impossible to release A before B is released, and it is still occupied by the process. Check the suspected "memory leak" through TOP. So I replaced TCMalloc, but found that libtcmalloc_minimal could not find ptthread_Key_Create. After analysis, it was found that pthread was not entered during compilation. | ||||
| * | | | Merge branch 'dev' into master | AUTOMATIC1111 | 2023-12-14 | 1 | -9/+10 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | Update webui.sh | Hina | 2023-12-13 | 1 | -4/+3 |
| | |/ | |/| | |||||
* | | | Add NPU Support | wangshuai09 | 2024-01-29 | 1 | -0/+4 |
| |/ |/| | |||||
* | | Merge pull request #13936 from cabelo/compatibility | AUTOMATIC1111 | 2023-11-26 | 1 | -2/+2 |
|\ \ | | | | | | | Compatibility | ||||
| * | | Compatibility with Debian 11, Fedora 34+ and openSUSE 15.4+ | Alessandro de Oliveira Faria (A.K.A. CABELO) | 2023-11-10 | 1 | -2/+2 |
| |/ | |||||
* | | Merge pull request #13469 from PermissionDenied7335/master | AUTOMATIC1111 | 2023-10-02 | 1 | -6/+6 |
|\ \ | | | | | | | I found a code snippet in webui.sh that disables python venv and moved it to the appropriate location | ||||
| * | | Added an option not to enable venv | PermissionDenied7335 | 2023-10-02 | 1 | -6/+6 |
| |/ | |||||
* | | Merge pull request #13231 from der3318/better-support-for-portable-git | AUTOMATIC1111 | 2023-09-30 | 1 | -0/+2 |
|\ \ | | | | | | | Better Support for Portable Git | ||||
| * | | 20230913 setup GIT_PYTHON_GIT_EXECUTABLE for GitPython | Der Chien | 2023-09-13 | 1 | -0/+2 |
| |/ | |||||
* / | WEBUI.SH Navi 3 torch 2.1.0 rc instead of nightly | Beinsezii | 2023-08-31 | 1 | -3/+2 |
|/ | | | | | | | | With the release candidates being out for both torch and vision, webui should default to these over nightly for a more stable experience. Stable release isn't excpected until October 4th: https://dev-discuss.pytorch.org/c/release-announcements/27 | ||||
* | Merge pull request #12704 from fraz0815/master | AUTOMATIC1111 | 2023-08-21 | 1 | -2/+3 |
|\ | | | | | Update torch for Navi 31 (7900 XT/XTX) | ||||
| * | Update torch for Navi 31 (7900 XT/XTX) | fraz0815 | 2023-08-20 | 1 | -2/+3 |
| | | | | | | | | Navi 3 needs at least 5.5 which is only on the nightly chain, previous versions are no longer online (torch==2.1.0.dev-20230614+rocm5.5 torchvision==0.16.0.dev-20230614+rocm5.5 torchaudio==2.1.0.dev-20230614+rocm5.5). so switch to nightly rocm5.6 without explicit versions this time | ||||
* | | run python unbuffered so output shows up in docker logs | Dan | 2023-08-19 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'dev' into allow-no-venv-install | AUTOMATIC1111 | 2023-07-19 | 1 | -5/+13 |
|\ | |||||
| * | pin version for torch for Navi3 according to comment from #11228 | AUTOMATIC1111 | 2023-07-08 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #11228 from Beinsezii/dev | AUTOMATIC1111 | 2023-07-08 | 1 | -0/+4 |
| |\ | | | | | | | WEBUI.SH Navi 3 Support | ||||
| | * | WEBUI.SH Navi 3 Support | Beinsezii | 2023-06-14 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Navi 3 card now defaults to nightly torch to utilize rocm 5.5 for out-of-the-box support. https://download.pytorch.org/whl/nightly/ While its not yet on the main pytorch "get started" site, it still seems perfectly indexable via pip which is all we need. With this I'm able to clone a fresh repo and immediately run ./webui.sh on my 7900 XTX without any problems. | ||||
| * | | Update webui.sh | Frank Tao | 2023-07-03 | 1 | -1/+1 |
| | | | |||||
| * | | Fix launch script to be runnable from any directory | onyasumi | 2023-07-03 | 1 | -5/+7 |
| |/ | |||||
* | | improve var naming | kopyl | 2023-07-18 | 1 | -5/+5 |
| | | |||||
* | | Replace argument with env variable | kopyl | 2023-07-18 | 1 | -1/+1 |
| | | |||||
* | | Make possible to install web ui without venv with --novenv flag | kopyl | 2023-07-18 | 1 | -4/+9 |
|/ | | | | | | | | | | When passing `--novenv` flag to webui.sh it can skip venv. Might be useful for installing in Docker since messing with venv in Docker might be a bit complicated. Example usage: `webui.sh --novenv` Hope this gets approved and pushed into future versions of Web UI | ||||
* | Skip force pyton and pytorch ver if TORCH_COMMAND already set | DGdev91 | 2023-06-06 | 1 | -9/+12 |
| | |||||
* | Write "RX 5000 Series" instead of "Navi" in err | DGdev91 | 2023-06-06 | 1 | -1/+1 |
| | |||||
* | Check python version for Navi 1 only | DGdev91 | 2023-06-06 | 1 | -1/+1 |
| | |||||
* | Force python1 for Navi1 only, use python_cmd for python | DGdev91 | 2023-06-06 | 1 | -15/+8 |
| | |||||
* | Fix error in webui.sh | DGdev91 | 2023-06-05 | 1 | -0/+1 |
| | |||||
* | Forcing Torch Version to 1.13.1 for Navi and Renoir GPUs | DGdev91 | 2023-06-05 | 1 | -5/+23 |
| | |||||
* | Restart: only do restart if running via the wrapper script | Aarni Koskela | 2023-06-05 | 1 | -0/+1 |
| | |||||
* | a yet another method to restart webui | AUTOMATIC | 2023-06-03 | 1 | -14/+20 |
| | |||||
* | Merge pull request #10967 from waltercool/master | AUTOMATIC1111 | 2023-06-03 | 1 | -1/+1 |
|\ | | | | | Added support for workarounds on Navi external GPU. | ||||
| * | Added support for workarounds on external GPU. | Pablo Cholaky | 2023-06-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | lspci detects VGA for main/integrated videocards and Display for external videocards. This commit should apply workarounds on computers with more than one GPU. Useful for most laptops using weak iGPU and good dGPU. Signed-off-by: Pablo Cholaky <waltercool@slash.cl> | ||||
* | | Merge pull request #10722 from maybe-hello-world/master | AUTOMATIC1111 | 2023-05-27 | 1 | -2/+5 |
|\ \ | | | | | | | Download ROCm for AMD GPU only if NVIDIA is not presented | ||||
| * | | Update webui.sh | Roman Beltiukov | 2023-05-26 | 1 | -2/+1 |
| | | | |||||
| * | | Merge branch 'dev' into master | Roman Beltiukov | 2023-05-25 | 1 | -0/+8 |
| |\| | |||||
| * | | change to AMD only if NVIDIA is not presented | Roman Beltiukov | 2023-05-25 | 1 | -4/+7 |
| | | | |||||
* | | | Merge pull request #10718 from kernelmethod/libtcmalloc_fixes | AUTOMATIC1111 | 2023-05-27 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | Small fixes to prepare_tcmalloc for Debian/Ubuntu compatibility | ||||
| * | | Small fixes to prepare_tcmalloc for Debian/Ubuntu compatibility | kernelmethod | 2023-05-25 | 1 | -1/+1 |
| |/ | | | | | | | | | - /usr/sbin (where ldconfig is usually located) is not typically on users' PATHs by default, so we set that variable before trying to run ldconfig. - The libtcmalloc library is called libtcmalloc_minimal on Debian/Ubuntu systems. We now check whether libtcmalloc_minimal exists when running prepare_tcmalloc. | ||||
* | | Merge branch 'dev' into master | AUTOMATIC1111 | 2023-05-18 | 1 | -2/+9 |
|\ \ | |||||
| * | | Error Improvement for install torch | Weiming | 2023-05-18 | 1 | -1/+10 |
| |/ | |||||
* | | Fixing webui.sh | Baptiste Rajaut | 2023-05-17 | 1 | -1/+1 |
| | | | | | | If only i proofread what i wrote | ||||
* | | Bump pytorch for AMD Users | Baptiste Rajaut | 2023-05-17 | 1 | -2/+2 |
|/ | | | So apparently it works now? Before you would get "Pytorch cant use the GPU" but not anymore. | ||||
* | Merge pull request #9140 from yedpodtrzitko/yed/reuse-existing-venv | AUTOMATIC1111 | 2023-05-02 | 1 | -14/+21 |
|\ | | | | | feat: use existing virtualenv if already active | ||||
| * | feat: use existing virtualenv if already active | yedpodtrzitko | 2023-03-29 | 1 | -14/+21 |
| | |