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

overwrite parameter doesn't appear to be valid #77

Closed Mearman closed 3 years ago

Mearman commented 3 years ago

image

lucidrains commented 3 years ago

yea, that argument only exists on the CLI and not the Imagine object

Mearman commented 3 years ago

Ahhh I didn’t realise that. Thanks