Back to Templates

Text-Guided Image Editing with ByteDance Seededit 3.0 on Replicate

Created by

Created by: Yaron Been || yaron-nofluff

Yaron Been

Last update

Last update 3 days ago

Share


Bytedance Seededit 3.0 Image Generator

Description

Text-guided image editing model that preserves original details while making targeted modifications like lighting changes, object removal, and style conversion

Overview

This n8n workflow integrates with the Replicate API to use the bytedance/seededit-3.0 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

  • prompt (string): Text prompt for image generation
  • image (string): Input image to edit

Optional Parameters

  • seed (integer, default: None): Random seed. Set for reproducible generation
  • guidance_scale (number, default: 5.5): Prompt adherence. Higher = more literal.

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