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)