Skip to content

AI based image generation and editing CLI tool using Stable Diffusion.

Notifications You must be signed in to change notification settings

joshbainbridge/cocktails

Repository files navigation

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

About

AI based image generation and editing CLI tool using Stable Diffusion.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages