aboutsummaryrefslogtreecommitdiff
path: root/webui.sh
AgeCommit message (Collapse)Author
2023-07-03Update webui.shFrank Tao
2023-07-03Fix launch script to be runnable from any directoryonyasumi
2023-06-06Skip force pyton and pytorch ver if TORCH_COMMAND already setDGdev91
2023-06-06Write "RX 5000 Series" instead of "Navi" in errDGdev91
2023-06-06Check python version for Navi 1 onlyDGdev91
2023-06-06Force python1 for Navi1 only, use python_cmd for pythonDGdev91
2023-06-06Fix error in webui.shDGdev91
2023-06-06Forcing Torch Version to 1.13.1 for Navi and Renoir GPUsDGdev91
2023-06-05Restart: only do restart if running via the wrapper scriptAarni Koskela
2023-06-03a yet another method to restart webuiAUTOMATIC
2023-06-03Merge pull request #10967 from waltercool/masterAUTOMATIC1111
Added support for workarounds on Navi external GPU.
2023-06-02Added support for workarounds on external GPU.Pablo Cholaky
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>
2023-05-27Merge pull request #10722 from maybe-hello-world/masterAUTOMATIC1111
Download ROCm for AMD GPU only if NVIDIA is not presented
2023-05-27Merge pull request #10718 from kernelmethod/libtcmalloc_fixesAUTOMATIC1111
Small fixes to prepare_tcmalloc for Debian/Ubuntu compatibility
2023-05-26Update webui.shRoman Beltiukov
2023-05-25Merge branch 'dev' into masterRoman Beltiukov
2023-05-25change to AMD only if NVIDIA is not presentedRoman Beltiukov
2023-05-25Small fixes to prepare_tcmalloc for Debian/Ubuntu compatibilitykernelmethod
- /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.
2023-05-18Merge branch 'dev' into masterAUTOMATIC1111
2023-05-18Error Improvement for install torchWeiming
2023-05-17Fixing webui.shBaptiste Rajaut
If only i proofread what i wrote
2023-05-17Bump pytorch for AMD UsersBaptiste Rajaut
So apparently it works now? Before you would get "Pytorch cant use the GPU" but not anymore.
2023-05-02Merge pull request #9140 from yedpodtrzitko/yed/reuse-existing-venvAUTOMATIC1111
feat: use existing virtualenv if already active
2023-05-02revert unwanted change from #9865AUTOMATIC
2023-05-01Merge branch 'experimental' into subpath-supportcatalpaaa
2023-04-29Merge branch 'dev' into masterAUTOMATIC1111
2023-04-29Merge branch 'dev' into masterAUTOMATIC1111
2023-04-29Merge pull request #9593 from gakada/tcmallocAUTOMATIC1111
Try using TCMalloc on Linux by default
2023-04-25add subpath supportcatalpaaa
2023-04-17fix install_dir errorweidong
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
2023-04-13Try using TCMalloc on Linux by defaultgk
2023-04-11Using --index-url instead of --extra-index-url following new PyTorch install ↵DGdev91
command
2023-04-06Forcing PyTorch version for AMD GPUs automatic installDGdev91
The old code tries to install the newest versions of pytorch, wich is currently 2.0. Forcing it to 1.13.1
2023-03-29feat: use existing virtualenv if already activeyedpodtrzitko
2023-03-12Update webui.shParityError
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
2023-03-12Update webui.shParityError
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
2023-03-12revert webui.sh from #8492AUTOMATIC
2023-03-11webui.sh: remove all `cd` related codeZhang Hua
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
2023-01-20Update webui.shDaniAndTheWeb
2023-01-20Update webui.shDaniAndTheWeb
2023-01-20Usage explanation for Renoir usersDaniAndTheWeb
2023-01-19Experimental support for RenoirDaniAndTheWeb
This adds the GFX version 9.0.0 in order to use Renoir GPUs with at least 4 GB of VRAM (it's possible to increase the virtual VRAM from the BIOS settings of some vendors). This will only work if the remaining ram is at least 12 GB to avoid the system to become unresponsive on launch.). This change also changes the GPU check to a case statement to be able to add more GPUs efficiently.
2023-01-19GFX env just for RDNA 1 and 2DaniAndTheWeb
This commit specifies which GPUs should use the GFX variable, RDNA 3 is excluded since it uses a newer GFX version
2023-01-19Small reformat of the GPU checkDaniAndTheWeb
2023-01-19Simplify GPU checkDaniAndTheWeb
2023-01-19Environment variable on launch just for Navi cardsDaniAndTheWeb
Setting HSA_OVERRIDE_GFX_VERSION=10.3.0 for all AMD cards seems to break compatibility for polaris and vega cards so it should just be enabled on Navi
2023-01-18fixing error using lspci on macOsXfacu
2023-01-14Fix TORCH_COMMAND checkDaniAndTheWeb
2023-01-14Only set TORCH_COMMAND if wasn't set webui-userDaniAndTheWeb
2023-01-14Quick format fixDaniAndTheWeb