stable_diffusion.openvino
                                
                                 stable_diffusion.openvino copied to clipboard
                                
                                    stable_diffusion.openvino copied to clipboard
                            
                            
                            
                        Description of installation doesn't work for Ubuntu Lunar Lobster
I tried to install according to the instructions here: https://github.com/bes-dev/stable_diffusion.openvino
I used pipx to install OpenVino, because Debian-based distros complain if you install applications using pip.
Pipx complained that it "could not find a version that satisfies the requirement openvino-dev[onnx,pytorch]==2022.3.0" and listed available versions. I installed 2023.0.2. After completing the listed process (barring requirements.txt not wanting to install) I tried the example for txt-to-img to find ... that there is no demo.py. I then upgraded to 2023.1.0. Nothing changed. Where did demo.py come from? I note that you don't actually say to install Stable Diffusion anywhere. I'm sure that's supposed to happen.