-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Same NaN error / not a solution. RX 6800 #7
Comments
Last i knew, 5.19 kernel was not supported by ROCm. Try downgrading 5.17 kernel. |
Actually, installling rocm 5.5 just released and supports kernel 5.19. You can try updating that on the host system. |
very interesting! thanks a lot for the info. Will try ASAP, this weekend latest, and let you know. fingers crossed (: btw, you are missing a ' at the end of the line in the readme in "Run on the command docker build . -t 'stable-diffusion-webui-rocm" |
tried; didn't work with kernel 5.17.15 and rocm 5.4.2. it keeps producing NaNs / black images only. |
How are installing rocm on the host system? I'm using the deb Installation and the rocm packages are very picky. You can't just use mainline/urkuu and install a kernel of the 'supported' version. With rocm 5.4.2, I had to install the kernel deb package, With rocm 5.5, things get messier. Last I knew, pytorch only officially supported up to 5.4.2. They haven't added 5.4.3 or 5.5 support officially yet. I'm assuming rocm 5.5 is based off the We really need my rocm development / testing. It feels like rocm is a second class citizen to cuda. |
thanks for the info. ill try to spend some more time testing this weekend. Though it might be wise to just wait a few weeks until pytorch+rocm5.5 is out. Related: vladmandic/automatic#741 (reply in thread) |
I just updated the You can easily build the image by using the command See how it works for you. |
Hi, thanks for the effort; unfortunately no luck; same NaN error. |
That is sort of how the SDW application works. I can't really help that. That's inside the application. When you update the docker-compose, docker redeploys the whole container, so SDW can't find the previous download and thus redownload. The other option is to make is part of the container image which isn't ideal. |
Context: I am here from AUTOMATIC1111/stable-diffusion-webui#5468.
@hydrian i tried this repo / docker; it does not work for me. AMD RX 6800. clean Lubuntu host (5.19 kernel). I also tried --precision full, --no-half, "Upcast cross attention layer to float32".
--disable-nan-check just produces black images.
The text was updated successfully, but these errors were encountered: