Instructions to use jadechoghari/vfusion3d with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jadechoghari/vfusion3d with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("jadechoghari/vfusion3d", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
update modeling.py
#5
by JunlinHan - opened
change mesh_size to 512 and render_size to 384 for better performance
jadechoghari changed pull request status to merged