Skip to content

v0.2.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@tacomilkshake tacomilkshake released this 08 Oct 02:39

Requires go. Install using:

go install github.com/jamiesteven/replicate-cli/cmd/replicate@latest
  • Change to 'replicate' as primary command, from 'replicate-cli'
    • delete your old executable with rm $GOPATH/bin/replicate-cli
  • run command: run a model
    • Support most models with command line parameter support
    • Shorthand support for inputting parameters using https://github.com/danielgtaylor/shorthand
    • Command chaining: run commands supports piping input from one replicate command to another
    • Support local file as image input
    • Normalize model output to output as a standardized URL
    • Improved waiting indicator
  • info command: get info about models
  • input command: get the inputs for a specific model
  • Normalize errors
  • Add known issues
  • Give credit to primary packages