Spaces:
Sleeping
Sleeping
File size: 987 Bytes
e7b9fb6 |
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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 |
# HuggingFace Space Requirements - 修复版 # 解决依赖冲突问题 # HuggingFace Space必需 gradio==5.36.2 spaces huggingface-hub # 注意: HF Space会自动安装合适版本的PyTorch # 加速和Transformer accelerate==0.28.0 transformers==4.39.3 flash-attn>=2.3.0 # 3D处理库 (核心功能) trimesh==4.2.3 scikit-image==0.21.0 # 科学计算 numpy==1.26.4 scipy==1.11.4 # 图像处理 Pillow==10.0.1 matplotlib==3.7.2 opencv-python==4.8.1.78 # 3D相关 imageio==2.31.5 networkx==3.2.1 # 工具库 tqdm==4.66.1 scikit-learn==1.3.2 # Web功能 (用户上传支持) fastapi>=0.115.2 pydantic>=2.5.0 python-multipart>=0.0.9 # 修复: 使用与gradio兼容的版本 aiofiles>=23.2.1 # 文件和数据处理 orjson==3.9.10 python-dotenv==1.0.0 pyyaml==6.0.1 # 性能和监控 psutil==5.9.6 loguru==0.7.2 # Michelangelo依赖 omegaconf==2.3.0 einops==0.6.0 xatlas==0.0.7 # MagicArticulate依赖 mesh2sdf==1.1.0 pyrender==0.1.45 pytorch-lightning==1.9.3 pythreejs==2.4.2 |