stable_diffusion.openvino icon indicating copy to clipboard operation
stable_diffusion.openvino copied to clipboard

FileNotFoundError when trying to name output file

Open SaeedBaig opened this issue 3 years ago • 1 comments

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?

SaeedBaig avatar Oct 12 '22 04:10 SaeedBaig

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

Drake53 avatar Oct 12 '22 09:10 Drake53