hellojixian
/
jixian-test
just a test model
- Public
- 40 runs
Run hellojixian/jixian-test 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
|
((oil painting)), gentle waves, bright blue sky,
|
Prompts
|
negative_prompt |
string
|
low-res, blurry, haze, dark clouds looming, choppy waves, engine failing, sails tattered, stormy winds
|
Negative prompts
|
width |
integer
|
1024
|
width
|
height |
integer
|
768
|
height
|
cfg_scale |
number
|
7.5
Max: 20 |
cfg_sacle
|
num_steps |
integer
|
40
Max: 40 |
steps
|
{
"type": "object",
"title": "Input",
"properties": {
"width": {
"type": "integer",
"title": "Width",
"default": 1024,
"minimum": 0,
"x-order": 2,
"description": "width"
},
"height": {
"type": "integer",
"title": "Height",
"default": 768,
"minimum": 0,
"x-order": 3,
"description": "height"
},
"prompt": {
"type": "string",
"title": "Prompt",
"default": "((oil painting)), gentle waves, bright blue sky,",
"x-order": 0,
"description": "Prompts"
},
"cfg_scale": {
"type": "number",
"title": "Cfg Scale",
"default": 7.5,
"maximum": 20,
"minimum": 0,
"x-order": 4,
"description": "cfg_sacle"
},
"num_steps": {
"type": "integer",
"title": "Num Steps",
"default": 40,
"maximum": 40,
"minimum": 0,
"x-order": 5,
"description": "steps"
},
"negative_prompt": {
"type": "string",
"title": "Negative Prompt",
"default": "low-res, blurry, haze, dark clouds looming, choppy waves, engine failing, sails tattered, stormy winds",
"x-order": 1,
"description": "Negative prompts"
}
}
}
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"
}