Update requirements.txt
Browse files- requirements.txt +14 -14
requirements.txt
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
-
accelerate
|
2 |
-
bitsandbytes
|
3 |
-
diffusers
|
4 |
doki_theme_jupyter
|
5 |
-
einops
|
6 |
gradio
|
7 |
-
huggingface_hub
|
8 |
-
numpy
|
9 |
-
opencv_python
|
10 |
-
packaging
|
11 |
-
Pillow
|
12 |
-
torch
|
13 |
-
torchinfo
|
14 |
-
torchvision
|
15 |
-
tqdm
|
16 |
-
transformers
|
17 |
git+https://github.com/wdcqc/WaveFunctionDiffusion.git
|
|
|
1 |
+
accelerate==0.15.0
|
2 |
+
bitsandbytes==0.35.4
|
3 |
+
diffusers==0.15.1
|
4 |
doki_theme_jupyter
|
5 |
+
einops==0.4.1
|
6 |
gradio
|
7 |
+
huggingface_hub==0.13.4
|
8 |
+
numpy==1.22.4
|
9 |
+
opencv_python==4.5.5.64
|
10 |
+
packaging==21.0
|
11 |
+
Pillow==10.0.0
|
12 |
+
torch==1.13.1+cu117
|
13 |
+
torchinfo==1.7.1
|
14 |
+
torchvision==0.14.1+cu117
|
15 |
+
tqdm==4.62.3
|
16 |
+
transformers==4.25.1
|
17 |
git+https://github.com/wdcqc/WaveFunctionDiffusion.git
|