You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are OnnxRuntime pipelines for various models such as ORTStableDiffusionInpaintPipeline,ORTStableDiffusionPipeline, etc. but there are no pipelines that I know of for Text-To-Video and Image-To-Video. It would be nice if these pipelines were implemented so that they can be ran in OnnxRuntime and the models themselves converted to ONNX.
Motivation
I have Text-To-Video and Image-To-Video models converted to ONNX and would like to use them in OnnxRuntime the same way that Text-To-Image, Inpainting and other models are used.
Your contribution
I can submit a PR or help in any way with the proper guidance.
The text was updated successfully, but these errors were encountered:
Feature request
There are OnnxRuntime pipelines for various models such as
ORTStableDiffusionInpaintPipeline
,ORTStableDiffusionPipeline
, etc. but there are no pipelines that I know of for Text-To-Video and Image-To-Video. It would be nice if these pipelines were implemented so that they can be ran in OnnxRuntime and the models themselves converted to ONNX.Motivation
I have Text-To-Video and Image-To-Video models converted to ONNX and would like to use them in OnnxRuntime the same way that Text-To-Image, Inpainting and other models are used.
Your contribution
I can submit a PR or help in any way with the proper guidance.
The text was updated successfully, but these errors were encountered: