This repository was archived by the owner on Nov 27, 2024. It is now read-only.
v0.5.0 - Multiple Model Support
This release contains the first windows UI build, have added full support for the new multi model features to this app.
New Features
- Multiple Model support has been added, you can load and unload models at runtime, more than one model can be loaded at once.
- Configuration Files simplified to use a default parameter set for execution with the ability to override on the individual models.
- Windows WPF UI example added, TexttoImage, ImageToImage and ImageInpaint support, also have a Configuration builder :)
Breaking changes
appsettings.json
again, example available in the example appsOnnxModelService
nowLoadModel
must be called before anyInference
executionsProcessType
rename toDiffuserType
as the original naming was to vague
Full Changelog: v0.4.0...v0.5.0