Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 729 Bytes

README.md

File metadata and controls

52 lines (37 loc) · 729 Bytes

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