zeke / livestory

Tell a story and get a live feed of images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Livestory

Tell a story and get a live feed of images.

Setup

git clone https://github.com/zeke/livestory
cd livestory
script/bootstrap

Usage

  1. Run npm start
  2. Start talking
  3. output directory fills up with images

What tools are used?

  • WhisperCPP
  • SDXL Turbo on Coreweave
  • LCM (different versions) on Replicate

Learnin's

  • Whisper CPP is easy to get running locally, and it's pretty fast.
  • Whisper CPP shell output is kinda hard to deal with. It retroactively autocorrects.
  • LCM default styles are leaning towards NSFW
  • Running models on a Coreweave instance is directly faster than Replicate (for now)

About

Tell a story and get a live feed of images.


Languages

Language:JavaScript 61.2%Language:Python 33.2%Language:Shell 5.5%