Instructions to use facebook/vfusion3d with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/vfusion3d with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("facebook/vfusion3d", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
#3
by jadechoghari - opened
Follows the github ReadME update of this new PR (about safetensors + model card): https://github.com/facebookresearch/vfusion3d/pull/14
cc @JunlinHan