v0.9.0 - Realtime Stable Diffusion
Realtime Paint To Image
With the recent release of Latent Consistency Models
(LCM) it is now possible to do things that we never thought possible even months ago.
Today we release a new version of our UI which supports live painting using LCM and any other model, this can make creating new artwork, or editing exiting artworks a lot easier and user friendly.
Latest Release Download: OnnxStack UI v0.9.0
Realtime_PaintToImage.mp4
Frame rate depends on hardware and model, please don't expect miracles, (3fps on a 3090), (1fps on 2080) is all the stats we have right now, we hope to improve this significantly in the next few releases
Realtime Text, Image and Inpaint
Realtime is also available for TextToImage, ImageToImage and ImageInpaint pipelines
Text To Image
Realtime_TextToImage.mp4
Image To Image
Realtime_ImageToImage.mp4
Image Inpaint
Realtime_Inpaint.mp4
Nuget Packages Updated
https://www.nuget.org/packages/OnnxStack.Core/0.9.0
https://www.nuget.org/packages/OnnxStack.StableDiffusion/0.9.0
What's Changed
- Core API Improvements by @saddam213 in #33
- LCM Inpaint Diffuser by @saddam213 in #22
- Removing hash as it is different between tests despite the image being the same. by @james-s-tayler in #36
- Corrected the logger classes in the ImageInpaint and ImageToImage views by @TheyCallMeHex in #37
- Fixed timestamp being set incorrectly in ExecuteStableDiffusion in th… by @TheyCallMeHex in #38
- Realtime Stable-Diffusion by @saddam213 in #39
Full Changelog: v0.8.0...v0.9.0