stable_diffusion.openvino
stable_diffusion.openvino copied to clipboard
The Stable Diffusion engine is using the custom stable diffusion openvino model on hugging face Is there any workaround to use civitai model.
I've just had a few messy errors with running a Python 3.9 virtualenv (Ubuntu, CPU based) I will continue to troubleshoot my issues, but I figured I'd reach out to...
$ python demo.py --prompt "Street-art painting of Emilia Clarke in style of Banksy, photorealism" Traceback (most recent call last): File "I:\ai\stable_diffusion.openvino\demo.py", line 83, in main(args) File "I:\ai\stable_diffusion.openvino\demo.py", line 35, in...
whenever i try to run demo.py and web_demo.py, and also when i try to render images with pygui.py i always get this line of code. Not sure what to make...
The script is failing on ubuntu with python3.10. The OpenVINO has not been released for such version of python and I have no idea how to make pip working with...
Hello, I am interested in using my ARC A750 GPU, but I am running into an error: ``` python demo.py --prompt "Street-art painting of Emilia Clarke in style of Banksy,...
I have an intel Arc A770 and when I use the gpu option for some reason it uses 100% of my cpu and when I use the cpu option it...
i keep getting the ```bash Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 565, in _run_script exec(code, module.__dict__) File "/Users/lunar/Desktop/stable_diffusion.openvino-master/demo_web.py", line 12, in from stable_diffusion_engine import StableDiffusionEngine File "/Users/lunar/Desktop/stable_diffusion.openvino-master/stable_diffusion_engine.py", line...
Hello, can you please share the steps and command line you used to convert the original model to OpenVINO IRs. Need this to help optimize these models further.
Traceback (most recent call last): File "c:\stable-diffusion\sd.ov\demo.py", line 7, in from stable_diffusion_engine import StableDiffusionEngine File "c:\stable-diffusion\sd.ov\stable_diffusion_engine.py", line 4, in from openvino.runtime import Core File "C:\ProgramData\miniconda3\envs\env1\lib\site-packages\openvino\runtime\__init__.py", line 12, in from openvino._pyopenvino...