Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add image2video microservice (Stable Video Diffusion) #465

Merged
merged 18 commits into from
Sep 23, 2024
Merged

Conversation

XinyuYe-Intel
Copy link
Collaborator

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.

  • New feature (non-breaking change which adds new functionality)

Dependencies

accelerate
diffusers
opencv-python
torch
transformers

Tests

Describe the tests that you ran to verify your changes.

Copy link

codecov bot commented Aug 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Files with missing lines Coverage Δ
comps/cores/mega/constants.py 98.30% <100.00%> (+0.09%) ⬆️
comps/cores/proto/docarray.py 99.31% <100.00%> (+0.07%) ⬆️

... and 7 files with indirect coverage changes

@lkk12014402
Copy link
Collaborator

shall we merge the 2 microservices into 1? [comps/image2video/svd/svd_server.py] and comps/image2video/image2video.py

@XinyuYe-Intel
Copy link
Collaborator Author

shall we merge the 2 microservices into 1? [comps/image2video/svd/svd_server.py] and comps/image2video/image2video.py

I tried it in 1 microservice, but put inference into microservice would cause some trouble, that's why I use fastAPI in svd service.

@lkk12014402
Copy link
Collaborator

shall we merge the 2 microservices into 1? [comps/image2video/svd/svd_server.py] and comps/image2video/image2video.py

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.

@kevinintel
Copy link
Collaborator

kevinintel commented Sep 14, 2024

please follow the folder structure as other comps, we also need habana support

@XinyuYe-Intel
Copy link
Collaborator Author

please follow the folder structure as other comps, we also need habana support

Changed folder structure and add habana support.

@XinyuYe-Intel XinyuYe-Intel merged commit a03e7a5 into main Sep 23, 2024
17 checks passed
@XinyuYe-Intel XinyuYe-Intel deleted the xinyuye/sd branch September 23, 2024 06:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants