g-ronimo commited on
Commit
b1caf2e
1 Parent(s): da75721

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +100 -6
requirements.txt CHANGED
@@ -1,6 +1,100 @@
1
- accelerate
2
- diffusers
3
- invisible_watermark
4
- torch
5
- transformers
6
- xformers
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==0.30.1
2
+ aiohappyeyeballs==2.3.5
3
+ aiohttp==3.10.3
4
+ aiosignal==1.3.1
5
+ annotated-types==0.7.0
6
+ antlr4-python3-runtime==4.9.3
7
+ attrs==24.2.0
8
+ certifi==2024.7.4
9
+ charset-normalizer==3.3.2
10
+ click==8.1.7
11
+ coloredlogs==15.0.1
12
+ contourpy==1.2.1
13
+ cycler==0.12.1
14
+ datasets==2.21.0
15
+ deepspeed==0.14.4
16
+ dill==0.3.8
17
+ docker-pycreds==0.4.0
18
+ einops==0.8.0
19
+ filelock==3.15.4
20
+ flatbuffers==24.3.25
21
+ fonttools==4.53.1
22
+ frozenlist==1.4.1
23
+ fsspec==2024.6.1
24
+ gitdb==4.0.11
25
+ GitPython==3.1.43
26
+ hjson==3.1.0
27
+ huggingface-hub==0.24.5
28
+ humanfriendly==10.0
29
+ idna==3.7
30
+ importlib_metadata==8.2.0
31
+ Jinja2==3.1.4
32
+ kiwisolver==1.4.5
33
+ MarkupSafe==2.1.5
34
+ matplotlib==3.9.2
35
+ mpmath==1.3.0
36
+ multidict==6.0.5
37
+ multiprocess==0.70.16
38
+ networkx==3.3
39
+ ninja==1.11.1.1
40
+ numpy==1.26.4
41
+ nvidia-cublas-cu12==12.1.3.1
42
+ nvidia-cuda-cupti-cu12==12.1.105
43
+ nvidia-cuda-nvrtc-cu12==12.1.105
44
+ nvidia-cuda-runtime-cu12==12.1.105
45
+ nvidia-cudnn-cu12==9.1.0.70
46
+ nvidia-cufft-cu12==11.0.2.54
47
+ nvidia-curand-cu12==10.3.2.106
48
+ nvidia-cusolver-cu12==11.4.5.107
49
+ nvidia-cusparse-cu12==12.1.0.106
50
+ nvidia-ml-py==12.555.43
51
+ nvidia-nccl-cu12==2.20.5
52
+ nvidia-nvjitlink-cu12==12.6.20
53
+ nvidia-nvtx-cu12==12.1.105
54
+ omegaconf==2.3.0
55
+ onnxruntime-gpu==1.18.1
56
+ opencv-python==4.10.0.84
57
+ optimum-quanto==0.2.4
58
+ packaging==24.1
59
+ pandas==2.2.2
60
+ pillow==10.4.0
61
+ platformdirs==4.2.2
62
+ protobuf==5.27.3
63
+ psutil==6.0.0
64
+ py-cpuinfo==9.0.0
65
+ pyarrow==17.0.0
66
+ pydantic==2.8.2
67
+ pydantic_core==2.20.1
68
+ pyparsing==3.1.2
69
+ python-dateutil==2.9.0.post0
70
+ pytz==2024.1
71
+ PyYAML==6.0.2
72
+ regex==2024.7.24
73
+ requests==2.32.3
74
+ safetensors==0.4.4
75
+ sentencepiece==0.2.0
76
+ sentry-sdk==2.13.0
77
+ setproctitle==1.3.3
78
+ six==1.16.0
79
+ smmap==5.0.1
80
+ sympy==1.13.2
81
+ timm==1.0.8
82
+ tokenizers==0.19.1
83
+ torch==2.4.0
84
+ torchvision==0.19.0
85
+ tqdm==4.66.5
86
+ transformers==4.43.3
87
+ triton==3.0.0
88
+ typing_extensions==4.12.2
89
+ tzdata==2024.1
90
+ urllib3==2.2.2
91
+ wandb==0.17.6
92
+ xxhash==3.4.1
93
+ yarl==1.9.4
94
+ zipp==3.20.0
95
+ peft==0.13.2
96
+ bitsandbytes==0.44.1
97
+ gradio==5.6.0
98
+ gradio_client==1.4.3
99
+ prodigyopt
100
+ git+https://github.com/huggingface/diffusers.git