-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
random seed leakage #10
Comments
Any chance you get better results if you leave off the noise_prompt_seeds? Just curious if that might be the source of it. |
I tried it with the same results |
I suspect that CLIP is the culprit! See: openai/CLIP#13
|
output_dir can be a new directory also removes some short flags as these are starting to drive me crazy. Fixes dribnet#10
fixes dribnet#10 just some of then endless bookkeeping that kept me from doing this until now...
The current "seed" and "noise_prompt_seeds" arguments don't guarantee a fixed output.
Here are two results with the exact same arguments, including
They are pretty similar, which means the initial random image is the same.
However, there is some source of unseeded randomness, I think it will be great to locate and fix it :)
The text was updated successfully, but these errors were encountered: