Video GenerationActive
Storm Dance Crowd Video Effect (Wiro)
Storm Dance turns one portrait into a stylized crowd dance clip, keeping the person centered. Pick Black, Emerald, or Pink looks, then export 720p or 1080p.
Image to VideoSocial Media & Viral
Model ID
storm dance
Provider
wiro
Updated
1790170311
wiro playground—wiro/storm dance
Updated 1790170311
Overview
Storm Dance by Wiro turns a single person photo into a preset crowd dance video. You pick a style theme, and the model builds a full clip around your subject. It outputs a ready-to-share MP4 video, so you can create trend-style edits from one image.
What you can build
- Social dance edits for Reels, TikTok, and Shorts from one portrait
- Profile intro clips with a consistent look across posts
- Party, club, or event teasers that feature one person as the lead
- Creator announcements and “new drop” hype clips with a bold color theme
Inputs
- One clear photo of a single person. Use JPG, JPEG, PNG, GIF, WebP, or HEIC. Keep the face visible and well lit.
- A Storm Dance theme preset. Choose between Black, Emerald, or Pink styling.
- An export resolution choice. Pick 720p or 1080p.
Outputs
- One downloadable MP4 video file at the selected resolution.
- The video places your uploaded person as the center dancer inside a crowd dance scene.
- The result comes back as a file output with a name, a content type, and a byte size.
Limitations
- The input must be a clear photo of one person. Group photos can cause identity mix-ups.
- Faces that are small, blocked, or turned away can reduce likeness.
- Low-quality inputs can break the effect. Blurry shots, heavy compression, and low light can cause artifacts.
- The choreography and scene layout are preset by the chosen theme. You can’t direct custom moves.
Safety & compliance
- Only upload photos you own or have permission to use.
- Get consent before using someone’s likeness in a generated video.
- Don’t generate disallowed content, including sexual content, graphic violence, or harassment.
- Treat output file links as public. Don’t share sensitive or private content links.
API quick start
Run storm dance with a single API call.
POST https://api.wiro.ai/v1/Run/wiro/storm-dance
{
"inputImage": "https://your-cdn.com/input.png",
"effectType": "storm-dance-crowd-black",
"resolution": "720p"
}curl
curl -X POST "https://api.wiro.ai/v1/Run/wiro/storm-dance" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_WIRO_API_KEY" \
--data-binary @- <<'JSON'
{
"inputImage": "https://your-cdn.com/input.png",
"effectType": "storm-dance-crowd-black",
"resolution": "720p"
}
JSON