From 370389c703f24568f8885a1e1a6a25772d262b64 Mon Sep 17 00:00:00 2001 From: tusharbhutt Date: Sat, 7 Oct 2023 21:59:15 -0600 Subject: [PATCH] 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 --- requirements.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 875b13f..9168fce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,7 @@ -clip +clip @ git+https://github.com/openai/CLIP.git pytorch-lightning image-reward==1.4 -colorama \ No newline at end of file +colorama +ftfy +regex +tqdm \ No newline at end of file