Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 |
| | | |||||
* | | revert unwanted change from #9865 | AUTOMATIC | 2023-05-02 | 1 | -0/+0 |
| | | |||||
* | | Merge branch 'experimental' into subpath-support | catalpaaa | 2023-05-01 | 1 | -4/+20 |
|\ \ | |||||
| * \ | Merge branch 'dev' into master | AUTOMATIC1111 | 2023-04-29 | 1 | -3/+19 |
| |\ \ | |||||
| | * \ | Merge branch 'dev' into master | AUTOMATIC1111 | 2023-04-29 | 1 | -3/+19 |
| | |\ \ | |||||
| | | * \ | Merge pull request #9593 from gakada/tcmalloc | AUTOMATIC1111 | 2023-04-29 | 1 | -3/+18 |
| | | |\ \ | | | | | | | | | | | | | Try using TCMalloc on Linux by default | ||||
| | | | * | | Try using TCMalloc on Linux by default | gk | 2023-04-13 | 1 | -3/+18 |
| | | | |/ | |||||
| | | * / | fix install_dir error | weidong | 2023-04-17 | 1 | -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 ↵ | DGdev91 | 2023-04-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | command | ||||
| | * | | Forcing PyTorch version for AMD GPUs automatic install | DGdev91 | 2023-04-05 | 1 | -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.sh | ParityError | 2023-03-12 | 1 | -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.sh | ParityError | 2023-03-12 | 1 | -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 support | catalpaaa | 2023-04-25 | 1 | -0/+0 |
|/ | |||||
* | revert webui.sh from #8492 | AUTOMATIC | 2023-03-12 | 1 | -14/+14 |
| | |||||
* | webui.sh: remove all `cd` related code | Zhang Hua | 2023-03-11 | 1 | -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.sh | DaniAndTheWeb | 2023-01-20 | 1 | -1/+1 |
| | |||||
* | Update webui.sh | DaniAndTheWeb | 2023-01-19 | 1 | -2/+2 |
| | |||||
* | Usage explanation for Renoir users | DaniAndTheWeb | 2023-01-19 | 1 | -0/+3 |
| | |||||
* | Experimental support for Renoir | DaniAndTheWeb | 2023-01-19 | 1 | -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. | ||||
* | GFX env just for RDNA 1 and 2 | DaniAndTheWeb | 2023-01-19 | 1 | -1/+1 |
| | | | This commit specifies which GPUs should use the GFX variable, RDNA 3 is excluded since it uses a newer GFX version | ||||
* | Small reformat of the GPU check | DaniAndTheWeb | 2023-01-19 | 1 | -5/+5 |
| | |||||
* | Simplify GPU check | DaniAndTheWeb | 2023-01-19 | 1 | -15/+10 |
| | |||||
* | Environment variable on launch just for Navi cards | DaniAndTheWeb | 2023-01-19 | 1 | -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 | ||||
* | fixing error using lspci on macOsX | facu | 2023-01-18 | 1 | -1/+1 |
| | |||||
* | Fix TORCH_COMMAND check | DaniAndTheWeb | 2023-01-14 | 1 | -1/+1 |
| | |||||
* | Only set TORCH_COMMAND if wasn't set webui-user | DaniAndTheWeb | 2023-01-14 | 1 | -1/+4 |
| | |||||
* | Quick format fix | DaniAndTheWeb | 2023-01-14 | 1 | -1/+1 |
| |