Metadata-Version: 2.1
Name: comfyui-trellis2-motion
Version: 0.0.1
Summary: A comprehensive ComfyUI node package that uses Microsoft's TRELLIS2 to transform video footage into 3D mesh reconstructions with advanced rendering effects.
Home-page: https://github.com/styletransfer/ComfyUI-TRELLIS2_Motion
Requires-Python: >=3.10
Requires-Dist: numpy
Requires-Dist: pillow>=9.0.0
Requires-Dist: huggingface_hub>=0.20.0
Requires-Dist: transformers>=4.30.0
Requires-Dist: trimesh>=3.0.0
Requires-Dist: xatlas  # UV unwrapping
Requires-Dist: rembg  # Background removal
Requires-Dist: spconv-cu118  # Sparse convolutions (CUDA 11.8)
Requires-Dist: flash-attn  # Efficient attention
Requires-Dist: nvdiffrast  # CUDA mesh rendering
Requires-Dist: kaolin  # NVIDIA 3D deep learning library
Requires-Dist: kornia>=0.7.0  # Differentiable image processing
Requires-Dist: opencv-python-headless
Requires-Dist: scipy>=1.10.0
Requires-Dist: tqdm>=4.65.0
Requires-Dist: requests>=2.28.0
Requires-Dist: einops>=0.6.0
