-
Notifications
You must be signed in to change notification settings - Fork 28
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
Error related to prompt #4
Comments
Go to line 62 in clip_generate.py and change the line to |
Adding the fix! Thanks :) |
How many iterations are you running?
…On Thu, Sep 16, 2021, 5:04 AM Dave Jackson ***@***.***> wrote:
hello, changing the prompt using --prompt "" doesn't actually change it.
Similarly, editing the default prompt in clip_generate.py also doesn't
change (still runs the default of blonde hair purple eyes). Am I missing
something? cheers
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AORIL2SPHJQSSOCIWTI7RNLUCGXJ5ANCNFSM47LP2N7A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
@emwitchcraft about 20-60. I've realised my question should have been about the ref_img as the starting point is always the same image, but it does end up in the right place after a number of iterations. |
Change the random seed and you should see an at least slightly different
starting image each time. In my experience it's pretty subtle in the first
image, like one might have earrings and the next one doesn't. I set the
random seed from
int(time.time()) so every generation ends up differently even when the
prompt is the same. Seems like the image to image difference levels off
around image 800-1200.
…On Thu, Sep 16, 2021, 9:57 AM Dave Jackson ***@***.***> wrote:
@emwitchcraft <https://github.com/emwitchcraft> about 20-60. I've
realised my question should have been about the ref_img as the starting
point is always the same image, but it does end up in the right place after
a number of iterations.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AORIL2Q5L23RCDL3PPWSY6LUCHZT7ANCNFSM47LP2N7A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
@emwitchcraft thank you for taking the time to reply, I will play around with random seed! |
Hi, I'm trying to run the clip_generate.py, but I'm facing this error message every time I try to run the command:
line 223, in makedirs mkdir(name, mode) OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect: './generations\\"The image of a woman with blonde hair and purple eyes"'
how can I fix it?
The text was updated successfully, but these errors were encountered: