Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
-
pip==23.3.1
|
| 2 |
-f https://download.pytorch.org/whl/torch_stable.html
|
| 3 |
-
|
|
|
|
| 4 |
torch==1.13.1+cu116
|
| 5 |
torchvision==0.14.1+cu116
|
| 6 |
pytorch-lightning==1.6.5
|
|
|
|
| 7 |
taming-transformers-rom1504==0.0.6
|
| 8 |
einops==0.6.0
|
| 9 |
kornia==0.6.11
|
|
|
|
|
|
|
| 1 |
-f https://download.pytorch.org/whl/torch_stable.html
|
| 2 |
+
setuptools
|
| 3 |
+
wheel
|
| 4 |
torch==1.13.1+cu116
|
| 5 |
torchvision==0.14.1+cu116
|
| 6 |
pytorch-lightning==1.6.5
|
| 7 |
+
git+https://github.com/openai/CLIP.git
|
| 8 |
taming-transformers-rom1504==0.0.6
|
| 9 |
einops==0.6.0
|
| 10 |
kornia==0.6.11
|