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
When i tried to export the 3-d vedio, then it kill the python process.
#6
by Ajit1498 - opened
Hello,
I suggest using A100 GPUs—it will work fine.
Usually, generating a mesh .obj requires less compute than creating a video with frames.

