Releases: tacomilkshake/replicate-cli
Releases · tacomilkshake/replicate-cli
v0.2.2
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
- delete your old executable with
- 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
v0.1.0
- Experimental support
- Publish to GitHub with license