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
- Host: GitHub
- URL: https://github.com/hellocoop/stability-example
- Owner: hellocoop
- Created: 2023-01-06T01:29:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T18:43:25.000Z (over 3 years ago)
- Last Synced: 2025-02-01T06:24:37.638Z (over 1 year ago)
- Language: JavaScript
- Size: 51.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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] }
}
}
```