Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu117
|
2 |
|
3 |
-
numpy
|
4 |
torch==1.13.1+cu117
|
5 |
torchvision==0.14.1+cu117
|
|
|
|
|
6 |
transformers==4.19.2
|
7 |
tqdm==4.66.2
|
8 |
gradio==3.50.2
|
@@ -10,7 +11,6 @@ openai==1.12.0
|
|
10 |
opencv-python==4.3.0.38
|
11 |
einops==0.3.0
|
12 |
omegaconf==2.1.1
|
13 |
-
pytorch-lightning==1.4.2
|
14 |
-e git+https://github.com/crowsonkb/k-diffusion.git@v0.0.16#egg=k-diffusion
|
15 |
-e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
|
16 |
imageio==2.9.0
|
|
|
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
|
6 |
+
pytorch-lightning==1.4.2
|
7 |
transformers==4.19.2
|
8 |
tqdm==4.66.2
|
9 |
gradio==3.50.2
|
|
|
11 |
opencv-python==4.3.0.38
|
12 |
einops==0.3.0
|
13 |
omegaconf==2.1.1
|
|
|
14 |
-e git+https://github.com/crowsonkb/k-diffusion.git@v0.0.16#egg=k-diffusion
|
15 |
-e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
|
16 |
imageio==2.9.0
|