Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,16 @@
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
3 |
tags:
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
pinned: false
|
9 |
pipeline_tag: text-to-image
|
10 |
-
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
|
@@ -47,7 +50,7 @@ Coding in `php` `javascript` `node` etc ? Checkout our documentation
|
|
47 |
import requests
|
48 |
import json
|
49 |
|
50 |
-
url = "https://imagepipeline.io/
|
51 |
|
52 |
payload = json.dumps({
|
53 |
"model_id": "flux",
|
@@ -77,7 +80,7 @@ print(response.text)
|
|
77 |
}
|
78 |
```
|
79 |
|
80 |
-
Get more ready to use `MODELS` like this for `SD 1.5` and `SDXL`
|
81 |
|
82 |
[](https://imagepipeline.io/models)
|
83 |
|
@@ -86,7 +89,7 @@ Get more ready to use `MODELS` like this for `SD 1.5` and `SDXL` :
|
|
86 |
#### Generate Image
|
87 |
|
88 |
```http
|
89 |
-
https://api.imagepipeline.io/
|
90 |
```
|
91 |
|
92 |
| Headers | Type | Description |
|
@@ -125,4 +128,4 @@ If you have any feedback, please reach out to us at hello@imagepipeline.io
|
|
125 |
[](https://imagepipeline.io/)
|
126 |
|
127 |
|
128 |
-
If you are the original author of this model, please [click here](https://airtable.com/apprTaRnJbDJ8ufOx/shr4g7o9B6fWfOlUR) to add credits
|
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
3 |
tags:
|
4 |
+
- imagepipeline
|
5 |
+
- imagepipeline.io
|
6 |
+
- text-to-image
|
7 |
+
- ultra-realistic
|
8 |
pinned: false
|
9 |
pipeline_tag: text-to-image
|
10 |
+
base_model:
|
11 |
+
- black-forest-labs/FLUX.1-dev
|
12 |
+
new_version: black-forest-labs/FLUX.1-dev
|
13 |
+
library_name: diffusers
|
14 |
---
|
15 |
|
16 |
|
|
|
50 |
import requests
|
51 |
import json
|
52 |
|
53 |
+
url = "https://imagepipeline.io/flux/v1"
|
54 |
|
55 |
payload = json.dumps({
|
56 |
"model_id": "flux",
|
|
|
80 |
}
|
81 |
```
|
82 |
|
83 |
+
Get more ready to use `MODELS` like this for `SD 1.5` and `SDXL` and `FLUX`:
|
84 |
|
85 |
[](https://imagepipeline.io/models)
|
86 |
|
|
|
89 |
#### Generate Image
|
90 |
|
91 |
```http
|
92 |
+
https://api.imagepipeline.io/flux/v1
|
93 |
```
|
94 |
|
95 |
| Headers | Type | Description |
|
|
|
128 |
[](https://imagepipeline.io/)
|
129 |
|
130 |
|
131 |
+
If you are the original author of this model, please [click here](https://airtable.com/apprTaRnJbDJ8ufOx/shr4g7o9B6fWfOlUR) to add credits
|