stable_diffusion.openvino
stable_diffusion.openvino copied to clipboard
The current model is restricted to 512x512 pixels. Can you please give a tutorial to customize openvino models with the resolutions of choice? For example, 768x512 pixels?
Hi, Need to uninstall as it is too much for my laptop. Please indicate how to remove database that is downloaded at first run Best Regards, Alex
Congratulations on creating a platform for us Intel Mac users--I tried many installation walkthroughs with no joy until I came across this. Super straightforward and functional. So sorry to ask...
Windows 10 / Intel I7-6700 / Python 3.8.5 / pip 20.3.3 ``` (ldc) D:\py2\stable_diffusion.openvino>python demo.py --prompt "Photo of Emilia Clarke with a bright red hair" --init-image ./data/input.png --mask ./data/mask.png --strength...
Or I should perhaps say specifically when using demo_web with an initial image. It's very difficult and confusing to use. I can't find any pattern to when I'm supposed to...
Any one know this below? Ubuntu 20.04 LTS root@VM-8-7-ubuntu:~/stable_diffusion.openvino# python demo.py --prompt "Street-art painting of Emilia Clarke in style of Banksy, photorealism" Traceback (most recent call last): File "demo.py", line...
If you want to see the same prompt run multiple times with different seed, you have to do it manually right now and remember to change the output file name....
What is the recommended way to batch process the prompts? To avoid loading and unloading the model into memory for every prompt. This is very wasteful and time consuming, especially...
Some of SD interfaces expose the ability to select the sampler. In particular, the `k_euler_a` is known to produce good results with smaller number of iterations, which would be fantastic...
Readme says it works with python 3.8+, but it doesn't work with python 3.10. Because openvino 2022.1 is incompatible with python 3.10. Please fix the description in the readme.