I2V 使用要点
输入图像要求
- 分辨率匹配:建议原始图像长宽比接近544:960
- 内容清晰度:主体轮廓明确,避免模糊或低对比度图像
- Format Support:标准PNG/JPG格式,无透明通道
命令参数调整
python3 video_generate.py
--task_type i2v
--image ./input/your_image.jpg
--prompt "FPS-24, Action description"
Special attention is required:–prompt应描述希望添加的动作,而非图像已有内容。
Effectiveness Optimization Tips
- 对于人像:在提示词中指定表情变化(如”slowly smiling”)
- 对于物体:明确运动轨迹(如”rotating 360 degrees”)
- 调试参数:
--embedded_guidance_scale
控制原图特征保留强度(默认1.0)
This answer comes from the articleSkyReels-V1: An Open Source Video Model for Generating High Quality Human Action VideoThe