TripoSplat
https://scrapbox.io/files/6a1f9ea265e24daf8ccc5b36.webp
https://github.com/VAST-AI-Research/TripoSplatVAST-AI-Research/TripoSplat
https://arxiv.org/abs/2605.16355Generative 3D Gaussians with Learned Density Control
https://huggingface.co/VAST-AI/TripoSplatVAST-AI/TripoSplat
image23dgs/3D Gaussian Splatting
3DGSは平らな面や単純な場所は少ないGaussianで済ませ、 輪郭・模様・細部だけGaussianを増やせる。これによって、見た目の割に軽い
が、Transformer や flow/diffusion は固定長トークンで扱いたがるので、3DGSの可変密度の強みが薄れてしまう
DeG
DeGは、Transformer向けの固定長latentから、3DGS本来の可変密度なGaussian配置を取り戻す
ComfyUIコアに実装
https://blog.comfy.org/p/bringing-native-support-for-3d-gaussian?utm_source=twitter&utm_medium=in_house_social_lin&utm_campaign=triposplathttps://github.com/Comfy-Org/ComfyUI/pull/14210feat: Add TripoSplat support (CORE-266)
#Tripo_AI