7iFiNalBoSS commited on
Commit
02504af
·
verified ·
1 Parent(s): 70bc226

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -9
README.md CHANGED
@@ -1,13 +1,16 @@
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
-
 
 
 
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/sdxl/text2image/v1/run"
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
  [![All models](https://img.shields.io/badge/Get%20All%20Models-image_pipeline-BD9319)](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/sdxl/text2image/v1
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
  [![portfolio](https://img.shields.io/badge/image_pipeline-BD9319?style=for-the-badge&logo=gocd&logoColor=white)](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
  [![All models](https://img.shields.io/badge/Get%20All%20Models-image_pipeline-BD9319)](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
  [![portfolio](https://img.shields.io/badge/image_pipeline-BD9319?style=for-the-badge&logo=gocd&logoColor=white)](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