Stability-AI / stability-sdk

SDK for interacting with stability.ai APIs (e.g. stable diffusion inference)
https://platform.stability.ai/
MIT License
2.42k stars 336 forks source link

Node.js support & docs #191

Closed transitive-bullshit closed 1 year ago

transitive-bullshit commented 1 year ago

The readme mentions JS/TS support and links to https://github.com/Stability-AI/stability-sdk/tree/main/src/js which 404s.

Would love to use the official SDK from JS/TS. Thanks! 🙏

ChristopherValore commented 1 year ago

Hi there! @transitive-bullshit Please be sure to drop by our Platform site here: https://platform.stability.ai/docs/getting-started/typescript-client to learn more about how to use our current implementation of the API with TS.

transitive-bullshit commented 1 year ago

Thanks @ChristopherValore

This repository's readme contains a link which 404s for "JavaScript/TypeScript", which you guys should probably fix 😉

CleanShot 2023-03-24 at 16 32 00@2x
ChristopherValore commented 1 year ago

Nice catch, thanks for pointing that out!

Thanks @ChristopherValore

This repository's readme contains a link which 404s for "JavaScript/TypeScript", which you guys should probably fix 😉

transitive-bullshit commented 1 year ago

@ChristopherValore the readme on the main branch still has the link which 404s

ChristopherValore commented 1 year ago

@ChristopherValore the readme on the main branch still has the link which 404s

I've submitted a PR which will resolve this issue once it goes live.

Edit: @transitive-bullshit PR has been merged in, this has been resolved. Thank you!

transitive-bullshit commented 1 year ago

Awesome; thanks! 🙏