Instructions to use PaddleMIX/VCtrl-5B-I2V-Pose-V2-vertical with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- paddlenlp
How to use PaddleMIX/VCtrl-5B-I2V-Pose-V2-vertical with paddlenlp:
# ⚠️ Type of model unknown from paddlenlp.transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("PaddleMIX/VCtrl-5B-I2V-Pose-V2-vertical", from_hf_hub=True) model = AutoModel.from_pretrained("PaddleMIX/VCtrl-5B-I2V-Pose-V2-vertical", from_hf_hub=True) - Notebooks
- Google Colab
- Kaggle
Improve model card metadata and add paper link
#1 opened about 1 year ago
by
nielsr