Commit Graph
19 Commits
Author SHA1 Message Date
DaniAndTheWebandGitHub e0b6092bc9 Update webui.sh 2023-01-20 15:31:27 +01:00
DaniAndTheWebandGitHub fd651bd0bc Update webui.sh 2023-01-20 00:21:51 +01:00
DaniAndTheWebandGitHub 0684a6819d Usage explanation for Renoir users 2023-01-20 00:21:05 +01:00
DaniAndTheWebandGitHub bc9442d1ec Merge pull request #2 from DaniAndTheWeb/DaniAndTheWeb-sd-Renoir
Experimental support for AMD Renoir
2023-01-19 23:55:56 +01:00
DaniAndTheWebandGitHub 912285ae64 Experimental support for Renoir
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-19 23:42:12 +01:00
DaniAndTheWebandGitHub 36364bd76c GFX env just for RDNA 1 and 2
This commit specifies which GPUs should use the GFX variable, RDNA 3 is excluded since it uses a newer GFX version
2023-01-19 20:05:49 +01:00
DaniAndTheWebandGitHub 48045545d9 Small reformat of the GPU check 2023-01-19 19:23:40 +01:00
DaniAndTheWebandGitHub c09fb3d8f1 Simplify GPU check 2023-01-19 19:21:02 +01:00
DaniAndTheWebandGitHub 4599e8ad0a Environment variable on launch just for Navi cards
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-19 17:00:51 +01:00
DaniAndTheWebandGitHub ba077e2110 Fix TORCH_COMMAND check 2023-01-14 23:19:52 +01:00
DaniAndTheWebandGitHub 2e172cf831 Only set TORCH_COMMAND if wasn't set webui-user 2023-01-14 22:25:32 +01:00
DaniAndTheWebandGitHub c4ba34928e Quick format fix 2023-01-14 15:58:50 +01:00
DaniAndTheWebandGitHub 6192a222bf Export TORCH_COMMAND for AMD from the webui 2023-01-14 15:46:23 +01:00
DaniAndTheWebandGitHub 6296129353 Revert detection code 2023-01-14 15:45:07 +01:00
DaniAndTheWebandGitHub 934cba0f4c Delete detection.py 2023-01-14 15:43:29 +01:00
DaniAndTheWebandGitHub 54fa77facc Fix detection script on macos
This fixes the script on macos
2023-01-14 12:10:45 +01:00
DaniAndTheWebandGitHub a407c9f014 Automatic torch install for amd on linux
This commit allows the launch script to automatically download rocm's torch version for AMD GPUs using an external GPU detection script. It also prints the operative system and GPU in use.
2023-01-13 19:22:23 +01:00
DaniAndTheWebandGitHub eaebcf6383 GPU detection script
This commit adds a script that detects which GPU is currently used in Windows and Linux
2023-01-13 19:20:18 +01:00
DaniAndTheWebandGitHub cbf4b3472b Automatic launch argument for AMD GPUs
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.
2023-01-13 19:18:56 +01:00