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

I have a cuda card, and all neccessary installs, but it still wont work. #159

Open shelldoesthings opened 2 years ago

shelldoesthings commented 2 years ago

I have a GTX 1650 Super, which does have CUDA cores, and I have installed the necessary drivers, and installed pytorch via anaconda, but it still produces no output, and says I dont have CUDA. The error I get reads: :\users\username\anaconda3\envs\tensorflow\lib\site-packages\torch\cuda\amp\autocast_mode.py:120: UserWarning: torch.cuda.amp.autocast only affects CUDA ops, but CUDA is not available. Disabling. warnings.warn("torch.cuda.amp.autocast only affects CUDA ops, but CUDA is not available. Disabling.") Please help because I can not figure out what is wrong.

eeymae commented 2 years ago

Try my possible solution from #161

shelldoesthings commented 2 years ago

@eeymae That didn't work for me, I still receive the same error.

Damieo commented 2 years ago

same