Update README.md
Browse files
README.md
CHANGED
@@ -59,7 +59,7 @@ Coding in `php` `javascript` `node` etc ? Checkout our documentation
|
|
59 |
import requests
|
60 |
import json
|
61 |
|
62 |
-
url = "https://imagepipeline.io/
|
63 |
|
64 |
payload = json.dumps({
|
65 |
"model_id": "{{BASE_MODEL_ID}}",
|
@@ -98,7 +98,7 @@ Get more ready to use `MODELS` like this for `SD 1.5` and `SDXL` :
|
|
98 |
#### Generate Image
|
99 |
|
100 |
```http
|
101 |
-
https://api.imagepipeline.io/
|
102 |
```
|
103 |
|
104 |
| Headers | Type | Description |
|
|
|
59 |
import requests
|
60 |
import json
|
61 |
|
62 |
+
url = "https://imagepipeline.io/generate/v3"
|
63 |
|
64 |
payload = json.dumps({
|
65 |
"model_id": "{{BASE_MODEL_ID}}",
|
|
|
98 |
#### Generate Image
|
99 |
|
100 |
```http
|
101 |
+
https://api.imagepipeline.io/generate/v3
|
102 |
```
|
103 |
|
104 |
| Headers | Type | Description |
|