wglint
/
5_realvisxl
- Public
- 10 runs
Run wglint/5_realvisxl 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
|
face photo, 28 y.o man John, bald, wearing black shirt, standing, looks away, natural skin, daylight, (cinematic, film grain:1.1)
|
Enter a prompt
|
negative_prompt |
string
|
(worst quality, low quality, illustration, 3d, 2d, painting, cartoons, sketch), open mouth
|
Enter a negative prompt
|
width |
integer
|
768
|
Enter a width
|
height |
integer
|
1024
|
Enter a height
|
guidance_scale |
integer
|
7
|
Enter a guidance scale
|
num_inference_steps |
integer
|
25
|
Enter a number of inference steps
|
seed |
integer
|
3456051406
|
Enter a seed
|
number_picture |
integer
|
1
Min: 1 Max: 4 |
Enter a number of picture
|
{
"type": "object",
"title": "Input",
"properties": {
"seed": {
"type": "integer",
"title": "Seed",
"default": 3456051406,
"x-order": 6,
"description": "Enter a seed"
},
"width": {
"type": "integer",
"title": "Width",
"default": 768,
"x-order": 2,
"description": "Enter a width"
},
"height": {
"type": "integer",
"title": "Height",
"default": 1024,
"x-order": 3,
"description": "Enter a height"
},
"prompt": {
"type": "string",
"title": "Prompt",
"default": "face photo, 28 y.o man John, bald, wearing black shirt, standing, looks away, natural skin, daylight, (cinematic, film grain:1.1)",
"x-order": 0,
"description": "Enter a prompt"
},
"guidance_scale": {
"type": "integer",
"title": "Guidance Scale",
"default": 7,
"x-order": 4,
"description": "Enter a guidance scale"
},
"number_picture": {
"type": "integer",
"title": "Number Picture",
"default": 1,
"maximum": 4,
"minimum": 1,
"x-order": 7,
"description": "Enter a number of picture"
},
"negative_prompt": {
"type": "string",
"title": "Negative Prompt",
"default": "(worst quality, low quality, illustration, 3d, 2d, painting, cartoons, sketch), open mouth",
"x-order": 1,
"description": "Enter a negative prompt"
},
"num_inference_steps": {
"type": "integer",
"title": "Num Inference Steps",
"default": 25,
"x-order": 5,
"description": "Enter a number of inference steps"
}
}
}
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{
"type": "array",
"items": {
"type": "string",
"format": "uri"
},
"title": "Output"
}