lindajess
/
props-adding-tech-sphere
- Public
- 0 runs
Run lindajess/props-adding-tech-sphere 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 |
---|---|---|---|
main_image_url |
string
|
url
|
|
prompt |
string
|
A fantasy landscape, trending on artstation
|
Input prompt
|
negative_prompt |
string
|
The prompt NOT to guide the image generation. Ignored when not using guidance
|
{
"type": "object",
"title": "Input",
"required": [
"main_image_url"
],
"properties": {
"prompt": {
"type": "string",
"title": "Prompt",
"default": "A fantasy landscape, trending on artstation",
"x-order": 1,
"description": "Input prompt"
},
"main_image_url": {
"type": "string",
"title": "Main Image Url",
"x-order": 0,
"description": "url"
},
"negative_prompt": {
"type": "string",
"title": "Negative Prompt",
"x-order": 2,
"description": "The prompt NOT to guide the image generation. Ignored when not using guidance"
}
}
}
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"
}