bes-dev / stable_diffusion.openvino

Apache License 2.0
1.53k stars 207 forks source link

Add higher resolution support, detect GPUs #99

Open jarredwalton opened 1 year ago

jarredwalton commented 1 year ago

Hey, no idea how to do a discussion for this, but ... it would be great if this project could be updated to be more like the stable-diffusion-webui, with support for a lot of newer features. I'm particularly interested in being able to do higher resolution outputs, which the webui version supports (up to 2048x2048).

As an added note, this project does work on Arc GPUs, if you change the device from CPU to GPU. I got ~1.856 it/s on GPU, versus ~0.44 it/s on a 12900K CPU. Anyway, this is all cool stuff and I'm glad to have anything with Stable Diffusion that will run on an Arc GPU, but I can't do direct comparisons with my Nvidia and AMD GPU testing that I did using webui at 2048x1152 with the hires fix.

Thumbs up for the work so far!

image