Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +17 -0
requirements.txt
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy==1.22.4
|
2 |
+
huggingface_hub
|
3 |
+
subprocess
|
4 |
+
pytorch-lightning
|
5 |
+
csv-logger
|
6 |
+
torchmetrics
|
7 |
+
torch-fidelity
|
8 |
+
opencv-python
|
9 |
+
omegaconf
|
10 |
+
pillow
|
11 |
+
einops
|
12 |
+
transformers
|
13 |
+
kornia
|
14 |
+
diffusers
|
15 |
+
-e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
|
16 |
+
-e git+https://github.com/openai/CLIP.git@main#egg=clip
|
17 |
+
-e .
|