n8n-nodes-artify
v1.2.0
Published
Artify API node for n8n - Midjourney automation made simple
Maintainers
Readme
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)
- Go to Settings → Community Nodes
- Click Install
- Type:
n8n-nodes-artify - Click Install
- Restart n8n when prompted
Manual Installation
cd ~/.n8n/
npm install n8n-nodes-artifySetup
1. Get API Key
- Go to https://artifyapi.com/dashboard
- Create an account and connect your Discord
- Copy your API Key (starts with
sk_)
2. Configure Credentials in n8n
- Click Settings → Credentials → New
- Search for Artify API
- Enter your API Key
- Save
Usage
Generate an Image
- Add an Artify node
- Select operation: Generate Image
- Enter your prompt (e.g., "a futuristic cyberpunk city --ar 16:9")
- Choose whether to wait for completion
- Run the workflow
Upscale an Image
- Add an Artify node after a Generate Image node
- Select operation: Upscale Image
- Pass the Job ID from the previous node
- Select image index (1-4)
Example Workflow
Trigger → Artify (Generate) → IF (success) → Artify (Upscale) → Save to Google Drive
↓
(processing) → Wait → Loop backAPI Limits
- 50 requests/day per user (free tier)
- 1 concurrent job per user
- Average generation time: 30-60 seconds
Support
- Website: https://artifyapi.com
- Documentation: https://artifyapi.com/dashboard/docs
- Email: [email protected]
License
MIT
