Spaces:
Runtime error
Runtime error
requirements
Browse files- requirements.txt +18 -0
requirements.txt
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.1.2
|
2 |
+
torchvision==0.15.2
|
3 |
+
xformers==0.0.16
|
4 |
+
omegaconf==2.1.1
|
5 |
+
albumentations==1.3.0
|
6 |
+
opencv-python
|
7 |
+
imageio==2.9.0
|
8 |
+
imageio-ffmpeg==0.4.2
|
9 |
+
pytorch-lightning==1.4.2
|
10 |
+
test-tube>=0.7.5
|
11 |
+
streamlit==1.17.0
|
12 |
+
einops==0.3.0
|
13 |
+
git+https://github.com/openai/CLIP.git
|
14 |
+
protobuf~=3.20.1
|
15 |
+
torchmetrics==0.6.0
|
16 |
+
transformers==4.35.2
|
17 |
+
kornia==0.6.0
|
18 |
+
gradio==4.16.0
|