1.0.1 • Published 1 year ago

all-in-one-ai v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

All IN ONE AI

A Node.js package that let you interact with Specific Ai Models in Replicate. Powered by node-replicate.

Installation

npm i all-in-one-ai

Usage

Text To Video Ai

import Video from "all-in-one-ai"
Video("An astronaut riding a horse")

You can Specific additional parameters as a second argument. A list of supported parameters can be found here

await Video('An astronaut riding a horse', { num_frames: 16, fps: 30 })
1.0.1

1 year ago

1.0.0

1 year ago