Spaces:
Runtime error
Runtime error
File size: 659 Bytes
36bb249 7a5c1b9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | # Core PyTorch and VRAM-optimized Attention Backend torch==2.4.0 torchvision==0.19.0 xformers==0.0.27.post2 # 3D Convolution, Geometry and Voxel Processing spconv-cu120==2.3.6 cumm-cu120==0.4.11 # 3D Graphics and Math Libraries easydict==1.13 numpy==2.2.6 trimesh==4.12.2 plyfile==1.1.4 open3d==0.19.0 imageio==2.37.3 imageio-ffmpeg==0.6.0 pillow==10.4.0 # Transformer models and Utilities transformers==4.44.2 huggingface_hub==0.36.2 rembg==2.0.69 addict==2.4.0 psutil==7.2.2 gradio==4.44.1 fastapi==0.111.0 uvicorn==0.30.1 python-multipart==0.0.9 # Specialized Git repositories for 3D Rasterization git+https://github.com/EasternJournalist/utils3d.git |