yongyeol commited on
Commit
4aef382
·
verified ·
1 Parent(s): e29d600

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +18 -0
requirements.txt ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ torch>=2.2.0
2
+ accelerate>=0.30.0
3
+ transformers>=4.41.0
4
+
5
+ # --- Diffusion & pipelines ---
6
+ diffusers>=0.27.0
7
+
8
+ # --- 3D generation ---
9
+ hy3dgen>=0.2.1 # Hunyuan3D‑2 wrapper
10
+ trimesh>=4.0.4 # mesh export
11
+
12
+ # --- Web app ---
13
+ gradio==4.26.0 # front‑end UI
14
+ Pillow>=10.0.0 # image I/O
15
+
16
+ # --- Utilities ---
17
+ huggingface_hub>=0.25.0
18
+ numpy>=1.24