Instructions to use VAST-AI/HoloPart with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use VAST-AI/HoloPart with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("VAST-AI/HoloPart", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
| { | |
| "_class_name": "TripoSGDiTModel", | |
| "_diffusers_version": "0.30.3", | |
| "cross_attention_2_dim": 512, | |
| "cross_attention_dim": 512, | |
| "in_channels": 64, | |
| "num_attention_heads": 16, | |
| "num_layers": 21, | |
| "use_cross_attention": true, | |
| "use_cross_attention_2": true, | |
| "width": 2048 | |
| } | |