Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -7,5 +7,6 @@ pytorch-lightning==1.4.2
|
|
7 |
torchmetrics==0.6.0
|
8 |
black==21.4b2
|
9 |
transformers==4.19.2
|
|
|
10 |
-e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
|
11 |
-e git+https://github.com/openai/CLIP.git@main#egg=clip
|
|
|
7 |
torchmetrics==0.6.0
|
8 |
black==21.4b2
|
9 |
transformers==4.19.2
|
10 |
+
kornia==0.6
|
11 |
-e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
|
12 |
-e git+https://github.com/openai/CLIP.git@main#egg=clip
|