stable-diffusion.cpp icon indicating copy to clipboard operation
stable-diffusion.cpp copied to clipboard

Image Preview

Open MGTRIDER opened this issue 1 year ago • 2 comments

Hi there developers, first of a big thank you for making this technology accessible to more people. I have a question, is there a way to preview the image being rendered, just like in other UI's? It would really save a lot of time if i could cancel a render if the result is undesirable. Thank you for your time.

MGTRIDER avatar Aug 20 '24 15:08 MGTRIDER

I've tried implementing it myself on a private repo by forcing every step to output a decoded image but unfortunately I haven't been able to properly implement it and the generation always broke after 3 steps. It shouldn't be hard to implement correctly, if I have time I may give it a try again.

daniandtheweb avatar Aug 24 '24 18:08 daniandtheweb

I've tried implementing it myself on a private repo by forcing every step to output a decoded image but unfortunately I haven't been able to properly implement it and the generation always broke after 3 steps. It shouldn't be hard to implement correctly, if I have time I may give it a try again.

Thanks for having taken your time to give it a go. I think that such a feature would benefit us all. It would also save us on electricity costs and time as we wouldn't have to render out a "bad" seed each time and pray for luck, just to get good results.

MGTRIDER avatar Aug 25 '24 04:08 MGTRIDER

Image preview is currently supported.

leejet avatar Nov 13 '25 15:11 leejet