File size: 440 Bytes
4aef382
 
 
 
 
d299e75
4aef382
 
 
 
 
 
 
 
 
 
 
 
42194c1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
torch>=2.2.0
accelerate>=0.30.0
transformers>=4.41.0

# --- Diffusion & pipelines ---
diffusers @ git+https://github.com/huggingface/diffusers.git

# --- 3D generation ---
hy3dgen>=0.2.1            # Hunyuan3D‑2 wrapper
trimesh>=4.0.4            # mesh export

# --- Web app ---
gradio==4.26.0            # front‑end UI
Pillow>=10.0.0            # image I/O

# --- Utilities ---
huggingface_hub>=0.25.0
numpy>=1.24
sentencepiece>=0.1.99