Closed knrh8r closed 4 months ago
Polaris GPUs have a bug that the driver raises out of memory error when handling system memory. This may be from gpu driver itself or zluda. Try PRO driver if possible.
As you suggested: • Uninstalled HIP SDK • Uninstalled current GPU Drivers using Display Driver Uninstaller • Did a clean install of the latest AMD PRO Edition drivers • Reinstalled HIP SDK
Again, tested ZLUDA by launching Blender3D - works as expected without issues.
Unfortunately, the same issue remains with WebUI. I compared the console output with the console logs provided above, they are identical, so nothing has changed. Is there a possible workaround for this? Thanks for your time.
Downgrading torch and torchvision fixed the issue for me. I have same gpu and I'm using 24.3.1 Adrenalin driver. I manually entered these commands: https://github.com/patientx/ComfyUI-Zluda/blob/master/fixforrx580.bat Same fix also works for SD Next too.
Downgrading torch and torchvision fixed the issue for me. I have same gpu and I'm using 24.3.1 Adrenalin driver. I manually entered these commands: https://github.com/patientx/ComfyUI-Zluda/blob/master/fixforrx580.bat
Downgrading torch with the provided commands worked for me and eventually I was able to generate images using zluda. Thank you!
Checklist
What happened?
Windows 10, AMD RX 580, ZLUDA Installed the latest version of webui, no extensions. Webui launches fine, but image generation does not work, it's unable to load any checkpoints.
Steps to reproduce the problem
Here's what I did • Remove any other python versions, install v3.10.11 • Install AMD HIP SDK 5.7.1 • Download and unzip ZLUDA files • Add HIP and ZLUDA folders to PATH • Replace the
ROCm\5.7\bin\rocblas\library
folder with the one from ROCmLibs archive • Git clone webui-amdgpu repo • Add--use-zluda --medvram-sdxl --update-check --skip-ort
to webui-user.bat • Put SD-v1.5 safetensor in models folder • Run webui-user.batWhat should have happened?
Didn't have any issues with DirectML, expected new version with ZLUDA support to work on my GPU
What browsers do you use to access the UI ?
Google Chrome
Sysinfo
sysinfo-2024-06-24-17-20.json
Console logs
Additional information
Have AMD Adrenalin Driver Version 24.3.1 installed (latest for me) Been using WebUI v1.7.0 with DirectML for awhile, didn't have any issues. Tried installing WebUI v1.8.0, which did load a checkpoint and generate images, however, the resulting images were just noise. (related to this? zluda issue #208)
I can verify that ZLUDA is working outside of WebUI by launching Blender3D - I can select CUDA as the rendering backend and render images using GPU.