🎬 Enhance your workflow with 2Ndmoises_Generator AI

⚑ 371 views · 🎬 Content Creation & Video

Description

Enhance Your Workflow with 2Ndmoises_Generator AI

This n8n workflow integrates with Replicate’s moicarmonas/2ndmoises_generator model to generate custom outputs based on your prompt. It handles authentication, triggers the prediction, monitors progress, and processes the final result automatically.


πŸ“Œ Section 1: Trigger & Authentication

⚑ On Clicking β€˜Execute’ (Manual Trigger)

πŸ”‘ Set API Key (Set Node)


πŸ“Œ Section 2: Sending the AI Request

πŸ“€ Create Prediction (HTTP Request Node)

πŸ†” Extract Prediction ID (Code Node)


πŸ“Œ Section 3: Polling & Waiting

⏳ Wait (Wait Node)

πŸ”„ Check Prediction Status (HTTP Request Node)

βœ… Check If Complete (If Node)


πŸ“Œ Section 4: Handling the Result

πŸ“¦ Process Result (Code Node)


πŸ“Š Workflow Overview Table

SectionNode NamePurpose
1. Trigger & AuthOn Clicking β€˜Execute’Starts the workflow manually
Set API KeyStores API credentials
2. AI RequestCreate PredictionSends request to Replicate
Extract Prediction IDGets prediction ID + status
3. PollingWaitAdds delay before recheck
Check Prediction StatusMonitors progress
Check If CompleteRoutes based on completion
4. ResultProcess ResultExtracts and cleans output
NotesSticky NoteExplains setup + model info

🎯 Key Benefits


πŸ”— Nodes Used

HTTP Request

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup