Instructions to use PaddleMIX/VCtrl-5B-I2V-Mask with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- paddlenlp
How to use PaddleMIX/VCtrl-5B-I2V-Mask with paddlenlp:
# ⚠️ Type of model unknown from paddlenlp.transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("PaddleMIX/VCtrl-5B-I2V-Mask", from_hf_hub=True) model = AutoModel.from_pretrained("PaddleMIX/VCtrl-5B-I2V-Mask", from_hf_hub=True) - Notebooks
- Google Colab
- Kaggle
Add pipeline tag, library name, and paper link
#1
by nielsr HF Staff - opened
This PR adds the pipeline_tag and library_name to the model card metadata and adds a link to the Hugging Face paper page. This improves discoverability and clarity of the model card.