Open XD1674 opened 3 months ago
HIP SDK has a bug with RX 500 cards. (pre-navi) It throws OOM even if the memory is not full.
Multiple Users fixed that with this step:
Go into the stable-diffusion-webui-amdgpu folder and click in the explorer bar (not searchbar)
There Type cmd and hit enter.Then type and run these three commands on by one:
venv\scripts\activate
pip uninstall torch torchvision torchaudio -y
pip install torch==2.2.1 torchvision==0.17.1 torchaudio==2.2.1 --index-url https://download.pytorch.org/whl/cu118
Checklist
What happened?
i wanted to enable zluda, and for some reason it says cuda: out of memory, while i used --lowram and i have 8gb of vram. i also searched on the internet like everywhere but found nothing. maybe its because i tried to download zluda with rocm 5.7.1 on an old amd rx 570, but im not sure.
Steps to reproduce the problem
no idea, for everyone else it works apparently
What should have happened?
it should work normally, i dont get this error, also i should be fine with 24gb ram (i use operagx)
What browsers do you use to access the UI ?
Other
Sysinfo
sysinfo-2024-08-14-20-07.json
Console logs
Additional information
i have messed a bit with rocm, but other than that, nothing else. i have done 2 clean reinstalls and i still get this error