YBYBZhang / ControlVideo

[ICLR 2024] Official pytorch implementation of "ControlVideo: Training-free Controllable Text-to-Video Generation"
MIT License
764 stars 56 forks source link

Add Replicate demo and API #6

Closed chenxwh closed 1 year ago

chenxwh commented 1 year ago

Hey @YBYBZhang,

Great model!

This pull request makes it possible to run ControlVideo on the Replicate web demo (https://replicate.com/cjwbw/ControlVideo) and via API:

import replicate
model = replicate.models.get("cjwbw/ControlVideo")
model.predict(prompt=...)

We would also like to transfer the ownership of the Replicate page/model to your account so you could easily modify and push changes :) - let me know!

YBYBZhang commented 1 year ago

Thanks for your attention and the GREAT web demo for our work ! I will merge pull request to master branch.