-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathrequirements.txt
84 lines (69 loc) · 1.11 KB
/
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
80
81
82
83
84
tqdm
rich
ninja
numpy
pandas
scipy
scikit-learn
matplotlib
opencv-python
imageio
imageio-ffmpeg
einops
tensorboard
tensorboardX
xformers
# for gui
dearpygui
# for grid_tcnn
# git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch
# for stable-diffusion
huggingface_hub
diffusers==0.25.0
accelerate
transformers
# for dmtet and mesh export
xatlas
trimesh
PyMCubes
pymeshlab==0.2.1 # which does not need GLIBC_2.25
git+https://github.com/NVlabs/nvdiffrast/
# for zero123
carvekit-colab
omegaconf
pytorch-lightning==2.0.2
taming-transformers-rom1504
kornia
git+https://github.com/openai/CLIP.git
# for omnidata
gdown
# for dpt
timm
# for deepfloyd if
sentencepiece
# for SAM
git+https://github.com/facebookresearch/segment-anything.git
# for image caption
open_clip_torch
# for background remove
rembg[gpu]
# for PASD
basicsr
ultralytics
webdataset
# for editing
xatlasF
pyrallis
pycocotools
onnxruntime
onnx
addict==2.4.0
yapf==0.32.0
albumentations==1.3.0
opencv-contrib-python==4.3.0.36
test-tube==0.7.5
streamlit
prettytable==3.6.0
kornia==0.6
invisible-watermark==0.1.5
streamlit-drawable-canvas==0.8.0