Wan2.2 TI2V 5B image-to-video extension for Modly
Modly model extension for image-to-video generation with Wan2.2 TI2V 5B.
This repository contains the Modly wrapper, setup script, manifest, and a vendored Wan runtime snapshot. Model weights are not bundled and are downloaded from Modly's Models UI after setup.
Modly contract Extension type: model Bucket: model-managed-setup Setup entrypoint: setup.py Generator entrypoint: generator.py / Wan22TI2VGenerator Model weights: Wan-AI/Wan2.2-TI2V-5B Runtime policy: setup.py prepares the Python environment only; it never clones Wan and never downloads model weights. Output: workflow-compatible video artifact (.mp4).
The manifest declares a reusable workflow utility node: Capability: modly.workflow.preview.video Component: video-preview Singleton: true
Modly uses this declaration to show one Preview Video node when this extension is installed. Future image-to-video or video-to-video extensions can declare the same capability and Modly will avoid duplicate player nodes.
Read the full README on GitHub →