image-pipeline commited on
Commit
a808ab7
1 Parent(s): b07998f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -104
README.md CHANGED
@@ -21,109 +21,9 @@ widget:
21
  ---
22
 
23
 
24
- ## flux-Anime
25
- <img src="{{MODEL_IMAGE}}" alt="Generated on Image Pipeline" style="border-radius: 10px;">
26
 
 
 
27
 
28
-
29
- **This flux model is uploaded on [imagepipeline.io](https://imagepipeline.io/)**
30
-
31
-
32
-
33
- [![Try this model](https://img.shields.io/badge/try_this_model-image_pipeline-BD9319)](https://www.imagepipeline.io/models/flux-anime?id=d73af5c2-8d3e-4b11-b593-7f0e2e9bc8d3)
34
-
35
-
36
-
37
-
38
- ## How to try this model ?
39
-
40
- You can try using it locally or send an API call to test the output quality.
41
-
42
- Get your `API_KEY` from [imagepipeline.io](https://imagepipeline.io/). No payment required.
43
-
44
-
45
-
46
-
47
-
48
- Coding in `php` `javascript` `node` etc ? Checkout our documentation
49
-
50
- [![documentation](https://img.shields.io/badge/documentation-image_pipeline-blue)](https://docs.imagepipeline.io/docs/introduction)
51
-
52
-
53
- ```python
54
- import requests
55
- import json
56
-
57
- url = "https://imagepipeline.io/generate/v3"
58
-
59
- payload = json.dumps({
60
- "prompt": "",
61
- "width": "1024",
62
- "height": "1024",
63
- "num_inference_steps": "25",
64
- "safety_checker": false,
65
- "lora_models": ["d73af5c2-8d3e-4b11-b593-7f0e2e9bc8d3"],
66
- "lora_weights": [1.0]
67
- })
68
-
69
- headers = {
70
- 'Content-Type': 'application/json',
71
- 'API-Key': 'your_api_key'
72
- }
73
-
74
- response = requests.request("POST", url, headers=headers, data=payload)
75
-
76
- print(response.text)
77
-
78
- }
79
- ```
80
-
81
- Get more ready to use `MODELS` like this for `SD 1.5` and `SDXL` :
82
-
83
- [![All models](https://img.shields.io/badge/Get%20All%20Models-image_pipeline-BD9319)](https://imagepipeline.io/models)
84
-
85
- ### API Reference
86
-
87
- #### Generate Image
88
-
89
- ```http
90
- https://api.imagepipeline.io/generate/v3
91
- ```
92
-
93
- | Headers | Type | Description |
94
- |:----------------------| :------- |:-------------------------------------------------------------------------------------------------------------------|
95
- | `API-Key` | `str` | Get your `API_KEY` from [imagepipeline.io](https://imagepipeline.io/) |
96
- | `Content-Type` | `str` | application/json - content type of the request body |
97
-
98
-
99
- | Parameter | Type | Description |
100
- | :-------- | :------- | :------------------------- |
101
- | `model_id` | `str` | Your base model, find available lists in [models page](https://imagepipeline.io/models) or upload your own|
102
- | `prompt` | `str` | Text Prompt. Check our [Prompt Guide](https://docs.imagepipeline.io/docs/SD-1.5/docs/extras/prompt-guide) for tips |
103
- | `num_inference_steps` | `int [1-50]` | Noise is removed with each step, resulting in a higher-quality image over time. Ideal value 30-50 (without LCM) |
104
- | `guidance_scale` | `float [1-20]` | Higher guidance scale prioritizes text prompt relevance but sacrifices image quality. Ideal value 7.5-12.5 |
105
- | `lora_models` | `str, array` | Pass the model_id(s) of LoRA models that can be found in models page |
106
- | `lora_weights` | `str, array` | Strength of the LoRA effect |
107
-
108
- ---
109
- license: creativeml-openrail-m
110
- tags:
111
- - imagepipeline
112
- - imagepipeline.io
113
- - text-to-image
114
- - ultra-realistic
115
- pinned: false
116
- pipeline_tag: text-to-image
117
-
118
- ---
119
-
120
- ### Feedback
121
-
122
- If you have any feedback, please reach out to us at hello@imagepipeline.io
123
-
124
-
125
- #### 🔗 Visit Website
126
- [![portfolio](https://img.shields.io/badge/image_pipeline-BD9319?style=for-the-badge&logo=gocd&logoColor=white)](https://imagepipeline.io/)
127
-
128
-
129
- If you are the original author of this model, please [click here](https://airtable.com/apprTaRnJbDJ8ufOx/shr4g7o9B6fWfOlUR) to add credits
 
21
  ---
22
 
23
 
24
+ ## Want to create production quality AI generated images ?
 
25
 
26
+ Easily generate stunning, high-quality images with our APIs, designed for developers and creators.
27
+ Build powerful applications with reliable, fast, and scalable AI image generation.
28
 
29
+ Create a free account on [imagepipeline.io](https://imagepipeline.io/). No payment required.