# ComfyUI-TRELLIS2_Motion dependencies

# Core
torch>=2.0.0
numpy>=1.21.0
pillow>=9.0.0

# TRELLIS2 dependencies
huggingface_hub>=0.20.0
transformers>=4.30.0
trimesh>=3.0.0
xatlas  # UV unwrapping
rembg  # Background removal
spconv-cu118  # Sparse convolutions (CUDA 11.8)
flash-attn  # Efficient attention

# Mesh rendering
nvdiffrast  # CUDA mesh rendering
kaolin  # NVIDIA 3D deep learning library

# Image processing effects
kornia>=0.7.0  # Differentiable image processing
opencv-python-headless>=4.8.0

# Utilities
scipy>=1.10.0
tqdm>=4.65.0
requests>=2.28.0
einops>=0.6.0
