You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-17Lines changed: 13 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,19 @@
2
2
3
3
[](https://colab.research.google.com/github/stability-ai/stability-sdk/blob/main/nbs/demo_colab.ipynb)
4
4
5
-
Client implementations that interact with the Stability Generator API
5
+
Client implementations that interact with the Stability API.
6
6
7
-
#Installation
7
+
## Getting an API key
8
8
9
-
Install the PyPI package via:
9
+
Follow the [instructions](https://platform.stability.ai/docs/getting-started/authentication) on [Platform](https://platform.stability.ai) to obtain an API key.
10
10
11
-
`pip install stability-sdk`
11
+
## PyPI Package Installation
12
+
13
+
Install the [PyPI](https://pypi.org/project/stability-sdk/) package via:
12
14
13
-
# Getting an API key
14
-
You can manage API keys in your dreamstudio account [here](https://beta.dreamstudio.ai/membership?tab=apiKeys)
15
+
`pip install stability-sdk`
15
16
16
-
# Python client
17
+
##Python Client
17
18
18
19
`client.py` is both a command line client and an API class that wraps the gRPC based API. To try the client:
19
20
@@ -34,7 +35,7 @@ To upscale:
34
35
35
36
## SDK Usage
36
37
37
-
See usage demo notebooks in ./nbs
38
+
Be sure to check out [Platform](https://platform.stability.ai) for comprehensive documentation on how to interact with our API.
38
39
39
40
## Command line usage
40
41
@@ -112,11 +113,7 @@ options:
112
113
113
114
## Connecting to the API using languages other than Python
114
115
115
-
The `src` subdirectory contains pre-compiled gRPC stubs for the following languages:
If a language you would like to connect to the API with is not listed above, you can use the following
116
+
If a language you would like to connect to the API with is not currently documented on [Platform](https://platform.stability.ai) you can use the following
120
117
protobuf definition to compile stubs for your language:
0 commit comments