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

start_image_path doesn't seem to be working anymore. #42

Closed afiaka87 closed 3 years ago

afiaka87 commented 3 years ago

Edit: this was all wrong. I can't get this parameter to work now. Looks like self.start_image is getting set to None here when it should be set to start_image_path.

https://github.com/lucidrains/deep-daze/blob/0cf76c71697ace90000182ef3e288df62b961b19/deep_daze/deep_daze.py#L266

afiaka87 commented 3 years ago

Hm, nevermind that didn't seem to fix anything.