This repository was archived by the owner on Nov 27, 2024. 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 #93
- Batch Video Processing by @saddam213 in #95
- LCM ControlNet, SDXL ControlNet, InstaFlow ControlNet by @saddam213 in #96
- Video Upscale by @saddam213 in #98
New Contributors
- @jeffward01 made their first contribution in #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: 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 |