Skip to content
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

Open
vettorazi opened this issue Jun 26, 2021 · 6 comments
Open

Error related to prompt #4

vettorazi opened this issue Jun 26, 2021 · 6 comments

Comments

@vettorazi
Copy link

vettorazi commented Jun 26, 2021

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?

@emwitchcraft
Copy link

Go to line 62 in clip_generate.py and change the line to
output_dir = os.path.join(output_path, f'{prompt}')

@vipermu
Copy link
Owner

vipermu commented Aug 9, 2021

Adding the fix! Thanks :)

@emwitchcraft
Copy link

emwitchcraft commented Sep 16, 2021 via email

@omnivore2000
Copy link

@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.

@emwitchcraft
Copy link

emwitchcraft commented Sep 16, 2021 via email

@omnivore2000
Copy link

omnivore2000 commented Sep 16, 2021

@emwitchcraft thank you for taking the time to reply, I will play around with random seed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants