cpacker commited on
Commit
701d3a6
1 Parent(s): 13d447d

fix install issues, README instructions should work out-of-the-box now

Browse files
Files changed (1) hide show
  1. 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 .