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

Always Downloading ViT-B-32.pt #177

Open DannyBen opened 2 years ago

DannyBen commented 2 years ago

With every run, it downloads this ViT-B-32.pt again. Is this normal?

So far, I am unable to generate an image, since I believe it is killed before completing the image, but I am not sure the problem is related.

I am running on Ubuntu inside a Vagrant box, if that matters.