image-pipeline commited on
Commit
ce5f530
1 Parent(s): 769179a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +133 -0
README.md ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ## Photo-Paint-Slider
15
+ <img src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2c243520-afff-410f-837f-32a92660bcca/original=true/xyz_grid-0048-20230819192050UnstableinkdreamV7.5-balance-fp16-no-ema158594f6b8DPM++%202M%20Karras15.jpeg" alt="Generated by Image Pipeline" style="border-radius: 10px;">
16
+
17
+
18
+
19
+ **This lora model is uploaded on [imagepipeline.io](https://imagepipeline.io/)**
20
+
21
+ Model details - V2.0
22
+ After understanding the LECO training method, we will adjust the parameters and the learning rate in order to achieve better results with smaller files and fewer weights.
23
+
24
+ The available weights are from +2 to -2, and the recommended weights are from +2 to -1.0, with positive values providing animation tendency and negative values providing real tendency.
25
+
26
+ The performance of positive weight (animation) is better than negative weight (real).
27
+
28
+
29
+
30
+
31
+ [![Try this model](https://img.shields.io/badge/try_this_model-image_pipeline-BD9319)](https://imagepipeline.io/models/Photo-Paint-Slider?id=8d995698-3aa1-4695-aca9-3d176401079b/)
32
+
33
+
34
+
35
+
36
+ ## How to try this model ?
37
+
38
+ You can try using it locally or send an API call to test the output quality.
39
+
40
+ Get your `API_KEY` from [imagepipeline.io](https://imagepipeline.io/). No payment required.
41
+
42
+
43
+
44
+
45
+
46
+ Coding in `php` `javascript` `node` etc ? Checkout our documentation
47
+
48
+ [![documentation](https://img.shields.io/badge/documentation-image_pipeline-blue)](https://docs.imagepipeline.io/docs/introduction)
49
+
50
+
51
+ ```python
52
+ import requests
53
+ import json
54
+
55
+ url = "https://imagepipeline.io/sd/text2image/v1/run"
56
+
57
+ payload = json.dumps({
58
+ "model_id": "sd1.5",
59
+ "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",
60
+ "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",
61
+ "width": "512",
62
+ "height": "512",
63
+ "samples": "1",
64
+ "num_inference_steps": "30",
65
+ "safety_checker": false,
66
+ "guidance_scale": 7.5,
67
+ "multi_lingual": "no",
68
+ "embeddings": "",
69
+ "lora_models": "8d995698-3aa1-4695-aca9-3d176401079b",
70
+ "lora_weights": "0.5"
71
+ })
72
+
73
+ headers = {
74
+ 'Content-Type': 'application/json',
75
+ 'API-Key': 'your_api_key'
76
+ }
77
+
78
+ response = requests.request("POST", url, headers=headers, data=payload)
79
+
80
+ print(response.text)
81
+
82
+ }
83
+ ```
84
+
85
+ Get more ready to use `MODELS` like this for `SD 1.5` and `SDXL` :
86
+
87
+ [![All models](https://img.shields.io/badge/Get%20All%20Models-image_pipeline-BD9319)](https://imagepipeline.io/models)
88
+
89
+ ### API Reference
90
+
91
+ #### Generate Image
92
+
93
+ ```http
94
+ https://api.imagepipeline.io/sd/text2image/v1
95
+ ```
96
+
97
+ | Headers | Type | Description |
98
+ |:----------------------| :------- |:-------------------------------------------------------------------------------------------------------------------|
99
+ | `API-Key` | `str` | Get your `API_KEY` from [imagepipeline.io](https://imagepipeline.io/) |
100
+ | `Content-Type` | `str` | application/json - content type of the request body |
101
+
102
+
103
+ | Parameter | Type | Description |
104
+ | :-------- | :------- | :------------------------- |
105
+ | `model_id` | `str` | Your base model, find available lists in [models page](https://imagepipeline.io/models) or upload your own|
106
+ | `prompt` | `str` | Text Prompt. Check our [Prompt Guide](https://docs.imagepipeline.io/docs/SD-1.5/docs/extras/prompt-guide) for tips |
107
+ | `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) |
108
+ | `guidance_scale` | `float [1-20]` | Higher guidance scale prioritizes text prompt relevance but sacrifices image quality. Ideal value 7.5-12.5 |
109
+ | `lora_models` | `str, array` | Pass the model_id(s) of LoRA models that can be found in models page |
110
+ | `lora_weights` | `str, array` | Strength of the LoRA effect |
111
+
112
+ ---
113
+ license: creativeml-openrail-m
114
+ tags:
115
+ - imagepipeline
116
+ - imagepipeline.io
117
+ - text-to-image
118
+ - ultra-realistic
119
+ pinned: false
120
+ pipeline_tag: text-to-image
121
+
122
+ ---
123
+
124
+ ### Feedback
125
+
126
+ If you have any feedback, please reach out to us at hello@imagepipeline.io
127
+
128
+
129
+ #### 🔗 Visit Website
130
+ [![portfolio](https://img.shields.io/badge/image_pipeline-BD9319?style=for-the-badge&logo=gocd&logoColor=white)](https://imagepipeline.io/)
131
+
132
+
133
+ If you are the original author of this model, please [click here](https://airtable.com/apprTaRnJbDJ8ufOx/shr4g7o9B6fWfOlUR) to add credits