@fal-ai/n8n-nodes-fal
v1.0.1
Published
n8n community node for fal.ai - access hundreds of AI models for image generation, video generation, text-to-speech, and more
Readme
@fal-ai/n8n-nodes-fal
n8n community node for fal.ai - access hundreds of AI models for image generation, video generation, text-to-speech, and more.
Installation
In n8n Desktop/Cloud
- Go to Settings > Community Nodes
- Click Install a community node
- Enter
@fal-ai/n8n-nodes-fal - Click Install
Manual Installation
cd ~/.n8n/nodes
npm install @fal-ai/n8n-nodes-falConfiguration
- Get your API key from fal.ai Dashboard
- In n8n, go to Credentials > Add Credential > fal.ai API
- Enter your API key
Note: Some operations (Get Usage, Delete Payloads) require an Admin API Key.
Features
Model Operations
| Operation | Description | |-----------|-------------| | Generate Media | Generate images, videos, audio using any fal.ai model | | Get Model Info | Get available parameters and schema for a model | | Get Analytics | Get performance metrics (latency, success rates, error counts) | | Get Pricing | Get pricing information for models | | Get Usage | Get usage statistics (requires Admin API Key) | | List Requests | List requests for a specific endpoint/model | | Delete Request Payloads | Delete request payloads (requires Admin API Key) |
Workflow Operations
| Operation | Description | |-----------|-------------| | Run Workflow | Execute a fal.ai workflow with dynamic parameters | | List Workflows | List all your fal.ai workflows | | Get Workflow Details | Get details and schema of a specific workflow |
Usage Examples
Generate an Image with Flux
- Add fal.ai node to your workflow
- Select Model resource and Generate Media operation
- Search and select
fal-ai/flux/devmodel - Add parameter:
prompt= "A beautiful sunset over mountains" - Execute the node
Run a Custom Workflow
- Add fal.ai node to your workflow
- Select Workflow resource and Run Workflow operation
- Select your workflow from the dropdown
- Add workflow-specific parameters
- Execute the node
Monitor Model Performance
- Add fal.ai node to your workflow
- Select Model resource and Get Analytics operation
- Select a model (e.g.,
fal-ai/flux/dev) - Choose time range and metrics
- Execute to get performance data
Supported Models
This node supports all models available on fal.ai, including:
- Image Generation: Flux, Stable Diffusion, SDXL, etc.
- Video Generation: Kling, Runway, etc.
- Text-to-Speech: Various TTS models
- Speech-to-Text: Whisper and other STT models
- Image Editing: Inpainting, upscaling, style transfer
- And many more...
Browse all models at fal.ai/models
Async Execution
For long-running generations (videos, complex images), the node uses fal.ai's queue system:
- Wait for Completion: Enable to wait for the result (default)
- Poll Interval: How often to check status (default: 5 seconds)
- Max Wait Time: Maximum wait time (default: 10 minutes)
Disable "Wait for Completion" to get the request ID immediately and check status later.
Links
License
MIT
