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

MacOS Support #104

Open benstuart0 opened 3 years ago

benstuart0 commented 3 years ago

Can DeepDaze be run on MacOS? It seems to require CUDA which was discontinued for Mac a while back. Is there a way around this?

NotNANtoN commented 3 years ago

Hi! You can try the PR version in #103. I just added CPU support. It is probably very slow and will take up quite some RAM, but it runs on my ubuntu laptop.

zkSNARK commented 3 years ago

It might be possible to run on an older mac / mbpro that has a discrete Nvidia GPU on it. However, you'd be stuck using a very old compute capability if it worked at all. If it did work, then I'm sure it would be better than CPU.