TensorStack-AI / OnnxStack

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

VideoToVideo Example Runners And StableDiffusionService GenerateInputVideoFrames Bug Fix #103

Closed TheyCallMeHex closed 10 months ago

TheyCallMeHex commented 10 months ago

Added Example Runners for VideoToVideo demos, one from scratch and one using the VideoService.

Fixed bug in StableDiffusionService GenerateInputVideoFrames where promptOptions.InputVideo.VideoFrames was being checked to not be null twice.

saddam213 commented 10 months ago

Awesome thanks for adding these.