Add image2video microservice (Stable Video Diffusion)#465
Add image2video microservice (Stable Video Diffusion)#465XinyuYe-Intel merged 18 commits intomainfrom
Conversation
Signed-off-by: Xinyu Ye <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: Xinyu Ye <[email protected]>
Signed-off-by: Xinyu Ye <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
|
Signed-off-by: Ye, Xinyu <[email protected]>
d3b0aec to
209aea7
Compare
|
shall we merge the 2 microservices into 1? |
I tried it in 1 microservice, but put inference into microservice would cause some trouble, that's why I use fastAPI in svd service. |
let's sync offline. |
|
please follow the folder structure as other comps, we also need habana support |
Signed-off-by: Ye, Xinyu <[email protected]>
Signed-off-by: Ye, Xinyu <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: Ye, Xinyu <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: Ye, Xinyu <[email protected]>
4a20b08 to
193c5a6
Compare
Signed-off-by: Ye, Xinyu <[email protected]>
193c5a6 to
abc4bea
Compare
Changed folder structure and add habana support. |
* added image2video microservice. Signed-off-by: Xinyu Ye <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * addition changes. Signed-off-by: Xinyu Ye <[email protected]> * minor changes Signed-off-by: Xinyu Ye <[email protected]> * added ut test Signed-off-by: Ye, Xinyu <[email protected]> * unified path. Signed-off-by: Ye, Xinyu <[email protected]> * added gaudi support for svd. Signed-off-by: Ye, Xinyu <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix bug Signed-off-by: Ye, Xinyu <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix ut Signed-off-by: Ye, Xinyu <[email protected]> * add docker image release file Signed-off-by: Ye, Xinyu <[email protected]> --------- Signed-off-by: Xinyu Ye <[email protected]> Signed-off-by: Ye, Xinyu <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: chen, suyue <[email protected]> Co-authored-by: lvliang-intel <[email protected]> Co-authored-by: kevinintel <[email protected]>
Description
Add image2video microservice (Stable Video Diffusion).
Issues
n/a.Type of change
List the type of change like below. Please delete options that are not relevant.
Dependencies
accelerate
diffusers
opencv-python
torch
transformers
Tests
Describe the tests that you ran to verify your changes.