seanyan604/dxpos-scribble-diffusion
Dxpos scribble diffusion, first version.
Public
1.1K
runs
Run seanyan604/dxpos-scribble-diffusion 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 |
|---|---|---|---|
| image |
string
|
Scribble input image.
|
|
| steps |
integer
|
20
|
Number of steps to run the model for.
|
| seed |
integer
|
-1
|
Seed for the model.
|
| strength |
integer
|
1.3
|
Strength for the model.
|
| CFG_scale |
integer
|
3
|
Scale for the model.
|
| num_samples |
integer
|
1
|
Number of samples for the model.
|
| prompt |
string
|
by Jack Gaughan, by Horacio Salinas Blanc, sci-fi art, vibrant
|
Prompt for the model.
|
| a_prompt |
string
|
best quality, extremely detailed
|
Additional prompt for the model.
|
| n_prompt |
string
|
longbody, lowres, bad anatomy, bad hands, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, low detail
|
Negative prompt for the model.
|
{
"type": "object",
"title": "Input",
"required": [
"image"
],
"properties": {
"seed": {
"type": "integer",
"title": "Seed",
"default": -1,
"x-order": 2,
"description": "Seed for the model."
},
"image": {
"type": "string",
"title": "Image",
"format": "uri",
"x-order": 0,
"description": "Scribble input image."
},
"steps": {
"type": "integer",
"title": "Steps",
"default": 20,
"x-order": 1,
"description": "Number of steps to run the model for."
},
"prompt": {
"type": "string",
"title": "Prompt",
"default": "by Jack Gaughan, by Horacio Salinas Blanc, sci-fi art, vibrant",
"x-order": 6,
"description": "Prompt for the model."
},
"a_prompt": {
"type": "string",
"title": "A Prompt",
"default": "best quality, extremely detailed",
"x-order": 7,
"description": "Additional prompt for the model."
},
"n_prompt": {
"type": "string",
"title": "N Prompt",
"default": "longbody, lowres, bad anatomy, bad hands, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, low detail",
"x-order": 8,
"description": "Negative prompt for the model."
},
"strength": {
"type": "integer",
"title": "Strength",
"x-order": 3,
"description": "Strength for the model."
},
"CFG_scale": {
"type": "integer",
"title": "Cfg Scale",
"default": 3,
"x-order": 4,
"description": "Scale for the model."
},
"num_samples": {
"type": "integer",
"title": "Num Samples",
"default": 1,
"x-order": 5,
"description": "Number of samples for the model."
}
}
}
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{
"type": "array",
"items": {},
"title": "Output"
}