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 uses wrong gpu windows 10 #102

Open elabbas0 opened 3 years ago

elabbas0 commented 3 years ago

i am using a laptop and coda trying to use my integrated gpu0 (display) with 128 mb vram

how can i switch it to gpu1 because gpu1 has 4 gb vram

maflohr commented 3 years ago

Try setting the CUDA_VISIBLE_DEVICES environment variable to 1.