haotongl commited on
Commit
d83f8cc
·
1 Parent(s): cf80b37

inital version

Browse files
Files changed (1) hide show
  1. requirements.txt +28 -0
requirements.txt ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # python version >= 3.9 <= 3.11
2
+ # torch
3
+ torch==2.0.1
4
+ torchvision==0.15.2
5
+ torchaudio==2.0.2
6
+ xformers==0.0.22
7
+ #
8
+ lightning==2.1.3
9
+ imageio>=2.33.1
10
+ Pillow>=10.1.0
11
+ imageio-ffmpeg
12
+ einops
13
+ # Diffusion
14
+ transformers
15
+ # ray
16
+ termcolor
17
+ numpy==1.26.4
18
+ opencv-python==4.9.0.80
19
+ scipy
20
+ matplotlib
21
+ h5py
22
+ open3d
23
+
24
+ # app.py
25
+ gradio=4.44.1
26
+ gradio-imageslider=0.0.20
27
+ spaces
28
+ trimesh