bes-dev / stable_diffusion.openvino

Apache License 2.0
1.53k stars 207 forks source link

FileNotFoundError when trying to name output file #85

Open SaeedBaig opened 1 year ago

SaeedBaig commented 1 year ago

Tried to create my first image with a simple prompt via the Python GUI: ai_one (just 5 steps for speed's sake)

Python ends up throwing a FileNotFound error for some reason: ai_two

Isn't the program supposed to create the image file for me?

I followed the CPUTard guide recommended in readme.txt to the letter. Any ideas what's going wrong?

Drake53 commented 1 year ago

pygui.py is broken, I'd recommend you use demo.py instead. Also make sure you don't use the demo.py and stable_diffusion_engine.py from that guide or you might get lock errors like in #84