Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu117
|
2 |
|
|
|
3 |
torch==1.13.1+cu117
|
4 |
torchvision==0.14.1+cu117
|
5 |
torchmetrics==0.6.0
|
@@ -8,7 +9,7 @@ transformers==4.19.2
|
|
8 |
tqdm==4.66.2
|
9 |
gradio==3.50.2
|
10 |
openai==1.12.0
|
11 |
-
opencv-python
|
12 |
einops==0.3.0
|
13 |
omegaconf==2.1.1
|
14 |
-e git+https://github.com/crowsonkb/[email protected]#egg=k-diffusion
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu117
|
2 |
|
3 |
+
numpy==1.24.4
|
4 |
torch==1.13.1+cu117
|
5 |
torchvision==0.14.1+cu117
|
6 |
torchmetrics==0.6.0
|
|
|
9 |
tqdm==4.66.2
|
10 |
gradio==3.50.2
|
11 |
openai==1.12.0
|
12 |
+
opencv-python
|
13 |
einops==0.3.0
|
14 |
omegaconf==2.1.1
|
15 |
-e git+https://github.com/crowsonkb/[email protected]#egg=k-diffusion
|