heboya8 commited on
Commit
10c7a74
·
verified ·
1 Parent(s): 1f367a4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -111
requirements.txt CHANGED
@@ -1,112 +1,20 @@
1
- absl-py==2.2.2
2
  accelerate==0.21.0
3
- annotated-types==0.7.0
4
- antlr4-python3-runtime==4.9
5
- attrs==25.3.0
6
- blinker==1.4
7
- build==1.2.2.post1
8
- cachetools==5.5.2
9
- certifi==2025.4.26
10
- cffi==1.17.1
11
- charset-normalizer==3.4.2
12
- click==8.1.8
13
- compel==2.1.1
14
- contourpy==1.3.2
15
- cryptography==3.4.8
16
- cycler==0.12.1
17
- decord==0.6.0
18
- # diffusers==0.20.0
19
- diffusers==0.24.0
20
- distro==1.7.0
21
- docker-pycreds==0.4.0
22
- einops==0.8.1
23
- filelock==3.18.0
24
- fire==0.7.0
25
- flatbuffers==25.2.10
26
- fonttools==4.58.0
27
- fsspec==2025.5.0
28
- ftfy==6.3.1
29
- gitdb==4.0.12
30
- GitPython==3.1.44
31
- google-auth==2.20.0
32
- httplib2==0.20.2
33
- huggingface-hub==0.25.0
34
- idna==3.10
35
- importlib-metadata==4.6.4
36
- jax==0.6.1
37
- jaxlib==0.6.1
38
- Jinja2==3.1.6
39
- kiwisolver==1.4.8
40
- lora_diffusion @ git+https://github.com/cloneofsimo/lora.git@d84074b3e3496f1cfa8a3f49b8b9972ef463b483
41
- loralib @ git+https://github.com/microsoft/LoRA@c4593f060e6a368d7bb5af5273b8e42810cdef90
42
- Mako==1.1.3
43
- Markdown==3.3.6
44
- MarkupSafe==2.0.1
45
- matplotlib==3.10.3
46
- mediapipe==0.10.21
47
- ml_dtypes==0.5.1
48
- more-itertools==8.10.0
49
- mpmath==1.3.0
50
- networkx==3.4.2
51
- numpy==1.26.4
52
- nvidia-cublas-cu12==12.1.3.1
53
- nvidia-cuda-cupti-cu12==12.1.105
54
- nvidia-cuda-nvrtc-cu12==12.1.105
55
- nvidia-cuda-runtime-cu12==12.1.105
56
- nvidia-cudnn-cu12==8.9.2.26
57
- nvidia-cufft-cu12==11.0.2.54
58
- nvidia-curand-cu12==10.3.2.106
59
- nvidia-cusolver-cu12==11.4.5.107
60
- nvidia-cusparse-cu12==12.1.0.106
61
- nvidia-nccl-cu12==2.18.1
62
- nvidia-nvjitlink-cu12==12.9.41
63
- nvidia-nvtx-cu12==12.1.105
64
- oauthlib==3.2.0
65
- omegaconf==2.3.0
66
- opencv-contrib-python==4.11.0.86
67
- opencv-python==4.11.0.86
68
- opt_einsum==3.4.0
69
- packaging==25.0
70
- peft==0.4.0
71
- pillow==11.2.1
72
- pip-tools==7.4.1
73
- platformdirs==4.3.8
74
- protobuf==4.25.7
75
- psutil==7.0.0
76
- pyasn1==0.6.1
77
- pyasn1_modules==0.4.2
78
- pycparser==2.22
79
- pydantic==2.11.4
80
- pydantic_core==2.33.2
81
- PyGObject==3.42.1
82
- PyJWT==2.3.0
83
- pyparsing==3.2.3
84
- pyproject_hooks==1.2.0
85
- python-dateutil==2.9.0.post0
86
- PyYAML==6.0.2
87
- regex==2024.11.6
88
- requests==2.32.3
89
- rsa==4.9.1
90
- safetensors==0.5.3
91
- scipy==1.15.3
92
- sentencepiece==0.2.0
93
- sentry-sdk==2.29.1
94
- setproctitle==1.3.6
95
- six==1.16.0
96
- smmap==5.0.2
97
- sounddevice==0.5.2
98
- sympy==1.14.0
99
- termcolor==3.1.0
100
- tokenizers==0.13.3
101
- torch==2.1.0
102
- torchvision==0.16.0
103
- tqdm==4.67.1
104
- transformers==4.30.0
105
- triton==2.1.0
106
- typing-inspection==0.4.1
107
- typing_extensions==4.13.2
108
- urllib3==1.26.20
109
- wandb==0.19.11
110
- wcwidth==0.2.13
111
- wrapt==1.15.0
112
- zipp==1.0.0
 
1
+ diffusers
2
  accelerate==0.21.0
3
+ huggingface-hub
4
+ transformers
5
+ torch
6
+ peft
7
+ google-auth
8
+ wrap
9
+ antlr4-python3-runtime
10
+ git+https://github.com/cloneofsimo/lora.git
11
+ git+https://github.com/microsoft/LoRA
12
+ decord
13
+ einops
14
+ decord
15
+ tqdm
16
+ safetensors
17
+ omegaconf
18
+ opencv-python
19
+ pydantic
20
+ compel