Back to Templates

Generate Images with prunaai Hidream E1.1 Model via Replicate API

Created by

Created by: Yaron Been || yaron-nofluff

Yaron Been

Last update

Last update a day ago

Share


Prunaai Hidream E1.1 Image Generator

Description

Edit an image with a prompt. This is the hidream-e1.1 model accelerated with the pruna optimisation engine.

Overview

This n8n workflow integrates with the Replicate API to use the prunaai/hidream-e1.1 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): Prompt

Optional Parameters

  • seed (integer, default: -1): Random seed (-1 for random)
  • image (string, default: None): Input image to edit.
  • speed_mode (string, default: Juiced 🔥 (more speed)): Speed optimization level
  • clip_cfg_norm (boolean, default: True): Whether to use CLIP CFG normalization
  • output_format (string, default: webp): Output format
  • guidance_scale (number, default: 2.5): Guidance scale
  • output_quality (integer, default: 100): Output quality (for jpg and webp)
  • refine_strength (number, default: 0.3): Strength of refinement
  • num_inference_steps (integer, default: 28): Number of inference steps
  • image_guidance_scale (number, default: 1): Image guidance scale

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