image-pipeline commited on
Commit
1781450
1 Parent(s): ac11f59

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +131 -0
README.md ADDED
@@ -0,0 +1,131 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ## 19936-BUKAKAKE-LORA
15
+ <img src="https://via.placeholder.com/468x300?text=App+Screenshot+Here" alt="Generated on 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 - - "It is rather prone to getting cum on hair, and has a slight bias against facials/cum on faces, so make sure to tune for that in your prompt so it gets proper coverage. It is able to generate excessive cum from a minimal 'bukkake, cum' tag alongside it. A strength of 0.75 is good.
22
+ -If your model still has a problem with handjobs, penises, etc. and the like, it'll only really make it work marginally better. Given that most models fuck up hands, penises, and other particulates regardless, expect only a marginal improvement.
23
+ -All v1.0 pics were made with my custom blends. All of these blends have an AOM3 base, so this LoRA should work for you as well if you use AOM3 or a similar model."
24
+
25
+
26
+
27
+
28
+
29
+ [![Try this model](https://img.shields.io/badge/try_this_model-image_pipeline-BD9319)](https://imagepipeline.io/models/19936-BUKAKAKE-LORA?id=ed1fa2f8-ec2d-4794-9182-d2242fb538d8/)
30
+
31
+
32
+
33
+
34
+ ## How to try this model ?
35
+
36
+ You can try using it locally or send an API call to test the output quality.
37
+
38
+ Get your `API_KEY` from [imagepipeline.io](https://imagepipeline.io/). No payment required.
39
+
40
+
41
+
42
+
43
+
44
+ Coding in `php` `javascript` `node` etc ? Checkout our documentation
45
+
46
+ [![documentation](https://img.shields.io/badge/documentation-image_pipeline-blue)](https://docs.imagepipeline.io/docs/introduction)
47
+
48
+
49
+ ```python
50
+ import requests
51
+ import json
52
+
53
+ url = "https://imagepipeline.io/sd/text2image/v1/run"
54
+
55
+ payload = json.dumps({
56
+ "model_id": "sd1.5",
57
+ "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",
58
+ "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",
59
+ "width": "512",
60
+ "height": "512",
61
+ "samples": "1",
62
+ "num_inference_steps": "30",
63
+ "safety_checker": false,
64
+ "guidance_scale": 7.5,
65
+ "multi_lingual": "no",
66
+ "embeddings": "",
67
+ "lora_models": "ed1fa2f8-ec2d-4794-9182-d2242fb538d8",
68
+ "lora_weights": "0.5"
69
+ })
70
+
71
+ headers = {
72
+ 'Content-Type': 'application/json',
73
+ 'API-Key': 'your_api_key'
74
+ }
75
+
76
+ response = requests.request("POST", url, headers=headers, data=payload)
77
+
78
+ print(response.text)
79
+
80
+ }
81
+ ```
82
+
83
+ Get more ready to use `MODELS` like this for `SD 1.5` and `SDXL` :
84
+
85
+ [![All models](https://img.shields.io/badge/Get%20All%20Models-image_pipeline-BD9319)](https://imagepipeline.io/models)
86
+
87
+ ### API Reference
88
+
89
+ #### Generate Image
90
+
91
+ ```http
92
+ https://api.imagepipeline.io/sd/text2image/v1
93
+ ```
94
+
95
+ | Headers | Type | Description |
96
+ |:----------------------| :------- |:-------------------------------------------------------------------------------------------------------------------|
97
+ | `API-Key` | `str` | Get your `API_KEY` from [imagepipeline.io](https://imagepipeline.io/) |
98
+ | `Content-Type` | `str` | application/json - content type of the request body |
99
+
100
+
101
+ | Parameter | Type | Description |
102
+ | :-------- | :------- | :------------------------- |
103
+ | `model_id` | `str` | Your base model, find available lists in [models page](https://imagepipeline.io/models) or upload your own|
104
+ | `prompt` | `str` | Text Prompt. Check our [Prompt Guide](https://docs.imagepipeline.io/docs/SD-1.5/docs/extras/prompt-guide) for tips |
105
+ | `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) |
106
+ | `guidance_scale` | `float [1-20]` | Higher guidance scale prioritizes text prompt relevance but sacrifices image quality. Ideal value 7.5-12.5 |
107
+ | `lora_models` | `str, array` | Pass the model_id(s) of LoRA models that can be found in models page |
108
+ | `lora_weights` | `str, array` | Strength of the LoRA effect |
109
+
110
+ ---
111
+ license: creativeml-openrail-m
112
+ tags:
113
+ - imagepipeline
114
+ - imagepipeline.io
115
+ - text-to-image
116
+ - ultra-realistic
117
+ pinned: false
118
+ pipeline_tag: text-to-image
119
+
120
+ ---
121
+
122
+ ### Feedback
123
+
124
+ If you have any feedback, please reach out to us at hello@imagepipeline.io
125
+
126
+
127
+ #### 🔗 Visit Website
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