Nodes/ComfyUI-BrainDead/BD Pixal3D Image to 3D
ComfyUI Node

BD Pixal3D Image to 3D

Generate 3D from image using Pixal3D (Trellis2-based pixel-to-3D). Downloads TencentARC/Pixal3D model weights (~10GB) on first run. Model is cached at $HF_HOME (/srv/AI_Stuff/models/huggingface/). Pipeline types: - 1024_cascade: Standard quality (recommended) - 1536_cascade: Higher geometry and texture resolution Outputs: - mesh (TRIMESH): Untextured Z-up geometry. Feed into BD_CuMeshSimplify or BD_BlenderDecimateV3. - voxelgrid (TRELLIS2_VOXELGRID): Full PBR voxel data. Feed into BD_OVoxelBake for sharp-edge-preserving texture bake, or BD_OVoxelTextureBake for bake-only.

By BizaNator·Created 7 months ago·Updated 16 days ago· 14
BD Pixal3D Image to 3D
  • pixal3d_input
  • mesh
  • voxelgrid
seed42
pipeline_type1024_cascade
max_tokens49152
ss_guidance_strength7.5
ss_guidance_rescale0.70
ss_sampling_steps25
ss_rescale_t5.0
shape_guidance_strength7.5
shape_guidance_rescale0.50
shape_sampling_steps25
shape_rescale_t3.0
tex_guidance_strength1.0
tex_guidance_rescale0.00
tex_sampling_steps25
tex_rescale_t3.0
model_pathTencentARC/Pixal3D
Category🧠BrainDead/Pixal3D

Inputs (17)

NameTypeDefaultDescription
pixal3d_inputPIXAL3D_INPUT
seedINT420–2147483647Random seed for reproducibility
pipeline_typeCOMBO1024_cascadeGeneration pipeline. 1536_cascade gives higher resolution.
max_tokensINT4915216384–65536Max sparse structure tokens. Lower = less VRAM.
ss_guidance_strengthFLOAT7.51–20Sparse structure CFG guidance scale
ss_guidance_rescaleFLOAT0.700–1Sparse structure guidance rescale
ss_sampling_stepsINT251–50Sparse structure sampling steps
ss_rescale_tFLOAT5.00–10Sparse structure timestep rescale
shape_guidance_strengthFLOAT7.51–20Shape latent CFG guidance scale
shape_guidance_rescaleFLOAT0.500–1Shape latent guidance rescale
shape_sampling_stepsINT251–50Shape latent sampling steps
shape_rescale_tFLOAT3.00–10Shape latent timestep rescale
tex_guidance_strengthFLOAT1.00–20Texture latent CFG guidance scale
tex_guidance_rescaleFLOAT0.000–1Texture latent guidance rescale
tex_sampling_stepsINT251–50Texture latent sampling steps
tex_rescale_tFLOAT3.00–10Texture latent timestep rescale
model_pathoptSTRINGTencentARC/Pixal3DHuggingFace repo or local path for Pixal3D model weights

Outputs (2)

NameTypeDescription
meshTRIMESH
voxelgridVOXELGRID