aboutsummaryrefslogtreecommitdiffstats
path: root/webui.sh
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #12704 from fraz0815/masterAUTOMATIC11112023-08-211-2/+3
|\ | | | | Update torch for Navi 31 (7900 XT/XTX)
| * Update torch for Navi 31 (7900 XT/XTX) fraz08152023-08-201-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 logsDan2023-08-191-1/+1
|/
* Merge branch 'dev' into allow-no-venv-installAUTOMATIC11112023-07-191-5/+13
|\
| * pin version for torch for Navi3 according to comment from #11228AUTOMATIC11112023-07-081-1/+1
| |
| * Merge pull request #11228 from Beinsezii/devAUTOMATIC11112023-07-081-0/+4
| |\ | | | | | | WEBUI.SH Navi 3 Support
| | * WEBUI.SH Navi 3 SupportBeinsezii2023-06-141-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.shFrank Tao2023-07-031-1/+1
| | |
| * | Fix launch script to be runnable from any directoryonyasumi2023-07-031-5/+7
| |/
* | improve var namingkopyl2023-07-181-5/+5
| |
* | Replace argument with env variablekopyl2023-07-181-1/+1
| |
* | Make possible to install web ui without venv with --novenv flagkopyl2023-07-181-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 setDGdev912023-06-061-9/+12
|
* Write "RX 5000 Series" instead of "Navi" in errDGdev912023-06-061-1/+1
|
* Check python version for Navi 1 onlyDGdev912023-06-061-1/+1
|
* Force python1 for Navi1 only, use python_cmd for pythonDGdev912023-06-061-15/+8
|
* Fix error in webui.shDGdev912023-06-051-0/+1
|
* Forcing Torch Version to 1.13.1 for Navi and Renoir GPUsDGdev912023-06-051-5/+23
|
* Restart: only do restart if running via the wrapper scriptAarni Koskela2023-06-051-0/+1
|
* a yet another method to restart webuiAUTOMATIC2023-06-031-14/+20
|
* Merge pull request #10967 from waltercool/masterAUTOMATIC11112023-06-031-1/+1
|\ | | | | Added support for workarounds on Navi external GPU.
| * Added support for workarounds on external GPU.Pablo Cholaky2023-06-021-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/masterAUTOMATIC11112023-05-271-2/+5
|\ \ | | | | | | Download ROCm for AMD GPU only if NVIDIA is not presented
| * | Update webui.shRoman Beltiukov2023-05-261-2/+1
| | |
| * | Merge branch 'dev' into masterRoman Beltiukov2023-05-251-0/+8
| |\|
| * | change to AMD only if NVIDIA is not presentedRoman Beltiukov2023-05-251-4/+7
| | |
* | | Merge pull request #10718 from kernelmethod/libtcmalloc_fixesAUTOMATIC11112023-05-271-1/+1
|\ \ \ | |_|/ |/| | Small fixes to prepare_tcmalloc for Debian/Ubuntu compatibility
| * | Small fixes to prepare_tcmalloc for Debian/Ubuntu compatibilitykernelmethod2023-05-251-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 masterAUTOMATIC11112023-05-181-2/+9
|\ \
| * | Error Improvement for install torchWeiming2023-05-181-1/+10
| |/
* | Fixing webui.shBaptiste Rajaut2023-05-171-1/+1
| | | | | | If only i proofread what i wrote
* | Bump pytorch for AMD UsersBaptiste Rajaut2023-05-171-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-venvAUTOMATIC11112023-05-021-14/+21
|\ | | | | feat: use existing virtualenv if already active
| * feat: use existing virtualenv if already activeyedpodtrzitko2023-03-291-14/+21
| |
* | revert unwanted change from #9865AUTOMATIC2023-05-021-0/+0
| |
* | Merge branch 'experimental' into subpath-supportcatalpaaa2023-05-011-4/+20
|\ \
| * \ Merge branch 'dev' into masterAUTOMATIC11112023-04-291-3/+19
| |\ \
| | * \ Merge branch 'dev' into masterAUTOMATIC11112023-04-291-3/+19
| | |\ \
| | | * \ Merge pull request #9593 from gakada/tcmallocAUTOMATIC11112023-04-291-3/+18
| | | |\ \ | | | | | | | | | | | | Try using TCMalloc on Linux by default
| | | | * | Try using TCMalloc on Linux by defaultgk2023-04-131-3/+18
| | | | |/
| | | * / fix install_dir errorweidong2023-04-171-1/+1
| | | |/ | | | | | | | | When the user's home directory and username are inconsistent, an error message stating that the directory cannot be found will appear. Directly default the installation directory to the user's home directory
| | * | Using --index-url instead of --extra-index-url following new PyTorch install ↵DGdev912023-04-111-1/+1
| | | | | | | | | | | | | | | | command
| | * | Forcing PyTorch version for AMD GPUs automatic installDGdev912023-04-051-1/+1
| | |/ | | | | | | The old code tries to install the newest versions of pytorch, wich is currently 2.0. Forcing it to 1.13.1
| * | Update webui.shParityError2023-03-121-1/+1
| | | | | | | | | | | | | | | Installation should not be assumed to be located within ~/home directory. User should be expected to install project anywhere and run the startup scripts while in stable-diffusion-webui directory. See issue #8534
| * | Update webui.shParityError2023-03-121-1/+1
| |/ | | | | | | | | Installation should not be assumed to be located within ~/home directory. User should be expected to install project anywhere and run the startup scripts while in stable-diffusion-webui directory. See issue #8534
* / add subpath supportcatalpaaa2023-04-251-0/+0
|/
* revert webui.sh from #8492AUTOMATIC2023-03-121-14/+14
|
* webui.sh: remove all `cd` related codeZhang Hua2023-03-111-14/+14
| | | | | | | | | | | | | | | | | | | | | This may be helpful for https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/7028, because we won't change working directory to the repo now, instead, we will use any working directory. If we set working directory to a path contains repo and the custom --data-dir, the problem in this issue should be solved. Howewer, this may be treated as an incompatible change if some code assume the working directory is always the repo. Also, there may be another solution that always let --data-dir be the subdirectory of the repo, but personally I think this may not be what we actually need. As this issue mainly influent on Docker and I am not familiar with .bat files, updating webui.bat is skipped. webui.sh: source env from repo instead $PWD
* Update webui.shDaniAndTheWeb2023-01-201-1/+1
|
* Update webui.shDaniAndTheWeb2023-01-191-2/+2
|