Spaces:
Runtime error
Runtime error
fix install issues, README instructions should work out-of-the-box now
Browse files- environment.yaml +2 -0
environment.yaml
CHANGED
@@ -22,6 +22,8 @@ dependencies:
|
|
22 |
- einops==0.3.0
|
23 |
- torch-fidelity==0.3.0
|
24 |
- transformers==4.19.2
|
|
|
|
|
25 |
- -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
|
26 |
- -e git+https://github.com/openai/CLIP.git@main#egg=clip
|
27 |
- -e .
|
|
|
22 |
- einops==0.3.0
|
23 |
- torch-fidelity==0.3.0
|
24 |
- transformers==4.19.2
|
25 |
+
- torchmetrics==0.6.0
|
26 |
+
- kornia==0.6
|
27 |
- -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
|
28 |
- -e git+https://github.com/openai/CLIP.git@main#egg=clip
|
29 |
- -e .
|