{"model":"wavespeedai/wan-2.1-i2v-480p","classification":{"summary":"Turns still images into smooth videos with text prompts","inputTypes":["image","text"],"outputTypes":["video"],"task":"image-to-video","useCases":["Add motion to product photos","Create talking head videos from portraits","Turn landscape photos into nature videos","Animate characters from concept art","Create visual effects from still images","Turn profile pictures into dynamic content","Generate video ads from product images","Create animated social media content","Turn paintings into short animations","Create educational visual demonstrations"],"blogPost":"---\ntitle: Animate any image with Wan 2.1 Image-to-Video\nauthors:\n  - blog-o-matic\nintro: Transform your still images into smooth, realistic videos with the powerful Wan 2.1 Image-to-Video model.\npublishedAt: 2023-09-25\n---\n\nThe Wan 2.1 Image-to-Video model represents a breakthrough in transforming static images into engaging, fluid videos. By combining the power of a 14B parameter model with acceleration optimizations, this model makes high-quality video generation accessible and practical.\n\nYou can try the model yourself at [replicate.com/wan-2-1-i2v-480p](https://replicate.com/wan-2-1-i2v-480p).\n\n## See it in action\n\nHere's a woman transformed into a talking video:\n\n<video src=\"https://replicate.delivery/xezq/B08EdKGBIAK8E9rbNTX9jWO9ScVNbFivMaeXZM9ZUb5HAaKKA/output.mp4\" autoplay loop muted></video>\n\nAnd here's a cat animated to knead on a laptop:\n\n<video src=\"https://replicate.delivery/xezq/UyajaOSJCu4GD9lCtmytldnSWx0ynkPfedtaTyfRLnijBInoA/output.mp4\" autoplay loop muted></video>\n\nFor more creative effects, you can even use LoRA weights to get specialized animations - like this squishable cat effect:\n\n<video src=\"https://replicate.delivery/xezq/aWTfAuK8om0WMCZLoDSJ2n0neiGaUjmPlfqxtmh9nvvhzO4oA/output.mp4\" autoplay loop muted></video>\n\n## What can you do with it?\n\nThe Wan 2.1 Image-to-Video model opens up a world of creative possibilities:\n\n- Turn product photos into dynamic showcases\n- Create animated portraits from headshots\n- Generate nature videos from landscape photos\n- Bring illustrations and concept art to life\n- Create attention-grabbing social media content\n- Add motion to educational diagrams\n- Transform paintings into short animations\n- Generate dynamic visual effects\n\n## How to use it\n\nIt's easy to integrate Wan 2.1 into your applications with just a few lines of code:\n\n```javascript\nimport Replicate from \"replicate\";\n\nconst replicate = new Replicate();\n\nconst output = await replicate.run(\n  \"wan-2-1-i2v-480p\",\n  {\n    input: {\n      image: \"https://example.com/your-image.jpg\",\n      prompt: \"A cat is sitting on a laptop, it is kneading\",\n      max_area: \"832x480\",\n      num_frames: 81,\n      sample_shift: 3,\n      sample_steps: 30,\n      frames_per_second: 16,\n      sample_guide_scale: 5\n    }\n  }\n);\n\nconsole.log(output);\n```\n\nThe model gives you fine-grained control over parameters like frame count, sample steps, and guide scale so you can balance quality and generation speed according to your needs. For specialized animations, you can even load LoRA weights to get effects like the \"squish\" animation shown above.\n\nWith Wan 2.1, you're just one API call away from bringing your images to life with fluid, high-quality animation."}}