π¬ AI Virtual Try-On Image, Video Generation for Telegram, Discord & YouTube
β‘ 943 views Β· π¬ Content Creation & Video
π‘ Pro Tip β YouTubeβs API quotas can be a bottleneck when youβre pulling data at scale. ScraperNode is a community node with dedicated scrapers for channels, videos, and comments β no quota limits, just structured data.
Description
π§₯ Virtual Try-On Image & Video Generation (VLM Run)
π Overview
This n8n workflow enables a Virtual Try-On experience where users upload a dress image and the system:
-
Combines it with a fashion model image
-
Generates a realistic try-on image
-
Generates a fashion walking video
-
Automatically shares results via:
- Telegram
- Discord
- YouTube
π Use Cases
- Virtual fashion try-on
- AI fashion marketing
- Clothing e-commerce previews
- Social media fashion automation
- Influencer & brand demo pipelines
β¨ Key Features
- πΌοΈ Image-based virtual try-on (model wearing the dress)
- π₯ AI-generated fashion video
- π Multi-platform publishing (Telegram, Discord, YouTube)
- π§© Modular, extensible workflow design
π§ Workflow Architecture
π¨ Input
- Dress Image β Uploaded by user (Form Trigger)
- Model Image β Downloaded from predefined URL
- Prompt β Auto-constructed inside workflow
π¦ Output
-
πΌοΈ Try-On Image
-
π₯ Fashion Walk Video
-
π€ Shared to:
- Telegram (image/video)
- Discord (image)
- YouTube (video upload)
π Required Credentials
You must configure the following credentials in n8n:
| Service | Credential Type |
|---|---|
| VLM Run | VLM Run API |
| Telegram | Telegram Bot API |
| Discord | Discord OAuth2 |
| YouTube | YouTube OAuth2 |
β οΈ Community Node Warning
> Important: This workflow uses a Community Node
> @vlm-run/n8n-nodes-vlmrun
What this means:
- This node is NOT installed by default in n8n
- You must manually install it before using the workflow
π¦ Installation
Run the following command in your n8n environment:
npm install @vlm-run/n8n-nodes-vlmrun
Then restart n8n.
π Community Nodes Documentation: https://docs.n8n.io/integrations/community-nodes/
π Nodes Used
HTTP Request, Telegram, Discord, YouTube, n8n Form Trigger
π₯ Import
Download workflow.json and import into n8n:
Workflow menu β Import from File