Realistic Inpainting with ControlNET (M-LSD + SEG)
Overview
This n8n workflow integrates with the Replicate API to use the simbrams/ri model. This powerful AI model can generate high-quality image content based on your inputs.
Features
Easy integration with Replicate API
Automated status checking and result retrieval
Support for all model parameters
Error handling and retry logic
Clean output formatting
Parameters
Required Parameters
image (string): Input image
mask (string): Mask image
Optional Parameters
eta (number, default: 0): eta
seed (integer, default: None): Leave blank to randomize
debug (boolean, default: False): Debug mode
steps (integer, default: 20): num_inference_steps
prompt (string, default: a tabby cat, high resolution, sitting on a park bench): No description available
strength (number, default: 0.8): strength/weight
blur_mask (boolean, default: True): Blur the mask
do_resize (boolean, default: False): Resize the image
merge_m_s (boolean, default: True): No description available
scheduler (string, default: MultistepDPM-Solver): Choose a scheduler
How to Use
Set up your Replicate API key in the workflow
Configure the required parameters for your use case