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

Results 112 stable_diffusion.openvino issues
Sort by recently updated
recently updated
newest added

Text-To-Image works fine, but trying Image-To-Image (with the parameters given in the example) ends in an attribute error. scheduling_pndm.py line 368: timesteps = timesteps.to(self.alphas_cumprod.device) AttributeError: 'numpy.ndarray' object has no attribute...

File "C:\ProgramData\Miniconda3\envs\vin\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 556, in _run_script exec(code, module.__dict__) File "C:\Users\niy\Desktop\my things\programming\neural net\stable_diffusion.openvino\demo_web.py", line 6, in from streamlit_drawable_canvas import st_canvas

`ImportError: cannot import name '_imaging' from 'PIL' (/usr/lib/python3/dist-packages/PIL/__init__.py)` Get this error after install and run demo

ERROR: Could not find a version that satisfies the requirement openvino==2022.1.0 (from -r requirements.txt (line 6)) (from versions: 2021.2, 2021.3.0, 2021.4.0, 2021.4.1, 2021.4.2) ERROR: No matching distribution found for openvino==2022.1.0...

It would be nice if you could also do negative prompts in the demo web ui.

File "C:\Users\USERNAME\AppData\Roaming\Python\Python39\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 562, in _run_script exec(code, module.__dict__) File "C:\Users\USERNAME\Desktop\my things\programming\neural net\stable_diffusion.openvino\demo_web.py", line 124, in run(engine) File "C:\Users\USERNAME\Desktop\my things\programming\neural net\stable_diffusion.openvino\demo_web.py", line 77, in run image = engine( File "C:\Users\USERNAME\Desktop\my things\programming\neural...

Tried to create my first image with a simple prompt via the Python GUI: ![ai_one](https://user-images.githubusercontent.com/29703429/195248130-18316489-d900-4349-a173-3bb085a63833.png) _(just 5 steps for speed's sake)_ Python ends up throwing a FileNotFound error for some...

Such as this: https://huggingface.co/ShadowPower/waifu-diffusion.openvino/tree/main This is the anime finetuned model. A Pokemon finedtuned model came out today, and I'm guessing more people will want to port these finetuned models to...

I can't run the generation due to this error, but i'm sure numpy is installed ```(vin) C:\Users\frtn7\projects\stable_diffusion.openvino>python pygui.py C:\ProgramData\Miniconda3\python.exe "C:/Users/frtn7/projects/stable_diffusion.openvino/demo.py" --prompt "a black and white 3D render of a beautiful...