Instant Background V2
Description
Connection
Name
Description
Required
Category
Input Schema
{
"description": "instant background v2 node input.",
"properties": {
"image_url": {
"title": "Image url",
"type": "string"
},
"prompt": {
"title": "Describe the new background you want to add to the image.",
"type": "string"
},
"negative_prompt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Negative prompt"
},
"padding_top": {
"anyOf": [
{
"maximum": 512,
"minimum": 0,
"type": "integer"
},
{
"type": "null"
}
],
"title": "Padding top"
},
"padding_bottom": {
"anyOf": [
{
"maximum": 512,
"minimum": 0,
"type": "integer"
},
{
"type": "null"
}
],
"title": "Padding bottom"
},
"padding_left": {
"anyOf": [
{
"maximum": 512,
"minimum": 0,
"type": "integer"
},
{
"type": "null"
}
],
"title": "Padding left"
},
"padding_right": {
"anyOf": [
{
"maximum": 512,
"minimum": 0,
"type": "integer"
},
{
"type": "null"
}
],
"title": "Padding right"
}
},
"required": [
"image_url",
"prompt",
"negative_prompt",
"padding_top",
"padding_bottom",
"padding_left",
"padding_right"
],
"title": "InstantbackgroundV2NodeInput",
"type": "object"
}Output Schema
How It Works
Usage Examples
Example 1: Product Photography with Natural Background
Example 2: E-Commerce Fashion with Studio Background
Example 3: Lifestyle Scene for Social Media
Common Use Cases
Error Handling
Error Type
Cause
Solution
Notes
Last updated