Back to Templates

Generate AI Avatars with Replicate's babysea/babyavatar Model

Created by

Created by: Yaron Been || yaron-nofluff

Yaron Been

Last update

Last update 3 days ago

Share


Babysea Babyavatar AI Generator

Description

BabyAvatar - Create Stunning AI Avatars in Seconds

Overview

This n8n workflow integrates with the Replicate API to use the babysea/babyavatar model. This powerful AI model can generate high-quality other 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

Optional Parameters

  • mask (string, default: None): Input mask for inpaint mode. Black areas will be preserved, white areas will be inpainted.
  • seed (integer, default: None): Random seed. Leave blank to randomize the seed
  • image (string, default: None): Input image for img2img or inpaint mode
  • width (integer, default: 1024): Width of output image
  • height (integer, default: 1024): Height of output image
  • prompt (string, default: An astronaut riding a rainbow unicorn): Input prompt
  • refine (string, default: no_refiner): Which refine style to use
  • scheduler (string, default: K_EULER): scheduler
  • lora_scale (number, default: 0.6): LoRA additive scale. Only applicable on trained models.
  • num_outputs (integer, default: 1): Number of images to output.

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 other content
  4. Access the generated output from the final node

API Reference

Requirements

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