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 326 forks source link

Image not updating #195

Open SquarishRectangle opened 2 years ago

SquarishRectangle commented 2 years ago

I am on windows 10, deep-daze==0.11.1, torch==1.11.0 and everything seems to be working. However, when it runs, the image doesn't update at all. It does output the {filename}.{serial number}.jpg image but they are all exactly the same even after multiple epochs.

I have done the exact same thing in a virtualenv and still no result. I've done this on google colab and it works fine but since colab won't allow you to run a notebook indefinitely I wanted to get it working locally but I keep running into this issue.