ductridev
/
uber-realistic-porn-merge-urpm-1
- Public
- 268 runs
Run ductridev/uber-realistic-porn-merge-urpm-1 with an API
Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.
Input schema
The fields you can use to run this model with an API. If you don't give a value for a field its default value will be used.
Field | Type | Default value | Description |
---|---|---|---|
prompt |
string
|
The prompt or prompts to guide the image generation.
|
|
negative_prompt |
string
|
pubic hair not visible, animal ears, large breasts, large boobs, text, logo, ((big hands, un-detailed skin, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime)), ((ugly mouth, ugly eyes, missing teeth, crooked teeth, close up, cropped, out of frame)), worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck,(more than two arm per body:1.5), (more than two leg per body:1.5), (more than five fingers on one hand:1.5), multi arms, multi legs, bad arm anatomy, bad leg anatomy, bad hand anatomy, bad finger anatomy, bad detailed background, unclear architectural outline, non-linear background, elf-ears, hair crosses the screen border, obesity, fat, lowres, worst quality, low quality, blurry, mutated hands and fingers, disfigured, fused, cloned, duplicate, artist name, giantess, odd eyes, long fingers, long neck, watermarked
|
The prompt or prompts not to guide the image generation.
|
model |
string
|
ductridev/uber-realistic-porn-merge-urpm
|
Change default model to generate image from.
This can make process take longer and cost you more!
|
cfg_scale |
number
|
7
Min: 1 Max: 20 |
Scale for classifier-free guidance (minimum: 1; maximum: 20)
|
scheduler |
string
(enum)
|
DPM++ 2M Karras
Options: DPM++ 2M Karras, Euler a |
Schedulers(Sampler) define the whole denoising process
|
height |
integer
|
512
Min: 512 |
Height of the generated image
|
width |
integer
|
512
Min: 512 |
Width of the generated image
|
num_inference_steps |
integer
|
55
Min: 1 Max: 500 |
Number of denoising steps (minimum: 1; maximum: 500)
|
seed |
integer
|
Seed to generated image
|
{
"type": "object",
"title": "Input",
"required": [
"prompt"
],
"properties": {
"seed": {
"type": "integer",
"title": "Seed",
"x-order": 8,
"description": "Seed to generated image"
},
"model": {
"type": "string",
"title": "Model",
"default": "ductridev/uber-realistic-porn-merge-urpm",
"x-order": 2,
"description": "Change default model to generate image from.\nThis can make process take longer and cost you more!"
},
"width": {
"type": "integer",
"title": "Width",
"default": 512,
"minimum": 512,
"x-order": 6,
"description": "Width of the generated image"
},
"height": {
"type": "integer",
"title": "Height",
"default": 512,
"minimum": 512,
"x-order": 5,
"description": "Height of the generated image"
},
"prompt": {
"type": "string",
"title": "Prompt",
"x-order": 0,
"description": "The prompt or prompts to guide the image generation."
},
"cfg_scale": {
"type": "number",
"title": "Cfg Scale",
"default": 7,
"maximum": 20,
"minimum": 1,
"x-order": 3,
"description": "Scale for classifier-free guidance (minimum: 1; maximum: 20)"
},
"scheduler": {
"enum": [
"DPM++ 2M Karras",
"Euler a"
],
"type": "string",
"title": "scheduler",
"description": "Schedulers(Sampler) define the whole denoising process",
"default": "DPM++ 2M Karras",
"x-order": 4
},
"negative_prompt": {
"type": "string",
"title": "Negative Prompt",
"default": "pubic hair not visible, animal ears, large breasts, large boobs, text, logo, ((big hands, un-detailed skin, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime)), ((ugly mouth, ugly eyes, missing teeth, crooked teeth, close up, cropped, out of frame)), worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck,(more than two arm per body:1.5), (more than two leg per body:1.5), (more than five fingers on one hand:1.5), multi arms, multi legs, bad arm anatomy, bad leg anatomy, bad hand anatomy, bad finger anatomy, bad detailed background, unclear architectural outline, non-linear background, elf-ears, hair crosses the screen border, obesity, fat, lowres, worst quality, low quality, blurry, mutated hands and fingers, disfigured, fused, cloned, duplicate, artist name, giantess, odd eyes, long fingers, long neck, watermarked",
"x-order": 1,
"description": "The prompt or prompts not to guide the image generation."
},
"num_inference_steps": {
"type": "integer",
"title": "Num Inference Steps",
"default": 55,
"maximum": 500,
"minimum": 1,
"x-order": 7,
"description": "Number of denoising steps (minimum: 1; maximum: 500)"
}
}
}
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{
"type": "string",
"title": "Output",
"format": "uri"
}