Image Pipeline commited on
Commit
db19a48
1 Parent(s): 3739c71

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +138 -0
README.md ADDED
@@ -0,0 +1,138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+
14
+ ## Copax-TimeLessXL-SDXL1.0
15
+ <img src="https://f005.backblazeb2.com/b2api/v2/b2_download_file_by_id?fileId=4_zfdf0a8ed59e8666b89b10713_f115c9bc406116333_d20231128_m132808_c005_v0501012_t0052_u01701178088353" alt="Generated by Image Pipeline" style="border-radius: 10px;">
16
+
17
+
18
+
19
+ **This checkpoint model is uploaded on [imagepipeline.io](https://imagepipeline.io/)**
20
+
21
+ Model details - Steps : 40~60
22
+
23
+ CFG : 7~10
24
+
25
+ You can also use hiresfix or After Detailer
26
+
27
+ Sampling : DPM 3M++ SDE Karass, Euler a or DPM 2M ++ SDE Karass
28
+
29
+ Nprompt:
30
+
31
+ (worst quality, low quality, illustration, 3d, 2d), open mouth, tooth,ugly face, old face, long neck,
32
+
33
+
34
+
35
+
36
+ [![Try this model](https://img.shields.io/badge/try_this_model-image_pipeline-BD9319)](https://imagepipeline.io/models/048cfe00-4a93-4d30-84fb-b1abc7a04546/)
37
+
38
+
39
+
40
+
41
+ ## How to try this model ?
42
+
43
+ You can try using it locally or send an API call to test the output quality.
44
+
45
+ Get your `API_KEY` from [imagepipeline.io](https://imagepipeline.io/). No payment required.
46
+
47
+
48
+
49
+
50
+
51
+ Coding in `php` `javascript` `node` etc ? Checkout our documentation
52
+
53
+ [![documentation](https://img.shields.io/badge/documentation-image_pipeline-blue)](https://docs.imagepipeline.io/docs/introduction)
54
+
55
+
56
+ ```python
57
+ import requests
58
+ import json
59
+
60
+ url = "https://imagepipeline.io/sdxl/text2image/v1/run"
61
+
62
+ payload = json.dumps({
63
+ "model_id": "048cfe00-4a93-4d30-84fb-b1abc7a04546",
64
+ "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",
65
+ "negative_prompt": "painting, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, deformed, ugly, blurry, bad anatomy, bad proportions, extra limbs, cloned face, skinny, glitchy, double torso, extra arms, extra hands, mangled fingers, missing lips, ugly face, distorted face, extra legs, anime",
66
+ "width": "512",
67
+ "height": "512",
68
+ "samples": "1",
69
+ "num_inference_steps": "30",
70
+ "safety_checker": false,
71
+ "guidance_scale": 7.5,
72
+ "multi_lingual": "no",
73
+ "embeddings": "",
74
+ "lora_models": "",
75
+ "lora_weights": ""
76
+ })
77
+
78
+ headers = {
79
+ 'Content-Type': 'application/json',
80
+ 'API-Key': 'your_api_key'
81
+ }
82
+
83
+ response = requests.request("POST", url, headers=headers, data=payload)
84
+
85
+ print(response.text)
86
+
87
+ }
88
+ ```
89
+
90
+ Get more ready to use `MODELS` like this for `SD 1.5` and `SDXL` :
91
+
92
+ [![All models](https://img.shields.io/badge/Get%20All%20Models-image_pipeline-BD9319)](https://imagepipeline.io/models)
93
+
94
+ ### API Reference
95
+
96
+ #### Generate Image
97
+
98
+ ```http
99
+ https://api.imagepipeline.io/sdxl/text2image/v1
100
+ ```
101
+
102
+ | Headers | Type | Description |
103
+ |:----------------------| :------- |:-------------------------------------------------------------------------------------------------------------------|
104
+ | `API-Key` | `str` | Get your `API_KEY` from [imagepipeline.io](https://imagepipeline.io/) |
105
+ | `Content-Type` | `str` | application/json - content type of the request body |
106
+
107
+
108
+ | Parameter | Type | Description |
109
+ | :-------- | :------- | :------------------------- |
110
+ | `model_id` | `str` | Your base model, find available lists in [models page](https://imagepipeline.io/models) or upload your own|
111
+ | `prompt` | `str` | Text Prompt. Check our [Prompt Guide](https://docs.imagepipeline.io/docs/SD-1.5/docs/extras/prompt-guide) for tips |
112
+ | `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) |
113
+ | `guidance_scale` | `float [1-20]` | Higher guidance scale prioritizes text prompt relevance but sacrifices image quality. Ideal value 7.5-12.5 |
114
+ | `lora_models` | `str, array` | Pass the model_id(s) of LoRA models that can be found in models page |
115
+ | `lora_weights` | `str, array` | Strength of the LoRA effect |
116
+
117
+ ---
118
+ license: creativeml-openrail-m
119
+ tags:
120
+ - imagepipeline
121
+ - imagepipeline.io
122
+ - text-to-image
123
+ - ultra-realistic
124
+ pinned: false
125
+ pipeline_tag: text-to-image
126
+
127
+ ---
128
+
129
+ ### Feedback
130
+
131
+ If you have any feedback, please reach out to us at hello@imagepipeline.io
132
+
133
+
134
+ #### 🔗 Visit Website
135
+ [![portfolio](https://img.shields.io/badge/image_pipeline-BD9319?style=for-the-badge&logo=gocd&logoColor=white)](https://imagepipeline.io/)
136
+
137
+
138
+ If you are the original author of this model, please [click here](https://airtable.com/apprTaRnJbDJ8ufOx/shr4g7o9B6fWfOlUR) to add credits