total newbie in distress

#21
by cocorico8 - opened

hi i'm totally new to this world and i can't make it work because i have an AMD GPU so if someone can send me to an introduction or a tutorial to diffusers and torch because i don't really understand the docs and if someone can tell me what accelerator i can use to make it work it will make my day. thanks to any response.

Are you running on a Mac? M1/M2?

i'm on kubuntu with a AMD Radeon RX 6600 XT, AMD Ryzen 5 PRO 4650G with Radeon Graphics and 32 Gb of ram.

Ah ok. Sorry - I misread your first comment. Im on an M1 Mac and have managed to get this model working now. I had to install Pytorch from source, however, from github to get that support. You may need to do the same for AMD:

https://pytorch.org/blog/experience-power-pytorch-2.0/

https://github.com/pytorch/pytorch#from-source

Avoid the CUDA stuff as thats NVIDIA frameworks. Ive also switched to using Conda for my python environments. Although occasionally I still have to drop into pip/3 to get things behaving. It's a fiddly bizness getting this stuff to work outside of the NVIDIA/CUDA pathways, but it is possible!

Use the online demo

Sign up or log in to comment