Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Releases: TensorStack-AI/OnnxStack

v0.9.0 - Realtime Stable Diffusion

24 Nov 03:14
51b09aa

Choose a tag to compare

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

Full Changelog: saddam213/OnnxStack@v0.8.0...v0.9.0

Latest Release Download: OnnxStack UI v0.9.0

v0.8.0 - Batch Automation

16 Nov 23:58
5e1029f

Choose a tag to compare

What's Changed

Nuget Packages

https://www.nuget.org/packages/OnnxStack.Core/0.8.0
https://www.nuget.org/packages/OnnxStack.StableDiffusion/0.8.0

New Contributors

Full Changelog: saddam213/OnnxStack@v0.7.1...v0.8.0

v0.7.1 - Automation Demo

12 Nov 07:25
7e58b38

Choose a tag to compare

Pre-release

Demo release of the automation(batch) features, debug mode so heavy logging
@Amin456789

v0.7.0 - Model Downloader

10 Nov 04:17
a0480c8

Choose a tag to compare

Model Downloader

Trying to simplify the experience for newbies, have added a simplified way to add/import/export models into the UI

This is mainly a UI release, with a few improvements and bug fixes

What's Changed

New Contributors

Full Changelog: saddam213/OnnxStack@v0.6.0...v0.7.0

v0.6.0 - Latent Consistency Model Support

02 Nov 23:30
a14bdf0

Choose a tag to compare

Latent Consistency Models (LCM)

LCM ImageToImage and TextToImage now supported

Support has been added for Latent Consistency Models, these model dramatically reduce the amount of steps required to generate an image.

Plus a few more changes in this weeks build

  1. Multiple pipeline support
  2. Latent Consistency Model support
  3. Improved BetaSchedule calculation
  4. Support disabled classifier free guidance
  5. Batch Prompt, multiple images per prompt now supported
  6. DDIM, EulerDiscrete, KDPM2 and LCM schedulers added

Big thanks to @luosiallen for this awesome model, below is a link to the LCM project
https://github.com/luosiallen/latent-consistency-model

New Contributors

Full Changelog: saddam213/OnnxStack@v0.5.0...v0.6.0

Nuget Packages

https://www.nuget.org/packages/OnnxStack.Core/0.6.0
https://www.nuget.org/packages/OnnxStack.StableDiffusion/0.6.0

v0.5.0 - Multiple Model Support

27 Oct 00:55
f14ad49

Choose a tag to compare

This release contains the first windows UI build, have added full support for the new multi model features to this app.

New Features

  1. Multiple Model support has been added, you can load and unload models at runtime, more than one model can be loaded at once.
  2. Configuration Files simplified to use a default parameter set for execution with the ability to override on the individual models.
  3. Windows WPF UI example added, TexttoImage, ImageToImage and ImageInpaint support, also have a Configuration builder :)

Breaking changes

  1. appsettings.json again, example available in the example apps
  2. OnnxModelService now LoadModel must be called before any Inference executions
  3. ProcessType rename to DiffuserType as the original naming was to vague

Full Changelog: saddam213/OnnxStack@v0.4.0...v0.5.0

v0.4.0 - Image Inpainting

19 Oct 23:26
a3cc32a

Choose a tag to compare

This release has my first attempt at Image Inpainting, so far so good, and a few more improvements

There are breaking changes once again, appsettings file and OnnxCore services.
Its safe to assume there will be more breaking changes to this service in the next release as I add multiple model support.

Changes this week

  1. Split model files across devices
  2. New Blueprint format
  3. Access to Session NodeMetaData and Names
  4. Support for Base64 image handling
  5. Image Inpainting process

Full Changelog: saddam213/OnnxStack@v0.3.1...v0.4.0

WebUI Update

17 Oct 20:55
564baf5

Choose a tag to compare

WebUI Update Pre-release
Pre-release

Debug release of the current WebUI for testing purposes

  1. Multiple Device Support
  2. Inpaint support added

WebUI Initial Release

09 Oct 02:36
8df1489

Choose a tag to compare

This release contains many improvments on the last iteration, unfortunately there are some breaking changes due to the rewrite of the StableDiffusionService

  1. Multiple Image input/output formats
  2. New StableDiffusionService
  3. Initial release of the WebUI

If you have any issue of find any bugs please create an issue and report it :)

Text2Image and Image2Image Implementations

03 Oct 20:04
92504d5

Choose a tag to compare

Few new things added this release

  1. Text2Image
  2. Image2Image
  3. DDPM Scheduler
  4. Many performance fixes

Full Changelog: https://github.com/saddam213/OnnxStack/commits/v0.2.0