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.37k stars 327 forks source link

CUDA Error in Windows 10 #107

Open gangapurambhargav opened 3 years ago

gangapurambhargav commented 3 years ago

CUDA must be available in order to use Deep Daze

nerdyrodent commented 3 years ago

Have you installed CUDA? e.g. conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch -c conda-forge Ref: https://pytorch.org/get-started/locally/

ikari-pl commented 3 years ago

Can we run it on CPU for the AMD fanboys?

outkaj commented 2 years ago

Can we run it on CPU for the AMD fanboys?

You can - https://github.com/lucidrains/deep-daze/issues/154#issuecomment-949205750 - if it does not find CUDA, it will just default to using the CPU (with poor results though - at least from my local testing).