https://github.com/lgrammel/modelfusion-example-provider
Example provider implementation
https://github.com/lgrammel/modelfusion-example-provider
Last synced: 6 months ago
JSON representation
Example provider implementation
- Host: GitHub
- URL: https://github.com/lgrammel/modelfusion-example-provider
- Owner: lgrammel
- License: mit
- Created: 2023-11-27T12:38:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-01T15:55:20.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T18:41:51.217Z (about 1 year ago)
- Language: TypeScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example ModelFusion provider implementation
Implements Stability AI as an "example" image provider.
## Running examples
Configure `examples/.env` with your `STABILITY_API_KEY`.
```sh
npm run dist
cd dist
npm link
cd ../examples
npm link modelfusion-example-provider
npx tsx src/generate-image-example.ts
```