- Notifications
You must be signed in to change notification settings - Fork468
Add support for image-to-video task type for Replicate#1575
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Nice, thank you! Is the end goal to map tohttps://replicate.com/zsxkib/multitalk/api/api-reference ? if so, the proposed change won't work (it does not match the API of model on Replicate). Unfortunately there don't seem to be a standard API for image-to-video on Replicate (iiuc every model has a different, specific API), which will require editing this client code everytime a model needs to be supported. Until Replicate all those models converge to a common, standard API, I don't think it will be possible for us to properly support the image-to-video task 😞 |
Note: I opened#1578 to add general support for the task in the Inference client |
Uh oh!
There was an error while loading.Please reload this page.
This should unblock support for Replicate-powered inference forhttps://huggingface.co/MeiGen-AI/MeiGen-MultiTalk
cc@lucataco@apolinario@SBrandeis@Wauplin