TensorStack-AI / OnnxStack

C# Stable Diffusion using ONNX Runtime
Apache License 2.0
222 stars 33 forks source link

Video Support #85

Closed saddam213 closed 11 months ago

saddam213 commented 11 months ago

Add initial support for handling video, with all the newer model being video it time to get this groundwork in for when an ONNX model shows up

Will be using FFMPEG for decoding and encoding video, it supports most video formats and also GIF

Implementation of the decoded frames will be in PNG format as its already widely used within the app so for now this an easy integration.