mygen

MyGen API node for n8n - Image template generation automation

Package Information

Downloads: 0 weekly / 451 monthly
Latest Version: 1.0.4
Author: MyGen

Documentation

Artify n8n Node

Official n8n community node for Artify API - Generate Midjourney images via simple REST API.

Features

  • 🎨 Generate Images - Create AI images from text prompts
  • ⬆️ Upscale - Upscale one of the 4 generated images (U1-U4)
  • 🔄 Variations - Create variations of any image (V1-V4)
  • Auto-wait - Automatically wait for job completion
  • 🖼️ Split Images - Process each of the 4 images individually

Installation

Via n8n Community Nodes (Recommended)

  1. Go to SettingsCommunity Nodes
  2. Click Install
  3. Type: n8n-nodes-artify
  4. Click Install
  5. Restart n8n when prompted

Manual Installation

cd ~/.n8n/
npm install n8n-nodes-artify

Setup

1. Get API Key

  1. Go to https://artifyapi.com/dashboard
  2. Create an account and connect your Discord
  3. Copy your API Key (starts with sk_)

2. Configure Credentials in n8n

  1. Click SettingsCredentialsNew
  2. Search for Artify API
  3. Enter your API Key
  4. Save

Usage

Generate an Image

  1. Add an Artify node
  2. Select operation: Generate Image
  3. Enter your prompt (e.g., "a futuristic cyberpunk city --ar 16:9")
  4. Choose whether to wait for completion
  5. Run the workflow

Upscale an Image

  1. Add an Artify node after a Generate Image node
  2. Select operation: Upscale Image
  3. Pass the Job ID from the previous node
  4. Select image index (1-4)

Example Workflow

Trigger → Artify (Generate) → IF (success) → Artify (Upscale) → Save to Google Drive
                              ↓
                        (processing) → Wait → Loop back

API Limits

  • 50 requests/day per user (free tier)
  • 1 concurrent job per user
  • Average generation time: 30-60 seconds

Support

License

MIT

Discussion