-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathrequirements.txt
81 lines (68 loc) · 3.09 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
cython==3.0.8
openai==1.11.1
omegaconf==2.3.0
transformers==4.37.2
accelerate==0.33.0
geopandas==0.14.3
scikit-learn==1.4.0
scipy==1.12.0
timm==0.6.7
controlnet_aux==0.0.9
torchmetrics==1.4.0.post0
clip_interrogator==0.6.0
diffusers==0.21.2
xformers==0.0.27.post2+cu118
ftfy==6.1.3
Jinja2==3.1.3
rembg[gpu]==2.0.54
basicsr==1.4.2
facexlib==0.3.0
gfpgan==1.3.8
safetensors==0.4.2
umap-learn==0.5.5
compel==2.0.2
mediapipe==0.10.9
gdown==5.1.0
dominate==2.9.1
tensorboard==2.15.1
tqdm==4.66.1
easydict==1.11
prettytable==3.9.0
opencv-python==4.9.0.80
imageio-ffmpeg==0.4.9
roma==1.4.2
ipdb==0.13.13
pytorch-metric-learning==2.4.1 # For one-shot action recognition
smplx[all]==0.1.28 # For mesh recovery
--extra-index-url "https://download.pytorch.org/whl/cu118"
torch==2.4.0
torchvision==0.19.0
torchaudio==2.4.0
--prefer-binary
--extra-index-url https://jllllll.github.io/bitsandbytes-windows-webui
bitsandbytes==0.41.1
# chumpy
https://github.com/Ambrosiussen/chumpy/releases/download/binaries/chumpy-0.71-py3-none-any.whl
# pycocotools
#pycocotools @ git+https://github.com/Ambrosiussen/cocoapi#subdirectory=PythonAPI
https://github.com/Ambrosiussen/cocoapi/releases/download/binaries/pycocotools-2.0.8-cp311-cp311-win_amd64.whl; platform_system == "Windows"
https://github.com/Ambrosiussen/cocoapi/releases/download/binaries/pycocotools-2.0.8-cp311-cp311-linux_x86_64.whl; platform_system == "Linux"
# cython-bbox
#cython-bbox @ git+https://github.com/Ambrosiussen/cython_bbox
https://github.com/Ambrosiussen/cython_bbox/releases/download/binaries/cython_bbox-0.1.5-cp311-cp311-win_amd64.whl; platform_system == "Windows"
https://github.com/Ambrosiussen/cython_bbox/releases/download/binaries/cython_bbox-0.1.5-cp311-cp311-linux_x86_64.whl; platform_system == "Linux"
# halpecocotools
#halpecocotools @ git+https://github.com/Ambrosiussen/HalpeCOCOAPI#subdirectory=PythonAPI
https://github.com/Ambrosiussen/HalpeCOCOAPI/releases/download/binaries/halpecocotools-0.0.0-cp311-cp311-win_amd64.whl; platform_system == "Windows"
https://github.com/Ambrosiussen/HalpeCOCOAPI/releases/download/binaries/halpecocotools-0.0.0-cp311-cp311-linux_x86_64.whl; platform_system == "Linux"
# Alphapose
#AlphaPose @ git+https://github.com/Ambrosiussen/AlphaPose
https://github.com/Ambrosiussen/AlphaPose/releases/download/binaries_latest/alphapose-0.5.0-py3-none-any.whl; platform_system == "Windows"
https://github.com/Ambrosiussen/AlphaPose/releases/download/binaries_latest/alphapose-0.5.0-cp311-cp311-linux_x86_64.whl; platform_system == "Linux"
# hybrik
#hybrik @ git+https://github.com/Ambrosiussen/HybrIK
https://github.com/Ambrosiussen/HybrIK/releases/download/binaries/hybrik-0.2.0-py3-none-any.whl
# pytorch3d
#pytorch3d @ git+https://github.com/facebookresearch/pytorch3d.git@stable; platform_system == "Linux"
https://github.com/Ambrosiussen/pytorch3d/releases/download/binaries/pytorch3d-0.7.5-cp311-cp311-win_amd64.whl; platform_system == "Windows"
https://github.com/Ambrosiussen/pytorch3d/releases/download/binaries/pytorch3d-0.7.5-cp311-cp311-linux_x86_64.whl; platform_system == "Linux"