Hotfix attempt for issue #5

Updating the requirements.txt file to manually add the requirements for the CLIP module from OpenAI.  Manual instructions for install from their web page are here:

https://github.com/openai/CLIP#usage
This commit is contained in:
tusharbhutt
2023-10-07 21:59:15 -06:00
committed by GitHub
parent 53a1315a86
commit 370389c703

View File

@@ -1,4 +1,7 @@
clip
clip @ git+https://github.com/openai/CLIP.git
pytorch-lightning
image-reward==1.4
colorama
colorama
ftfy
regex
tqdm