aboutsummaryrefslogtreecommitdiffstats
path: root/webui.sh
AgeCommit message (Collapse)AuthorLines
2023-06-06Skip force pyton and pytorch ver if TORCH_COMMAND already setDGdev91-9/+12
2023-06-06Write "RX 5000 Series" instead of "Navi" in errDGdev91-1/+1
2023-06-06Check python version for Navi 1 onlyDGdev91-1/+1
2023-06-06Force python1 for Navi1 only, use python_cmd for pythonDGdev91-15/+8
2023-06-06Fix error in webui.shDGdev91-0/+1
2023-06-06Forcing Torch Version to 1.13.1 for Navi and Renoir GPUsDGdev91-5/+23
2023-06-05Restart: only do restart if running via the wrapper scriptAarni Koskela-0/+1
2023-06-03a yet another method to restart webuiAUTOMATIC-14/+20
2023-06-03Merge pull request #10967 from waltercool/masterAUTOMATIC1111-1/+1
Added support for workarounds on Navi external GPU.
2023-06-02Added support for workarounds on external GPU.Pablo Cholaky-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>
2023-05-27Merge pull request #10722 from maybe-hello-world/masterAUTOMATIC1111-2/+5
Download ROCm for AMD GPU only if NVIDIA is not presented
2023-05-27Merge pull request #10718 from kernelmethod/libtcmalloc_fixesAUTOMATIC1111-1/+1
Small fixes to prepare_tcmalloc for Debian/Ubuntu compatibility
2023-05-26Update webui.shRoman Beltiukov-2/+1
2023-05-25Merge branch 'dev' into masterRoman Beltiukov-0/+8
2023-05-25change to AMD only if NVIDIA is not presentedRoman Beltiukov-4/+7
2023-05-25Small fixes to prepare_tcmalloc for Debian/Ubuntu compatibilitykernelmethod-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.
2023-05-18Merge branch 'dev' into masterAUTOMATIC1111-2/+9
2023-05-18Error Improvement for install torchWeiming-1/+10
2023-05-17Fixing webui.shBaptiste Rajaut-1/+1
If only i proofread what i wrote
2023-05-17Bump pytorch for AMD UsersBaptiste Rajaut-2/+2
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-14/+21
feat: use existing virtualenv if already active
2023-05-02revert unwanted change from #9865AUTOMATIC-0/+0
2023-05-01Merge branch 'experimental' into subpath-supportcatalpaaa-4/+20
2023-04-29Merge branch 'dev' into masterAUTOMATIC1111-3/+19
2023-04-29Merge branch 'dev' into masterAUTOMATIC1111-3/+19
2023-04-29Merge pull request #9593 from gakada/tcmallocAUTOMATIC1111-3/+18
Try using TCMalloc on Linux by default
2023-04-25add subpath supportcatalpaaa-0/+0
2023-04-17fix install_dir errorweidong-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
2023-04-13Try using TCMalloc on Linux by defaultgk-3/+18
2023-04-11Using --index-url instead of --extra-index-url following new PyTorch install ↵DGdev91-1/+1
command
2023-04-06Forcing PyTorch version for AMD GPUs automatic installDGdev91-1/+1
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-14/+21
2023-03-12Update webui.shParityError-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
2023-03-12Update webui.shParityError-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
2023-03-12revert webui.sh from #8492AUTOMATIC-14/+14
2023-03-11webui.sh: remove all `cd` related codeZhang Hua-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
2023-01-20Update webui.shDaniAndTheWeb-1/+1
2023-01-20Update webui.shDaniAndTheWeb-2/+2
2023-01-20Usage explanation for Renoir usersDaniAndTheWeb-0/+3
2023-01-19Experimental support for RenoirDaniAndTheWeb-4/+8
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-1/+1
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-5/+5
2023-01-19Simplify GPU checkDaniAndTheWeb-15/+10
2023-01-19Environment variable on launch just for Navi cardsDaniAndTheWeb-1/+6
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-1/+1
2023-01-14Fix TORCH_COMMAND checkDaniAndTheWeb-1/+1
2023-01-14Only set TORCH_COMMAND if wasn't set webui-userDaniAndTheWeb-1/+4
2023-01-14Quick format fixDaniAndTheWeb-1/+1
2023-01-14Export TORCH_COMMAND for AMD from the webuiDaniAndTheWeb-0/+1
2023-01-13 Automatic launch argument for AMD GPUsDaniAndTheWeb-1/+7
This commit adds a few lines to detect if the system has an AMD gpu and adds an environment variable needed for torch to recognize the gpu.