openai / consistencydecoder

Consistency Distilled Diff VAE
MIT License
2.1k stars 76 forks source link

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

Open Kallamamran opened 7 months ago

Kallamamran commented 7 months ago

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