-
Notifications
You must be signed in to change notification settings - Fork 7
/
requirements.txt
80 lines (61 loc) · 1008 Bytes
/
requirements.txt
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
tqdm
rich
ninja
numpy
scipy
scikit-learn
matplotlib
opencv-python
imageio
imageio-ffmpeg
pandas
torch-ema
einops
tensorboard
tensorboardX
# for gui
dearpygui
# for grid_tcnn
# git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch
# for stable-diffusion
huggingface_hub
diffusers==0.20.2
accelerate # required by textual inversion
transformers
# for dmtet
xatlas
PyMCubes
git+https://github.com/NVlabs/nvdiffrast/
rembg
carvekit-colab
omegaconf
pytorch-lightning
taming-transformers-rom1504
kornia
git+https://github.com/openai/CLIP.git
# for omnidata
gdown
# below is not necessary if no visualization or mesh exporting
trimesh
pymeshlab
# cubvh
git+https://github.com/ashawkey/cubvh
# for dnnutils
timm==0.6.7 # required by MiDaS
easydict
wandb
termcolor
# for shap-e
git+https://github.com/openai/shap-e
# optional
jupyterlab
# for remote debugging
debugpy-run
# for deepfloyd if
sentencepiece
# for gpu memory profiling
psutil
# for metrics
lpips
pytorch_msssim
ipdb