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

Same color scheme for all creations #99

Open alexp-12 opened 3 years ago

alexp-12 commented 3 years ago

Hello, every time I run a new imagine "" all of my creations have the same colors and are looking generally similar and bland. Is there any way to get more variation? I can upload examples if you'd like.

NotNANtoN commented 3 years ago

Please do upload them! Make sure that you have enough num_layers

NotNANtoN commented 3 years ago

@alexp-12 if you check out the new PR #103 you can set the hidden_size to 512. That will lead to more saturated colours in my experience