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

It would help to have a Dockerfile and a published Docker image. This will allow convenient usage without having to install the requirements. Providing a Docker Compose file will also...

Hello, thanks for the very useful project! :) Right now, after each run on the console, it takes ~30 seconds contacting some third-party websites before the actual inference starts. I...

Stable diffusion has img to img, is that possible with this version?

` # Height Width parser.add_argument("--H", type=int, default=1280, help="image height, in pixel space") parser.add_argument("--W", type=int, default=720, help="image width, in pixel space")`

I'm just documenting some issues I ran into while installing, and what the fixes were! ### Openvino version cannot be found. **Problem**: ``` ERROR: Could not find a version that...

I get a persistent error when my job finishes... the process is killed, and no image is outputted. Here's an example using 2 inference steps only (so it runs quickly):...

Hi! This is a really cool piece of work, seems to run approx 2x faster than a native Torch CPU implementation. I did notice that it only uses 4 of...

First of all, thank you for this, tried it out on CPU and there was some speed boost compared to pytroch. However i am wondering if you would be willing...