lucidrains / deep-daze

Simple command line tool for text to image generation using OpenAI's CLIP and Siren (Implicit neural representation network). Technique was originally created by https://twitter.com/advadnoun
MIT License
4.38k stars 327 forks source link

Can I use an AMD card? (Can't use cuda) #156

Open GabrielCrocker7 opened 2 years ago

GabrielCrocker7 commented 2 years ago

When downloading this, I didn't worry about my AMD graphics card, because the requirements said I could. But when running it, it said that pytorch wasn't updated. And then it failed because pytorch requires cuda to work. But you can't get cuda using an AMD card. So what should I do?

outkaj commented 2 years ago

Unfortunately, it doesn't look like AMD is really officially supported at the moment for this project, since there doesn't appear to be OpenCL integration yet.

See here - https://github.com/lucidrains/deep-daze/issues/154#issuecomment-949205750 - if it does not find CUDA, it will just default to using the CPU.