Closed philippludwig closed 11 months ago
Enter apprroate title and quote section of the log, not just link to it.
There you go.
AMD Radon 8600 XT (00) -) ROCm agents detected: ['gfx1101'] = RX 7800 XT
what version of pytorch ? pip list
first operation that exectues after the last message in your log is torch.load_state_dict
- if that hangs, that is deep inside torch and not much i can do.
i'd suggest at least once trying a fresh reinstall to get fresh torch install on your system.
and you may look into possibly setting environment variable HSA_OVERRIDE_GFX_VERSION
to appropriate version for your gpu (you'll need to search to find some suggestions, i don't have one)
other than that, i don't have much to suggest.
Stop... It's Gentoo... They need their own dances with a tambourine -) https://wiki.gentoo.org/wiki/ROCm
Put any of the supported ones
Thank you. I will fiddle a bit around and see if I find a solution.
Allright, I reinstalled it again, updated drivers and now I only get
'sh webui.sh --debug --use-rocm…' terminated by signal SIGSEGV (Address boundary error)
So that’s the end of the debugging for me, because now I don’t even have logfiles. Anyway, thanks for the help.
That basically men's your driver crashed and that is much lower operation than sdnext could capture. Logs would be in Linux system logs, most likely in /var/logs
Issue Description
While SD.Next works fine when running on the CPU, I cannot use it with my AMD card. It is stuck on
It stays like this for several minutes; within that timespan, the CPU can generate several images.
Sadly there is no useful info in the logfile. Here it is anyway: sdnext.log
I have tried
--reinstall
and to delete the folder, clone it again and install again. Same issue, sadly.Version Platform Description
Gentoo, Python 3.11, AMD Radon 8600 XT, Firefox
Relevant log output
Backend
Original
Branch
Master
Model
SD 1.5
Acknowledgements