An open API service indexing awesome lists of open source software.

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

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
```