image-pipeline commited on
Commit
71073dc
1 Parent(s): f33a026

Update README.md

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