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

Cuda and torch issues #176

Open Hooudini opened 2 years ago

Hooudini commented 2 years ago

So i have literally tried everything know to man and im starting to give up i dont know what i could be doing wrong but heres the images image image

DannyBen commented 2 years ago

I am also at a similar situation. Cuda and RAM issues block me from imagining anything.

shorrtygit commented 2 years ago

i had this issue and fixed it by completely removing torch, and reinstalling it using this command: pip3 install torch==1.9.1+cu111 torchvision==0.10.1+cu111 torchaudio===0.9.1 -f https://download.pytorch.org/whl/torch_stable.html