Not sure if I'm getting ahead of myself since some of the models that I will mention are new but I am not able to convert certain Text2Video or Img2Video models from Diffusers format to ONNX format. Some of the models are:
- Text2Video
- Img2Video
It would be convenient to have a script that can convert Text2Video or Img2Video models from Diffusers format to ONNX format. I tried using the conv_sd_to_onnx.py script to see if that would work by any chance but it did not.
Not sure if I'm getting ahead of myself since some of the models that I will mention are new but I am not able to convert certain Text2Video or Img2Video models from Diffusers format to ONNX format. Some of the models are:
It would be convenient to have a script that can convert Text2Video or Img2Video models from Diffusers format to ONNX format. I tried using the
conv_sd_to_onnx.pyscript to see if that would work by any chance but it did not.