通过R2V(参考生成视频)功能实现图片动图化的标准流程:
- material preparation:选择高清晰度图片(JPG/PNG格式),建议分辨率≥1024×768
- Creating Configuration Files:复制`configs/r2v_template.yaml`,修改关键参数:
- `input_path`:指定图片路径
- `prompt`:用英文描述期望动作(如”a boy running toward right with sunshine”)
- `frames`:设置生成帧数(默认30帧对应1秒视频)
- Execution generation:运行`python inference.py –cfg your_config.yaml`,输出视频默认保存至`output`文件夹
Advanced Tips:
- 可通过`motion_amplitude`参数控制动作幅度(值范围0.1-2.0)
- 添加`negative_prompt`描述可避免不想要的元素(如”blurry, distortion”)
- 4K视频生成需调整`resolution`参数并确保显存≥24GB
典型耗时:1080p视频在RTX 4090显卡上约需3-5分钟。
This answer comes from the articleVACE: Open source model for video authoring and editing (not open)The