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

"con.png" is not allowed in a windows environment! #4

Open
Kallamamran opened this issue Nov 7, 2023 · 0 comments
Open

"con.png" is not allowed in a windows environment! #4

Kallamamran opened this issue Nov 7, 2023 · 0 comments

Comments

@Kallamamran
Copy link

Using "con.png" in your code can generate an error which makes you believe something else is wrong.
I had been trying to solve this in many ways before finding out it was the filename that was wrong.

Use anything else but "con"!

decode with vae

sample_consistency = decoder_consistency(latent)
save_image(sample_consistency, "NOT_CON.png")

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

1 participant