consistencydecoder icon indicating copy to clipboard operation
consistencydecoder copied to clipboard

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

Open Kallamamran opened this issue 1 year ago • 0 comments

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")

Kallamamran avatar Nov 07 '23 00:11 Kallamamran