Instructions to use ali-vilab/MS-Image2Video with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- OpenCLIP
How to use ali-vilab/MS-Image2Video with OpenCLIP:
import open_clip model, preprocess_train, preprocess_val = open_clip.create_model_and_transforms('hf-hub:ali-vilab/MS-Image2Video') tokenizer = open_clip.get_tokenizer('hf-hub:ali-vilab/MS-Image2Video') - Notebooks
- Google Colab
- Kaggle
How to pass in text for the video-to-video stage?
#2
by Softology - opened
Thank you. Works fine.
Are there any other options that can be specified in the p_input?
The current model does not have any additional inputs.
OK, thanks.
Softology changed discussion status to closed
