TripoSplat由TripoAI研发,可将单张2D图像转换为高质量、数量可变的3D高斯模型。它能作为强大的流水线工具,应用于资产创建、AR/VR、游戏开发、仿真环境等多个领域。
如需配合官方推理代码使用,请按以下结构放置文件:
📂 TripoSplat/
├── 📂 ckpts/
│ ├── 📂 background_removal/
│ │ └── birefnet.safetensors
│ ├── 📂 diffusion_models/
│ │ └── triposplat_fp16.safetensors
│ ├── 📂 clip_vision/
│ │ └── dino_v3_vit_h.safetensors
│ ├── 📂 vae/
│ │ ├── flux2-vae.safetensors
│ │ └── triposplat_vae_decoder_fp16.safetensors要与 ComfyUI 配合使用,请按以下结构放置文件:
📂 ComfyUI/
├── 📂 models/
│ ├── 📂 background_removal/
│ │ └── birefnet.safetensors
│ ├── 📂 diffusion_models/
│ │ └── triposplat_fp16.safetensors
│ ├── 📂 clip_vision/
│ │ └── dino_v3_vit_h.safetensors
│ ├── 📂 vae/
│ │ ├── flux2-vae.safetensors
│ │ └── triposplat_vae_decoder_fp16.safetensors