eligo-cli 0.1.0

Command-line interface for eligo.
eligo-cli-0.1.0 is not a library.

Command-line interface for eligo.

Two subcommands:

  • generate — best-of-N: make N images and keep the one the judge rates best. Backend (the "artist") and scorer (the "judge") are the mock by default; build with --features sd / --features clip and pass model paths for real Stable Diffusion and CLIP.
  • similar — rank images in a directory by visual similarity to a query image, using CLIP embeddings (requires --features clip).