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@v1to 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:
Contrast Equalization,Llama 3.2 Vision,Clip Comparison,SIFT Comparison,Anthropic Claude,VLM as Detector,Local File Sink,Polygon Visualization,QR Code Generator,Image Blur,SIFT Comparison,Email Notification,Roboflow Dataset Upload,Text Display,Model Comparison Visualization,Camera Focus,SIFT,LMM,Google Vision OCR,Mask Visualization,Anthropic Claude,Relative Static Crop,Circle Visualization,EasyOCR,Pixelate Visualization,Stability AI Inpainting,Reference Path Visualization,Instance Segmentation Model,Perspective Correction,Ellipse Visualization,Crop Visualization,Halo Visualization,Image Threshold,Keypoint Detection Model,CSV Formatter,Florence-2 Model,Twilio SMS Notification,Image Convert Grayscale,Corner Visualization,Image Preprocessing,Line Counter,Identify Changes,Icon Visualization,Background Subtraction,Image Contours,Image Slicer,Detections Consensus,Depth Estimation,Multi-Label Classification Model,Pixel Color Count,Stitch Images,Dynamic Crop,Bounding Box Visualization,VLM as Classifier,Model Monitoring Inference Aggregator,Detection Event Log,Line Counter Visualization,Blur Visualization,Morphological Transformation,Camera Calibration,Polygon Zone Visualization,Line Counter,Single-Label Classification Model,Email Notification,Keypoint Visualization,Distance Measurement,OCR Model,Roboflow Custom Metadata,Google Gemini,OpenAI,Camera Focus,Trace Visualization,OpenAI,CogVLM,Color Visualization,Absolute Static Crop,Image Slicer,Dot Visualization,Identify Outliers,Label Visualization,Slack Notification,Florence-2 Model,Google Gemini,Google Gemini,Grid Visualization,Object Detection Model,LMM For Classification,Template Matching,OpenAI,Stitch OCR Detections,OpenAI,Classification Label Visualization,Background Color Visualization,Stability AI Outpainting,Stitch OCR Detections,Roboflow Dataset Upload,Twilio SMS/MMS Notification,Anthropic Claude,Triangle Visualization,Stability AI Image Generation,Webhook Sink - outputs:
Contrast Equalization,Llama 3.2 Vision,Clip Comparison,Anthropic Claude,VLM as Detector,Polygon Visualization,Image Blur,SIFT Comparison,SmolVLM2,CLIP Embedding Model,Roboflow Dataset Upload,Text Display,Motion Detection,SIFT,Model Comparison Visualization,Camera Focus,Moondream2,LMM,Qwen3-VL,Single-Label Classification Model,Google Vision OCR,SAM 3,Anthropic Claude,Relative Static Crop,Mask Visualization,Object Detection Model,Keypoint Detection Model,Circle Visualization,Seg Preview,EasyOCR,Pixelate Visualization,Stability AI Inpainting,Multi-Label Classification Model,Time in Zone,VLM as Classifier,Reference Path Visualization,Instance Segmentation Model,Perspective Correction,Halo Visualization,Image Threshold,Ellipse Visualization,Crop Visualization,Keypoint Detection Model,Florence-2 Model,Detections Stabilizer,Image Convert Grayscale,Perception Encoder Embedding Model,Corner Visualization,Image Preprocessing,Barcode Detection,Icon Visualization,SAM 3,Background Subtraction,Segment Anything 2 Model,Qwen2.5-VL,Image Slicer,Image Contours,Depth Estimation,Multi-Label Classification Model,Pixel Color Count,Detections Stitch,Stitch Images,QR Code Detection,Dynamic Crop,Bounding Box Visualization,Anthropic Claude,VLM as Classifier,YOLO-World Model,Instance Segmentation Model,Line Counter Visualization,Blur Visualization,Morphological Transformation,Camera Calibration,Polygon Zone Visualization,Single-Label Classification Model,Email Notification,Stability AI Image Generation,Dominant Color,OCR Model,Keypoint Visualization,Google Gemini,OpenAI,Camera Focus,Trace Visualization,CogVLM,OpenAI,Image Slicer,Absolute Static Crop,Color Visualization,Dot Visualization,Label Visualization,Buffer,Florence-2 Model,Google Gemini,Google Gemini,Object Detection Model,LMM For Classification,Template Matching,OpenAI,OpenAI,Classification Label Visualization,Background Color Visualization,Stability AI Outpainting,Byte Tracker,SAM 3,Twilio SMS/MMS Notification,Roboflow Dataset Upload,Gaze Detection,Clip Comparison,Triangle Visualization,VLM as Detector
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[string,secret]): 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"
}