Requirements:
- Apple Silicon Mac.
- Python 3.
When cloning, you may need to enter hugging face credentials:
git clone --recursive git@github.com:joshbainbridge/cocktails.git;
Once cloned, if the virtual environment does not exist:
python3 -m venv venv; source venv/bin/activate;
python3 -m pip install -r requirements.txt;
Else if the virtual environment already exists:
source venv/bin/activate;
For running the program with default args:
./cocktails;
Access help information with:
./cocktails --help;
And to deactivate the environment:
deactivate;
Dependencies:
torch torchvision torchaudio diffusers transformers accelerate scipy safetensors