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 it be run on the non Primary GPU #182

Closed zacharyqueralt closed 2 years ago

zacharyqueralt commented 2 years ago

I have two 4GB cards installed and the primary one sits at about 1.2GB of vram usage at idle so when I run deep-daze it runs out of memory. Is it possible to run it on the other card that sits at 0.1GB of usage or even better, both cards? Thanks