lgrammel / modelfusion-example-provider

Example provider implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example ModelFusion provider implementation

Implements Stability AI as an "example" image provider.

Running examples

Configure examples/.env with your STABILITY_API_KEY.

npm run dist
cd dist
npm link
cd ../examples
npm link modelfusion-example-provider
npx tsx src/generate-image-example.ts

About

Example provider implementation

License:MIT License


Languages

Language:TypeScript 86.2%Language:JavaScript 13.8%