Stability AI Outpainting¶
Class: StabilityAIOutpaintingBlockV1
The block wraps Stability AI outpainting API and let users use object detection results to change the content of images in a creative way.
The block sends crop of the image to the API together with directions where to outpaint.
As a result, the API returns the image with outpainted regions.
At least one of left
, right
, up
, down
must be provided, otherwise original image is returned.
Type identifier¶
Use the following identifier in step "type"
field: roboflow_core/stability_ai_outpainting@v1
to add the block as
as step in your workflow.
Properties¶
Name | Type | Description | Refs |
---|---|---|---|
name |
str |
Enter a unique identifier for this step.. | ❌ |
creativity |
float |
Creativity parameter for outpainting. Higher values result in more creative outpainting.. | ✅ |
left |
int |
Number of pixels to outpaint on the left side of the image. Max value is 2000.. | ✅ |
right |
int |
Number of pixels to outpaint on the right side of the image. Max value is 2000.. | ✅ |
up |
int |
Number of pixels to outpaint on the top side of the image. Max value is 2000.. | ✅ |
down |
int |
Number of pixels to outpaint on the bottom side of the image. Max value is 2000.. | ✅ |
prompt |
str |
Optional prompt to apply when outpainting the image (what you wish to see). If not provided, the image will be outpainted without any prompt.. | ✅ |
preset |
StabilityAIPresets |
Optional preset to apply when outpainting the image (what you wish to see). If not provided, the image will be outpainted without any preset. Avaliable presets: 3d-model, analog-film, anime, cinematic, comic-book, digital-art, enhance, fantasy-art, isometric, line-art, low-poly, modeling-compound, neon-punk, origami, photographic, pixel-art, tile-texture. | ❌ |
seed |
int |
A specific value that is used to guide the 'randomness' of the generation. If not provided, a random seed is used. Must be a number between 0 and 4294967294. | ✅ |
api_key |
str |
Your Stability AI API key.. | ✅ |
The Refs column marks possibility to parametrise the property with dynamic values available
in workflow
runtime. See Bindings for more info.
Available Connections¶
Compatible Blocks
Check what blocks you can connect to Stability AI Outpainting
in version v1
.
- inputs:
Line Counter
,Keypoint Detection Model
,Halo Visualization
,OpenAI
,Stability AI Image Generation
,Model Comparison Visualization
,Keypoint Visualization
,Crop Visualization
,Image Blur
,Bounding Box Visualization
,Distance Measurement
,Line Counter
,Roboflow Dataset Upload
,Template Matching
,Mask Visualization
,Image Slicer
,Instance Segmentation Model
,Ellipse Visualization
,Email Notification
,OpenAI
,Slack Notification
,VLM as Detector
,Twilio SMS Notification
,Webhook Sink
,Label Visualization
,Google Vision OCR
,Stability AI Outpainting
,CSV Formatter
,Single-Label Classification Model
,Polygon Visualization
,Identify Changes
,Model Monitoring Inference Aggregator
,Roboflow Custom Metadata
,Reference Path Visualization
,Florence-2 Model
,OCR Model
,Anthropic Claude
,Camera Calibration
,Image Preprocessing
,Image Contours
,Line Counter Visualization
,Florence-2 Model
,LMM For Classification
,Corner Visualization
,Clip Comparison
,Pixel Color Count
,Stitch Images
,Depth Estimation
,SIFT
,Blur Visualization
,Image Convert Grayscale
,Background Color Visualization
,Image Slicer
,Dynamic Crop
,Local File Sink
,Perspective Correction
,Stitch OCR Detections
,Circle Visualization
,Triangle Visualization
,Dot Visualization
,SIFT Comparison
,CogVLM
,Object Detection Model
,VLM as Classifier
,LMM
,Color Visualization
,Stability AI Inpainting
,Classification Label Visualization
,OpenAI
,Absolute Static Crop
,Image Threshold
,Detections Consensus
,Llama 3.2 Vision
,Pixelate Visualization
,Trace Visualization
,Camera Focus
,Roboflow Dataset Upload
,Grid Visualization
,Google Gemini
,SIFT Comparison
,Multi-Label Classification Model
,Relative Static Crop
,Polygon Zone Visualization
,Identify Outliers
- outputs:
Keypoint Detection Model
,Gaze Detection
,Halo Visualization
,OpenAI
,Stability AI Image Generation
,Model Comparison Visualization
,Keypoint Visualization
,Crop Visualization
,Image Blur
,Bounding Box Visualization
,Roboflow Dataset Upload
,Template Matching
,Mask Visualization
,SmolVLM2
,VLM as Classifier
,Image Slicer
,Instance Segmentation Model
,Instance Segmentation Model
,QR Code Detection
,CLIP Embedding Model
,Ellipse Visualization
,OpenAI
,VLM as Detector
,Qwen2.5-VL
,Label Visualization
,Google Vision OCR
,Stability AI Outpainting
,Single-Label Classification Model
,Buffer
,Polygon Visualization
,Barcode Detection
,Dominant Color
,Reference Path Visualization
,Florence-2 Model
,OCR Model
,VLM as Detector
,Anthropic Claude
,Image Preprocessing
,Line Counter Visualization
,Florence-2 Model
,Image Contours
,Camera Calibration
,Single-Label Classification Model
,LMM For Classification
,Clip Comparison
,Corner Visualization
,Pixel Color Count
,Stitch Images
,SIFT
,Depth Estimation
,Time in Zone
,Perception Encoder Embedding Model
,Blur Visualization
,Image Convert Grayscale
,Image Slicer
,Background Color Visualization
,Dynamic Crop
,Perspective Correction
,Circle Visualization
,Triangle Visualization
,Dot Visualization
,CogVLM
,Multi-Label Classification Model
,Object Detection Model
,Segment Anything 2 Model
,VLM as Classifier
,LMM
,Color Visualization
,OpenAI
,Classification Label Visualization
,Stability AI Inpainting
,Byte Tracker
,Moondream2
,Absolute Static Crop
,Image Threshold
,Keypoint Detection Model
,Llama 3.2 Vision
,Pixelate Visualization
,Trace Visualization
,Detections Stabilizer
,Camera Focus
,Roboflow Dataset Upload
,Clip Comparison
,YOLO-World Model
,Google Gemini
,SIFT Comparison
,Multi-Label Classification Model
,Relative Static Crop
,Detections Stitch
,Object Detection Model
,Polygon Zone Visualization
Input and Output Bindings¶
The available connections depend on its binding kinds. Check what binding kinds
Stability AI Outpainting
in version v1
has.
Bindings
-
input
image
(image
): The image to outpaint..creativity
(float_zero_to_one
): Creativity parameter for outpainting. Higher values result in more creative outpainting..left
(integer
): Number of pixels to outpaint on the left side of the image. Max value is 2000..right
(integer
): Number of pixels to outpaint on the right side of the image. Max value is 2000..up
(integer
): Number of pixels to outpaint on the top side of the image. Max value is 2000..down
(integer
): Number of pixels to outpaint on the bottom side of the image. Max value is 2000..prompt
(string
): Optional prompt to apply when outpainting the image (what you wish to see). If not provided, the image will be outpainted without any prompt..seed
(integer
): A specific value that is used to guide the 'randomness' of the generation. If not provided, a random seed is used. Must be a number between 0 and 4294967294.api_key
(Union[secret
,string
]): Your Stability AI API key..
-
output
image
(image
): Image in workflows.
Example JSON definition of step Stability AI Outpainting
in version v1
{
"name": "<your_step_name_here>",
"type": "roboflow_core/stability_ai_outpainting@v1",
"image": "$inputs.image",
"creativity": 0.5,
"left": 200,
"right": 200,
"up": 200,
"down": 200,
"prompt": "my prompt",
"preset": "3d-model",
"seed": 200,
"api_key": "xxx-xxx"
}