WAN 2.6 Uncensored Video Generator
Generate 5–15s 720p/1080p clips from a prompt, with optional first-frame image and audio. WAN 2.6 uncensored is tuned for bold motion and contrast.
## Overview WAN 2.6 uncensored generates short videos from a written scene description, with optional first-frame control. You can animate a still image into a moving shot, or create a clip from text using a chosen aspect ratio. The uncensored variant is tuned for punchier motion and higher-contrast results than standard tiers. It outputs a ready-to-share MP4 clip, which helps teams turn static assets into video fast. ## What you can build - Animate product photos into short ads for Reels, Shorts, and TikTok - Turn illustrations into looping cinematic shots for music visuals - Generate multi-shot story beats from one prompt for rapid storyboarding - Create B-roll style clips from text when you don’t have footage - Add a custom audio bed to guide pacing for teasers and promos - Produce multiple variations by changing the seed for A/B testing ## Inputs - A scene description in plain text. Keep it under 2,000 characters. - An optional “do not include” text list. Keep it under 500 characters. - A clip length selection of 5, 10, or 15 seconds. - An output quality tier of 720p or 1080p. - An aspect ratio selection when generating from text only. Choose from 16:9, 9:16, 1:1, 4:3, or 3:4. - An optional starting image to lock the first frame. Use JPEG/JPG/PNG/BMP/WEBP, 360–2000 px, up to 10 MB. - An optional audio track to guide the clip. Use WAV or MP3, 3–30 seconds, up to 15 MB. - A toggle to generate audio automatically when you don’t upload audio. - A shot style choice for one continuous shot or a multi-shot sequence. - A toggle that expands and rewrites your description for more detail. - An optional numeric seed to reproduce results. Use an integer from 0 to 2,147,483,647. ## Outputs - One MP4 video clip at the selected duration. - Frame size matches the chosen resolution and aspect ratio. - If you provided a starting image, the video keeps that image’s aspect ratio. - Audio is included when enabled or when you provide an audio track. - The result may include the final seed and an expanded version of your prompt. ## Recommended settings - For image animation, upload a sharp, well-lit image with a clear subject. - For text-only generation, pick the aspect ratio first, then write camera and motion details. - For multi-shot clips, enable prompt expansion, then choose multi-shot. - For a single continuous take, disable multi-shot and keep prompt expansion on. - To match a soundtrack, upload audio and describe timing and beats in the prompt. - For repeatable outputs, set a fixed seed and keep the prompt unchanged. ## Limitations - Output length is capped at 15 seconds per generation. - 1080p is supported, but fine details can still shimmer across frames. - Multi-shot results depend on prompt expansion being enabled. - If you upload a starting image, aspect ratio controls won’t apply. - If your audio is longer than the video, the model uses only the first seconds. - If your audio is shorter than the video, the remaining segment can be silent. - Low-quality inputs can degrade results, including noisy images and heavy JPEG artifacts. - Scanned images, screenshots with text overlays, and busy collages can cause motion glitches. ## Safety & compliance - Follow Wiro’s content rules and your local laws for generated media. - Only upload images, voices, and audio you have rights to use. - Don’t create deceptive deepfakes or impersonations of real people. - Some deployments run a safety checker, and disabling it may be restricted.
Example prompts
Great starting points for wan 2.6 uncensored.
API quick start
Run wan 2.6 uncensored with a single API call.
{
"prompt": "The woman walks a few slow steps along th…",
"duration": 5,
"resolution": "720P",
"negativePrompt": "..."
}curl -X POST "https://api.wiro.ai/v1/Run/wiro-partners/wan-2-6-uncensored" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_WIRO_API_KEY" \
--data-binary @- <<'JSON'
{
"prompt": "The woman walks a few slow steps along th…",
"duration": 5,
"resolution": "720P",
"negativePrompt": "..."
}
JSON