Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

v0.5.0 - Multiple Model Support

Compare
Choose a tag to compare
@saddam213 saddam213 released this 27 Oct 00:55
· 492 commits to master since this release
f14ad49

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