corrected double clip reference from requirements.txt

This commit is contained in:
Lincoln Stein 2022-08-24 12:09:22 -04:00
parent 923466387f
commit 5055e9e1d5
2 changed files with 1 additions and 2 deletions

2
.gitignore vendored
View File

@ -169,7 +169,7 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder. # option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/ #.idea/
src/ src
logs/ logs/
**/__pycache__/ **/__pycache__/
outputs outputs

View File

@ -1,6 +1,5 @@
accelerate==0.12.0 accelerate==0.12.0
albumentations==0.4.3 albumentations==0.4.3
clip==1.0
einops==0.3.0 einops==0.3.0
huggingface-hub==0.8.1 huggingface-hub==0.8.1
imageio==2.9.0 imageio==2.9.0