Product visualization in Spaces with AI: Generate & publish videos to social media
This automation template is a revolutionary AI-powered interior design and product visualization workflow that allows users to seamlessly place any object or artwork into real spaces using artificial intelligence. Upload two photos - one of your product/artwork and another of the target space - and watch as AI intelligently composites them together, then converts the result into a captivating animated video with professional camera movements. The final video is automatically published across TikTok, Instagram Reels, and YouTube Shorts for maximum reach.
Note: This workflow uses Google's Gemini 2.5 Flash (Nano Banana) for intelligent image composition and FAL AI's WAN v2.2-a14b model for video generation. Each complete generation costs approximately $0.25 USD, making it an incredibly cost-effective solution for professional-quality content creation.
Who Is This For?
- Interior Designers & Architects: Visualize how furniture, artwork, or decor will look in client spaces before making purchases or installations.
- Art Dealers & Galleries: Show potential buyers how paintings or sculptures would appear in their homes or offices with realistic placement and lighting.
- E-commerce Retailers: Create compelling product demonstrations by showing furniture, artwork, or home decor items in realistic room settings.
- Real Estate Professionals: Help clients visualize how their furniture or art collection would look in new properties.
- Content Creators & Influencers: Generate engaging "before and after" style content showing product placements in various environments.
- Marketing Agencies: Scale visual content production for furniture brands, art dealers, and home decor companies.
What Problem Does This Workflow Solve?
Traditional product visualization requires expensive 3D rendering software, professional photography setups, or costly photoshoot arrangements. This workflow eliminates these barriers by:
- Intelligent Object Placement: AI analyzes both the object/artwork and target space to determine optimal positioning, scale, and lighting integration.
- Realistic Integration: Advanced AI composition ensures shadows, reflections, and lighting match perfectly between the object and environment.
- Professional Animation: Converts static compositions into cinematic videos with smooth camera movements that highlight the placement naturally.
- Cost-Effective Production: At just $0.25 per generation, it's exponentially cheaper than traditional 3D rendering or professional photography.
- Instant Multi-Platform Distribution: Automatically formats and publishes content across all major social media platforms simultaneously.
How It Works
- Dual Image Upload: Users upload two photos through an intuitive web form:
- Photo 1: The object, artwork, or furniture piece to be placed
- Photo 2: The target room or space where the item should appear
- Optional Description: Additional context about the desired placement
- Image Processing & Hosting: Both images are automatically uploaded to ImgBB for reliable cloud access throughout the workflow.
- AI-Powered Composition: Google's Gemini 2.5 Flash (Nano Banana) analyzes both images and intelligently composites the object into the space, considering:
- Proper scale and proportions
- Realistic lighting and shadows
- Perspective and depth matching
- Environmental integration
- Video Generation: FAL AI's WAN v2.2-a14b model transforms the composed image into a professional 4-second video featuring:
- Smooth camera panning movements
- Natural motion blur effects
- Cinematic framing and composition
- Quality Assurance: Automated status monitoring ensures successful generation before proceeding to publication.
- Multi-Platform Publishing: The final video is automatically uploaded to TikTok, Instagram Reels, and YouTube Shorts with customizable captions.
Setup
- FAL AI Credentials: Create an account at fal.ai and add your API credentials for:
- Gemini 2.5 Flash (Nano Banana) image composition
- WAN v2.2-a14b image-to-video conversion
- ImgBB API Setup:
- Sign up at imgbb.com for free image hosting
- Generate an API key and update the
imgbb_api_keyvalue in the "Set APIs Vars" node
- Upload-Post Configuration:
- Create an account at upload-post.com
- Connect your TikTok, Instagram, and YouTube accounts
- Add your Upload-Post credentials to the "Upload Post" node
- Prompt Customization: In the "Set Prompts" node, fine-tune:
prompt-image-edit: "Place the [object] in the room on the back wall, respecting the [object] perfectly and the background room and the camera frame in the photo of the room."prompt-image-to-video: Camera movement style and cinematic effects
- Cost Management: Monitor usage as each generation costs approximately $0.25 USD through the FAL AI services.
Requirements
- Accounts: n8n, fal.ai, imgbb.com, upload-post.com, social media accounts (TikTok, Instagram, YouTube).
- API Keys & Credentials: FAL AI API token, ImgBB API key, Upload-Post authentication.
- Budget: Approximately $0.25 USD per complete workflow execution.
- Social Media Setup: Business/Creator accounts connected through Upload-Post platform.
Features
- Dual-Image Intelligence: Sophisticated AI analysis of both object and space for perfect integration
- Cost-Effective Processing: Only $0.25 per generation compared to hundreds for traditional methods
- Advanced AI Models: Google Gemini 2.5 Flash (Nano Banana) + FAL WAN v2.2-a14b for premium quality
- Realistic Lighting Integration: AI matches shadows, reflections, and ambient lighting automatically
- Professional Video Output: Cinematic camera movements optimized for social media engagement
- Multi-Platform Optimization: Automatic formatting for TikTok, Instagram Reels, and YouTube Shorts
- Robust Error Handling: Built-in retry mechanisms and quality verification
- Scalable Production: Handle multiple object-space combinations efficiently
Transform your product visualization workflow today - simply upload a photo of any object and the space where you want to place it, and let AI create stunning, professional videos that showcase perfect integration for just $0.25 per generation.
n8n Form Triggered Workflow
This n8n workflow demonstrates a basic structure for processing data submitted via an n8n form. It includes steps for receiving form data, applying conditional logic, performing data manipulation, and potentially making an HTTP request, though the HTTP request is not fully configured in this example.
What it does
This workflow outlines the following steps:
- Listens for Form Submissions: It starts by waiting for data submitted through an n8n form.
- Applies Conditional Logic: It then evaluates the incoming data using an "If" node, branching the workflow based on a condition (which needs to be configured).
- Processes Data (True Branch): If the condition in the "If" node is true, it performs the following:
- Edits Fields: Modifies or sets new fields on the incoming data.
- Waits: Introduces a pause in the workflow (duration to be configured).
- Splits Data: Potentially splits an array of items into individual items for further processing.
- Executes Custom Code: Runs a custom JavaScript code snippet (logic to be configured).
- Processes Data (False Branch): If the condition in the "If" node is false, it performs the following:
- Edits Fields: Modifies or sets new fields on the incoming data.
- Waits: Introduces a pause in the workflow (duration to be configured).
- Splits Data: Potentially splits an array of items into individual items for further processing.
- Executes Custom Code: Runs a custom JavaScript code snippet (logic to be configured).
- Merges Branches: After processing, both branches converge into a "Merge" node, combining the data back into a single stream.
- Makes an HTTP Request: Finally, it includes an "HTTP Request" node, which can be configured to send the processed data to an external API or service. This node is currently unconfigured.
Prerequisites/Requirements
- n8n Instance: A running instance of n8n.
- n8n Form Trigger: The workflow relies on an n8n Form Trigger to initiate. You will need to design and publish an n8n form to trigger this workflow.
Setup/Usage
- Import the Workflow:
- Download the provided JSON content.
- In your n8n instance, navigate to "Workflows".
- Click "New" and then "Import from JSON".
- Paste the JSON content and click "Import".
- Configure the n8n Form Trigger (On form submission):
- Click on the "On form submission" node.
- Define the fields you expect in your form.
- Save the form and activate it to get its URL.
- Configure the If Node:
- Click on the "If" node.
- Define the conditions that will determine which branch the workflow takes. For example,
{{ $json.someField === 'someValue' }}.
- Configure "Edit Fields (Set)" Nodes:
- Click on each "Edit Fields (Set)" node.
- Add or modify the fields as required for your data processing.
- Configure "Wait" Nodes:
- Click on each "Wait" node.
- Specify the duration for which the workflow should pause (e.g., 5 seconds, 1 minute).
- Configure "Split Out" Nodes:
- If your form submission includes an array of items that need to be processed individually, configure the "Split Out" node to split the array.
- Configure "Code" Nodes:
- Click on each "Code" node.
- Write your custom JavaScript logic to further transform or manipulate the data.
- Configure the "HTTP Request" Node:
- Click on the "HTTP Request" node.
- Set the
URL,Method,Headers, andBodyaccording to the external API you wish to interact with.
- Activate the Workflow:
- Once all configurations are complete, save the workflow and activate it by toggling the "Active" switch in the top right corner.
Now, whenever your n8n form is submitted, this workflow will execute, process the data, and perform the configured actions.
Related Templates
Track competitor SEO keywords with Decodo + GPT-4.1-mini + Google Sheets
This workflow automates competitor keyword research using OpenAI LLM and Decodo for intelligent web scraping. Who this is for SEO specialists, content strategists, and growth marketers who want to automate keyword research and competitive intelligence. Marketing analysts managing multiple clients or websites who need consistent SEO tracking without manual data pulls. Agencies or automation engineers using Google Sheets as an SEO data dashboard for keyword monitoring and reporting. What problem this workflow solves Tracking competitor keywords manually is slow and inconsistent. Most SEO tools provide limited API access or lack contextual keyword analysis. This workflow solves that by: Automatically scraping any competitor’s webpage with Decodo. Using OpenAI GPT-4.1-mini to interpret keyword intent, density, and semantic focus. Storing structured keyword insights directly in Google Sheets for ongoing tracking and trend analysis. What this workflow does Trigger — Manually start the workflow or schedule it to run periodically. Input Setup — Define the website URL and target country (e.g., https://dev.to, france). Data Scraping (Decodo) — Fetch competitor web content and metadata. Keyword Analysis (OpenAI GPT-4.1-mini) Extract primary and secondary keywords. Identify focus topics and semantic entities. Generate a keyword density summary and SEO strength score. Recommend optimization and internal linking opportunities. Data Structuring — Clean and convert GPT output into JSON format. Data Storage (Google Sheets) — Append structured keyword data to a Google Sheet for long-term tracking. Setup Prerequisites If you are new to Decode, please signup on this link visit.decodo.com n8n account with workflow editor access Decodo API credentials OpenAI API key Google Sheets account connected via OAuth2 Make sure to install the Decodo Community node. Create a Google Sheet Add columns for: primarykeywords, seostrengthscore, keyworddensity_summary, etc. Share with your n8n Google account. Connect Credentials Add credentials for: Decodo API credentials - You need to register, login and obtain the Basic Authentication Token via Decodo Dashboard OpenAI API (for GPT-4o-mini) Google Sheets OAuth2 Configure Input Fields Edit the “Set Input Fields” node to set your target site and region. Run the Workflow Click Execute Workflow in n8n. View structured results in your connected Google Sheet. How to customize this workflow Track Multiple Competitors → Use a Google Sheet or CSV list of URLs; loop through them using the Split In Batches node. Add Language Detection → Add a Gemini or GPT node before keyword analysis to detect content language and adjust prompts. Enhance the SEO Report → Expand the GPT prompt to include backlink insights, metadata optimization, or readability checks. Integrate Visualization → Connect your Google Sheet to Looker Studio for SEO performance dashboards. Schedule Auto-Runs → Use the Cron Node to run weekly or monthly for competitor keyword refreshes. Summary This workflow automates competitor keyword research using: Decodo for intelligent web scraping OpenAI GPT-4.1-mini for keyword and SEO analysis Google Sheets for live tracking and reporting It’s a complete AI-powered SEO intelligence pipeline ideal for teams that want actionable insights on keyword gaps, optimization opportunities, and content focus trends, without relying on expensive SEO SaaS tools.
Two-way property repair management system with Google Sheets & Drive
This workflow automates the repair request process between tenants and building managers, keeping all updates organized in a single spreadsheet. It is composed of two coordinated workflows, as two separate triggers are required — one for new repair submissions and another for repair updates. A Unique Unit ID that corresponds to individual units is attributed to each request, and timestamps are used to coordinate repair updates with specific requests. General use cases include: Property managers who manage multiple buildings or units. Building owners looking to centralize tenant repair communication. Automation builders who want to learn multi-trigger workflow design in n8n. --- ⚙️ How It Works Workflow 1 – New Repair Requests Behind the Scenes: A tenant fills out a Google Form (“Repair Request Form”), which automatically adds a new row to a linked Google Sheet. Steps: Trigger: Google Sheets rowAdded – runs when a new form entry appears. Extract & Format: Collects all relevant form data (address, unit, urgency, contacts). Generate Unit ID: Creates a standardized identifier (e.g., BUILDING-UNIT) for tracking. Email Notification: Sends the building manager a formatted email summarizing the repair details and including a link to a Repair Update Form (which activates Workflow 2). --- Workflow 2 – Repair Updates Behind the Scenes:\ Triggered when the building manager submits a follow-up form (“Repair Update Form”). Steps: Lookup by UUID: Uses the Unit ID from Workflow 1 to find the existing row in the Google Sheet. Conditional Logic: If photos are uploaded: Saves each image to a Google Drive folder, renames files consistently, and adds URLs to the sheet. If no photos: Skips the upload step and processes textual updates only. Merge & Update: Combines new data with existing repair info in the same spreadsheet row — enabling a full repair history in one place. --- 🧩 Requirements Google Account (for Forms, Sheets, and Drive) Gmail/email node connected for sending notifications n8n credentials configured for Google API access --- ⚡ Setup Instructions (see more detail in workflow) Import both workflows into n8n, then copy one into a second workflow. Change manual trigger in workflow 2 to a n8n Form node. Connect Google credentials to all nodes. Update spreadsheet and folder IDs in the corresponding nodes. Customize email text, sender name, and form links for your organization. Test each workflow with a sample repair request and a repair update submission. --- 🛠️ Customization Ideas Add Slack or Telegram notifications for urgent repairs. Auto-create folders per building or unit for photo uploads. Generate monthly repair summaries using Google Sheets triggers. Add an AI node to create summaries/extract relevant repair data from repair request that include long submissions.
Generate song lyrics and music from text prompts using OpenAI and Fal.ai Minimax
Spark your creativity instantly in any chat—turn a simple prompt like "heartbreak ballad" into original, full-length lyrics and a professional AI-generated music track, all without leaving your conversation. 📋 What This Template Does This chat-triggered workflow harnesses AI to generate detailed, genre-matched song lyrics (at least 600 characters) from user messages, then queues them for music synthesis via Fal.ai's minimax-music model. It polls asynchronously until the track is ready, delivering lyrics and audio URL back in chat. Crafts original, structured lyrics with verses, choruses, and bridges using OpenAI Submits to Fal.ai for melody, instrumentation, and vocals aligned to the style Handles long-running generations with smart looping and status checks Returns complete song package (lyrics + audio link) for seamless sharing 🔧 Prerequisites n8n account (self-hosted or cloud with chat integration enabled) OpenAI account with API access for GPT models Fal.ai account for AI music generation 🔑 Required Credentials OpenAI API Setup Go to platform.openai.com → API keys (sidebar) Click "Create new secret key" → Name it (e.g., "n8n Songwriter") Copy the key and add to n8n as "OpenAI API" credential type Test by sending a simple chat completion request Fal.ai HTTP Header Auth Setup Sign up at fal.ai → Dashboard → API Keys Generate a new API key → Copy it In n8n, create "HTTP Header Auth" credential: Name="Fal.ai", Header Name="Authorization", Header Value="Key [Your API Key]" Test with a simple GET to their queue endpoint (e.g., /status) ⚙️ Configuration Steps Import the workflow JSON into your n8n instance Assign OpenAI API credentials to the "OpenAI Chat Model" node Assign Fal.ai HTTP Header Auth to the "Generate Music Track", "Check Generation Status", and "Fetch Final Result" nodes Activate the workflow—chat trigger will appear in your n8n chat interface Test by messaging: "Create an upbeat pop song about road trips" 🎯 Use Cases Content Creators: YouTubers generating custom jingles for videos on the fly, streamlining production from idea to audio export Educators: Music teachers using chat prompts to create era-specific folk tunes for classroom discussions, fostering interactive learning Gift Personalization: Friends crafting anniversary R&B tracks from shared memories via quick chats, delivering emotional audio surprises Artist Brainstorming: Songwriters prototyping hip-hop beats in real-time during sessions, accelerating collaboration and iteration ⚠️ Troubleshooting Invalid JSON from AI Agent: Ensure the system prompt stresses valid JSON; test the agent standalone with a sample query Music Generation Fails (401/403): Verify Fal.ai API key has minimax-music access; check usage quotas in dashboard Status Polling Loops Indefinitely: Bump wait time to 45-60s for complex tracks; inspect fal.ai queue logs for bottlenecks Lyrics Under 600 Characters: Tweak agent prompt to enforce fuller structures like [V1][C][V2][B][C]; verify output length in executions