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

Releases: TensorStack-AI/OnnxStack

v0.15.0 - VideoToVideo Diffusion + ControlNet Support

05 Jan 04:09
fc9ef24
Compare
Choose a tag to compare

VideoToVideo Diffusion + ControlNet Support

Video2Video - Pass Videos or GIF images though your favorite Stable-Diffusion pipeline and get Video output
ControlNet - Highly requested feature, initial support includes ControlNet, ImageToImage and VideoToVideo

What's Changed

Nuget Packages Updated

https://www.nuget.org/packages/OnnxStack.Core/0.15.0
https://www.nuget.org/packages/OnnxStack.ImageUpscaler/0.15.0
https://www.nuget.org/packages/OnnxStack.StableDiffusion/0.15.0

Full Changelog: v0.14.3...v0.15.0

Example UI Builds

Name ONNX EP Device Requirements Status
OnnxStack_UI.zip DirectML CPU, AMD GPU, Nvidia GPU At least Windows10 Stable
OnnxStack_UI_Cuda.zip CUDA CPU, Nvidia GPU CUDA 11 and cuDNN toolkit Experimental
OnnxStack_UI_TensorRT.zip TensorRT CPU, Nvidia GPU CUDA 11 , cuDNN and TensorRT libraries Experimental

v0.14.3 - VideoToVideo

01 Jan 07:00
e96fe8e
Compare
Choose a tag to compare
Pre-release

Prototype of VideoToVideo

This will split video files int frames and feed them into StableDiffusion

4y

VideoToVideo.mp4

v0.14.1 - OpenVino F16 Execution Provider

29 Dec 05:05
656bf3f
Compare
Choose a tag to compare

v0.14.0 - Maintenance Release

28 Dec 00:53
656bf3f
Compare
Choose a tag to compare

v0.14.0 - Maintenance Release

Nothing major this week, just some small improvements/bug-fixes

What's Changed

Nuget Packages Updated

https://www.nuget.org/packages/OnnxStack.Core/0.14.0
https://www.nuget.org/packages/OnnxStack.ImageUpscaler/0.14.0
https://www.nuget.org/packages/OnnxStack.StableDiffusion/0.14.0

Full Changelog: v0.13.0...v0.14.0

Example UI Builds

Name ONNX EP Device Requirements Status
ExampleUI.zip DirectML CPU, AMD GPU, Nvidia GPU At least Windows10 Stable
ExampleUI-Cuda.zip CUDA CPU, Nvidia GPU CUDA 11 and cuDNN toolkit Experimental
ExampleUI-TensorRT.zip TensorRT CPU, Nvidia GPU CUDA 11 , cuDNN and TensorRT libraries Experimental

v0.13.2 - Execution Provider Builds

24 Dec 01:20
d4574df
Compare
Choose a tag to compare
Pre-release

Some experimental builds using other providers

Build Device Requirements
CPU CPU None
DirectML CPU, AMD GPU, Nvidia GPU At least Windows10
CUDA Nvidia GPU CUDA 11 and cuDNN toolkit
TensorRT Nvidia GPU CUDA 11 , cuDNN and TensorRT libraries

v0.13.0 - New Execution Providers & System.Numerics support

22 Dec 00:22
9b28719
Compare
Choose a tag to compare

New Execution Providers & System.Numerics support

Added intial support for OpenVino & TensorRT Execution Providers

What's Changed

Nuget Packages Updated

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

Full Changelog: v0.12.0...v0.13.0

v0.12.0 - LatentConsistency XL Support

15 Dec 02:55
d08274f
Compare
Choose a tag to compare

LatentConsistency XL Support & Upscaler Project

Support for LatentConsistency XL models has been added

New ONNX based ImageUpscale project added, fairly bare bones, but is a working concept

What's Changed

Nuget Packages Updated

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

New Contributors

Full Changelog: v0.10.0...v0.12.0

v0.10.0 - SDXL & SDXL Turbo Realtime

30 Nov 22:13
224d5e4
Compare
Choose a tag to compare

SDXL & SDXL Turbo Real-time

Support for SDXL models has been added, SDXL Turbo is supported and works well in Real-time Diffusion mode

Support for InstaFlow 1 Step and InstaFlow Low-Step models

What's Changed

Nuget Packages Updated

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

Full Changelog: v0.9.0...v0.10.0

v0.9.1 - InstaFlow TextToImage

25 Nov 07:14
5d35a84
Compare
Choose a tag to compare
Pre-release

Initial support for InstaFlow 1 Step inference InstaFlow Github

ONNX converted model here: InstaFlow-0.9B-ONNX

InstaFlow-0.9B model currently supported, TextToImage, 1Step, Guidance 0

image

Getting Started

  1. Models Tab
  2. Select InstaFlow
  3. Install from local folder, or download directly
  4. Navigate to TextToImage
  5. Click Load
  6. Ready to go

v0.9.0 - Realtime Stable Diffusion

24 Nov 03:14
51b09aa
Compare
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: v0.8.0...v0.9.0

Latest Release Download: OnnxStack UI v0.9.0