Back to Templates

Generate Images with Realistic Inpainting using Simbrams Ri AI

Created by

Created by: Yaron Been || yaron-nofluff

Yaron Been

Last update

Last update a day ago

Share


Simbrams Ri Image Generator

Description

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

  1. Set up your Replicate API key in the workflow
  2. Configure the required parameters for your use case
  3. Run the workflow to generate image content
  4. Access the generated output from the final node

API Reference

Requirements

  • Replicate API key
  • n8n instance
  • Basic understanding of image generation parameters