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