Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

StableVideoDiffusion model converter #137

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

StableVideoDiffusion model converter #137

wants to merge 3 commits into from

Conversation

saddam213
Copy link
Member

@saddam213 saddam213 commented Apr 20, 2024

Convert stable-video-diffusion-img2vid-xt to ONNX Olive format

Modules:

  • Vae
  • Unet
  • ImageEncoder

@saddam213
Copy link
Member Author

UNET conversion succeeds, however produces and error on the inference run

Error Log:

[2024-04-20 15:12:03,805] [DEBUG] [ort_inference.py:111:get_ort_inference_session] Normalized providers: ['DmlExecutionProvider'], provider_options: [{}]
2024-04-20 15:12:16.4887444 [E:onnxruntime:, sequential_executor.cc:514 onnxruntime::ExecuteKernel] Non-zero status code returned while running MatMul node. Name:'/down_blocks.0/attentions.0/transformer_blocks.0/attn1/MatMul' Status Message: D:\a\_work\1\s\onnxruntime\core\providers\dml\DmlExecutionProvider\src\MLOperatorAuthorImpl.cpp(2482)\onnxruntime_pybind11_state.pyd!00007FFB90D1EA8F: (caller: 00007FFB90D20241) Exception(3) tid(b2fc) 80070057 The parameter is incorrect.

Unable to find root cause :/

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant