mk3d / requirements.txt
yongyeol's picture
Update requirements.txt
42194c1 verified
raw
history blame contribute delete
440 Bytes
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