This repository was archived by the owner on Dec 9, 2025. It is now read-only.
v0.16.0 - Video Batch + Video Upscale
Video Batch
Now create batches of stable diffusion videos using BatchOptions
Video Upscale
Upscale short video clips using the ImageUpscale pipeline
What's Changed
- Example project fixes and readme additions by @jeffward01 in https://github.com/saddam213/OnnxStack/pull/93
- Batch Video Processing by @saddam213 in https://github.com/saddam213/OnnxStack/pull/95
- LCM ControlNet, SDXL ControlNet, InstaFlow ControlNet by @saddam213 in https://github.com/saddam213/OnnxStack/pull/96
- Video Upscale by @saddam213 in https://github.com/saddam213/OnnxStack/pull/98
New Contributors
- @jeffward01 made their first contribution in https://github.com/saddam213/OnnxStack/pull/93
Nuget Packages Updated
https://www.nuget.org/packages/OnnxStack.Core/0.16.0
https://www.nuget.org/packages/OnnxStack.ImageUpscaler/0.16.0
https://www.nuget.org/packages/OnnxStack.StableDiffusion/0.16.0
Full Changelog: saddam213/OnnxStack@v0.15.0...v0.16.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 |