Wan 2.6 R2V Reference Image Video Generation
Paste the following prompt into your AI chat to install this skill:
Please install @user_f95f21b8/dlazy-wan2-6-r2v using https://skillhub.cn/install/skillhub.md.
About this skill
Problem
When engineers need to turn a single reference image into a continuous video, calling the underlying video model directly often spreads the work across API authentication, file upload, async polling, and error recovery. wan2.6 r2v collapses those steps into one Wan 2.6 R2V call: provide a reference image, prompt, and parameters, then receive a downloadable video URL. It fits workflows such as design review, asset preview, or front-end content demos.
How It Works
- Core capability: generate continuous videos from reference images, triggered by intents like
wan 2.6,reference image to video, andgenerate video. - Authentication: requests require a
dLazyAPI key; the key can be saved by the CLI in the user config directory or supplied per invocation viaDLAZY_API_KEY. - Execution path: the skill is a thin client over the hosted dLazy API.
promptand parameters are sent toapi.dlazy.comfor inference, local image/video/audio files are uploaded tofiles.dlazy.comfor the model to read, and returned video URLs are hosted on that domain. - Async tasks: with
--no-wait, the response may return onlytask.generateIdandstatus; poll the task until generation completes. - Error handling: common issues include unauthorized access, missing
--prompt, local file not found, insufficient balance, server errors, and async task failures caused by safety policy.
Boundaries and Caveats
This skill does not replace local video rendering or manage long-term video storage; output URL lifetime depends on the dLazy service policy. If the response contains insufficient_balance, explicitly tell the user that credits are insufficient and guide them to the dLazy dashboard. If it returns unauthorized, configure the API key before resuming. Local file paths must be readable, and files enter the cloud generation pipeline, so verify data boundaries for sensitive assets.
Use Cases
- Design teams turn a character or product reference image into short continuous videos for review.
- Frontend engineers use a UI screenshot as a reference to generate motion-preview clips for spec discussion.
- Video assistants generate continuous clips from a single local image before editing and compositing.
- Ops teams convert poster or product images into short video assets for social media testing.
Best For
- Visual engineers doing design previews who want to turn a single reference image into reviewable continuous video.
- Backend engineers integrating video-generation APIs who need unified dLazy auth, file upload, and async polling.
- Operators preparing social media assets who need to turn posters or product images into short videos.
- Product engineers building demos who need motion previews from UI screenshots.
Related Skills
Generate an interactive HTML product detail page from images and copy, with multi-product carousel, inline text editing, design controls, and PDF/JPG/PSD export support.
Enter a material name to get preview and download links for free, commercially usable video assets, with paid platform options, pricing, and search suggestions when results are limited.
A local CLI for Dreamina image and video generation, including credit checks, async submission, result queries, and task history review.
An AI-guided workflow for Chinese video dubbing and subtitles that configures iFlytek or edge-tts, splits audio, generates SRT, and composes the final video.