-
Notifications
You must be signed in to change notification settings - Fork 134
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
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. |
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.