prodia-js icon indicating copy to clipboard operation
prodia-js copied to clipboard

Official TypeScript library for Prodia's AI inference API.

Results 3 prodia-js issues
Sort by recently updated
recently updated
newest added

If I provide width and height, I got 400. Just aspect_ratio is not enough

Currently errors look like this: ``` throw new Error(`Bad Prodia Response: ${response.status}`); ^ Error: Bad Prodia Response: 401 at Object.generate (.../dist/prodia.js:20:19) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async ../index.js:8:14 Node.js v20.5.0 ```