Update requirements.txt
Browse files- requirements.txt +11 -11
requirements.txt
CHANGED
@@ -1,19 +1,19 @@
|
|
1 |
numpy
|
2 |
huggingface_hub
|
3 |
subprocess
|
4 |
-
pytorch-lightning
|
5 |
csv-logger
|
6 |
-
torchmetrics
|
7 |
-
torch-fidelity
|
8 |
-
albumentations
|
9 |
-
opencv-python
|
10 |
-
omegaconf
|
11 |
-
pillow
|
12 |
-
einops
|
13 |
-
transformers
|
14 |
-
kornia
|
|
|
15 |
diffusers[training]==0.3.0
|
16 |
-
captionizer==1.0.1
|
17 |
-e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
|
18 |
-e git+https://github.com/openai/CLIP.git@main#egg=clip
|
19 |
-e .
|
|
|
1 |
numpy
|
2 |
huggingface_hub
|
3 |
subprocess
|
4 |
+
pytorch-lightning
|
5 |
csv-logger
|
6 |
+
torchmetrics
|
7 |
+
torch-fidelity
|
8 |
+
albumentations
|
9 |
+
opencv-python
|
10 |
+
omegaconf
|
11 |
+
pillow
|
12 |
+
einops
|
13 |
+
transformers
|
14 |
+
kornia
|
15 |
+
diffusers
|
16 |
diffusers[training]==0.3.0
|
|
|
17 |
-e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
|
18 |
-e git+https://github.com/openai/CLIP.git@main#egg=clip
|
19 |
-e .
|