Skip to content

Releases: TensorStack-AI/OnnxStack

v0.8.0 - Batch Automation

16 Nov 23:58
5e1029f
Compare
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: v0.7.1...v0.8.0

v0.7.1 - Automation Demo

12 Nov 07:25
7e58b38
Compare
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
Compare
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

  • Model Downloader/Manager
  • Support multiple timestep input types
  • add solution without dependencies on example projects by @james-s-tayler in #13
  • Added model specific tokens to the model template descriptions of the models that have them. by @TheyCallMeHex in #17

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0 - Latent Consistency Model Support

02 Nov 23:30
a14bdf0
Compare
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: 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
Compare
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: v0.4.0...v0.5.0

v0.4.0 - Image Inpainting

19 Oct 23:26
a3cc32a
Compare
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: v0.3.1...v0.4.0

WebUI Update

17 Oct 20:55
564baf5
Compare
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
Compare
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
Compare
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