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

Description of installation doesn't work for Ubuntu Lunar Lobster

Open CarlFink opened this issue 2 years ago • 3 comments

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.

CarlFink avatar Sep 30 '23 02:09 CarlFink