From fe98ac5518210bae70c6388ee64b020d147d6a47 Mon Sep 17 00:00:00 2001 From: quattrinifabio Date: Wed, 7 Aug 2024 12:40:21 +0200 Subject: [PATCH] README added --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6894c59 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Alfie + +```bash +conda create --name alfie python==3.11.7 +conda activate alfie +conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia -y +pip install -r requirements.txt +pip install git+https://github.com/openai/CLIP.git +pip install git+https://github.com/SunzeY/AlphaCLIP.git + +``` + + +Code inspired by [DAAM](https://github.com/castorini/daam) and [DAAMI2I](https://github.com/RishiDarkDevil/daam-i2i)