heboya8 commited on
Commit
562924d
·
verified ·
1 Parent(s): 8474f1f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +109 -17
requirements.txt CHANGED
@@ -1,20 +1,112 @@
1
- diffusers==0.20.0
2
  accelerate==0.21.0
3
- huggingface-hub==0.20.3
4
- transformers==4.30.0
5
- torch==2.1.0
6
- peft==0.4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  google-auth==2.20.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  wrapt==1.15.0
9
- antlr4-python3-runtime==4.9
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
 
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
+ distro==1.7.0
20
+ docker-pycreds==0.4.0
21
+ einops==0.8.1
22
+ filelock==3.18.0
23
+ fire==0.7.0
24
+ flatbuffers==25.2.10
25
+ fonttools==4.58.0
26
+ fsspec==2025.5.0
27
+ ftfy==6.3.1
28
+ gitdb==4.0.12
29
+ GitPython==3.1.44
30
  google-auth==2.20.0
31
+ httplib2==0.20.2
32
+ huggingface-hub==0.25.0
33
+ idna==3.10
34
+ importlib-metadata==4.6.4
35
+ jax==0.6.1
36
+ jaxlib==0.6.1
37
+ Jinja2==3.1.6
38
+ kiwisolver==1.4.8
39
+ lora_diffusion @ git+https://github.com/cloneofsimo/lora.git@d84074b3e3496f1cfa8a3f49b8b9972ef463b483
40
+ loralib @ git+https://github.com/microsoft/LoRA@c4593f060e6a368d7bb5af5273b8e42810cdef90
41
+ Mako==1.1.3
42
+ Markdown==3.3.6
43
+ MarkupSafe==2.0.1
44
+ matplotlib==3.10.3
45
+ mediapipe==0.10.21
46
+ ml_dtypes==0.5.1
47
+ more-itertools==8.10.0
48
+ mpmath==1.3.0
49
+ networkx==3.4.2
50
+ numpy==1.26.4
51
+ nvidia-cublas-cu12==12.1.3.1
52
+ nvidia-cuda-cupti-cu12==12.1.105
53
+ nvidia-cuda-nvrtc-cu12==12.1.105
54
+ nvidia-cuda-runtime-cu12==12.1.105
55
+ nvidia-cudnn-cu12==8.9.2.26
56
+ nvidia-cufft-cu12==11.0.2.54
57
+ nvidia-curand-cu12==10.3.2.106
58
+ nvidia-cusolver-cu12==11.4.5.107
59
+ nvidia-cusparse-cu12==12.1.0.106
60
+ nvidia-nccl-cu12==2.18.1
61
+ nvidia-nvjitlink-cu12==12.9.41
62
+ nvidia-nvtx-cu12==12.1.105
63
+ oauthlib==3.2.0
64
+ omegaconf==2.3.0
65
+ opencv-contrib-python==4.11.0.86
66
+ opencv-python==4.11.0.86
67
+ opt_einsum==3.4.0
68
+ packaging==25.0
69
+ peft==0.4.0
70
+ pillow==11.2.1
71
+ pip-tools==7.4.1
72
+ platformdirs==4.3.8
73
+ protobuf==4.25.7
74
+ psutil==7.0.0
75
+ pyasn1==0.6.1
76
+ pyasn1_modules==0.4.2
77
+ pycparser==2.22
78
+ pydantic==2.11.4
79
+ pydantic_core==2.33.2
80
+ PyGObject==3.42.1
81
+ PyJWT==2.3.0
82
+ pyparsing==3.2.3
83
+ pyproject_hooks==1.2.0
84
+ python-apt==2.4.0+ubuntu4
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