From 31a4977b82f568e0bd1115c4f689cab30c687d48 Mon Sep 17 00:00:00 2001 From: githubcto <165018162+githubcto@users.noreply.github.com> Date: Mon, 31 Mar 2025 23:04:22 +0900 Subject: [PATCH 1/2] Update README.md --- README.md | 45 +++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 43 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b076d7..abb6c78 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,46 @@ +# stablediffusiongui-win-ROCm6 + +- stablediffusiongui-windows AMD ROCm 6 +ROCm is x2 faster than vulkan. + + [Binaries for Radeon](https://github.com/githubcto/sd.cpp.gui.wx-win-ROCm6/releases) RX 7900XTX , 7900XT, 7800XT, 7700XT, 7600, 6950XT, 6900XT, 6800XT and 6800. + + Other Radeon, use vulkan. + +- INSTALL +1. You need to install [AMD HIP SDK](https://www.amd.com/en/developer/resources/rocm-hub/hip-sdk.html) +2. Download [binaries for Radeon](https://github.com/githubcto/sd.cpp.gui.wx-win-ROCm6/releases) +3. Extract zip. +4. Double click StableDiffusionGUI-x.x-win64.exe. This exe is installer for windows. I recommend NOT install CUDA Backends. stable-diffusion_cuda.dll is unnecessary, file size is very large. +5. Make .bat's desktop shortcut if needed. + + bat files are in installed folder which you specified when you install. + + +- START + + Double click stablediffusiongui.exe. + + If AMD HIP SDK is detected (HIP_PATH is detected in PATH), backend become ROCm HIP, stable-diffusion_hipblas.dll. +If not, backend is vulkan, stable-diffusion_vulkan.dll. +(HIP_PATH is configured by AMD HIP SDK installer automatically. So, you do not need configure HIP_PATH and HIP_PATHbin manually.) + + Depend on your PC, you may need to configure HIP_VISIBLE_DEVICES. Two sample .bat files are included. Try them! + +These are commandline options. -avx, -avx2, -avx512, -hipblas, -vulkan, -cuda. +hipblas means ROCm. cuda means nvidia. +For example, if you want to run FORCE VULKAN, add -vulkan. Sample .bat file is included. + +- UNINSTALL + + Use windows OS's uninstaller or use Uninstall.exe . + +- KNOWN ISSUE + + SDXL speed is slow: Compared with Comfy, SDXL's speed is slow, takes x2 sec/it. though, FLUX speed is slightly faster then Comfy.This SDXL-SLOW issue is sd.cpp's. +radeon, nvidia, intel, and even cpu are affected. + + ## **sd.cpp.gui.wx - Stable Diffusion GUI** @@ -47,9 +90,7 @@ For compiling on unsupported operating systems, consult the Wiki. --- -## Star History -[![Star History Chart](https://api.star-history.com/svg?repos=fszontagh/sd.cpp.gui.wx&type=Date)](https://star-history.com/#fszontagh/sd.cpp.gui.wx&Date) ---------- From a1820722ce6eed994900ee619e273f88548683dd Mon Sep 17 00:00:00 2001 From: githubcto <165018162+githubcto@users.noreply.github.com> Date: Mon, 31 Mar 2025 23:05:33 +0900 Subject: [PATCH 2/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index abb6c78..5b05503 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # stablediffusiongui-win-ROCm6 - stablediffusiongui-windows AMD ROCm 6 -ROCm is x2 faster than vulkan. + + ROCm is x2 faster than vulkan. [Binaries for Radeon](https://github.com/githubcto/sd.cpp.gui.wx-win-ROCm6/releases) RX 7900XTX , 7900XT, 7800XT, 7700XT, 7600, 6950XT, 6900XT, 6800XT and 6800.