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

https://github.com/hellocoop/stability-example

Example repo to debug using Dream Studio API
https://github.com/hellocoop/stability-example

Last synced: over 1 year ago
JSON representation

Example repo to debug using Dream Studio API

Awesome Lists containing this project

README

          

# stability-example

Example repo to debug using Dream Studio API

## Prerequisites
- nodejs v16+
- clone this repo

## Install

`npm i`

## To run

`API_KEY=A_DREAM_STUDIO_API_KEY node index.js`

## Current output

```
Your image could not be generated. You might not have enough credits.
{
status: {
code: 12,
details: 'unknown service /gooseai.GenerationService',
metadata: e { headersMap: [Object] }
}
}
```