stable_diffusion.openvino
stable_diffusion.openvino copied to clipboard
FileNotFoundError when trying to name output file
Tried to create my first image with a simple prompt via the Python GUI:
(just 5 steps for speed's sake)
Python ends up throwing a FileNotFound error for some reason:

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?
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