通过R2V(参考生成视频)功能实现图片动图化的标准流程:
- Materialvorbereitung:选择高清晰度图片(JPG/PNG格式),建议分辨率≥1024×768
- Erstellen von Konfigurationsdateien:复制`configs/r2v_template.yaml`,修改关键参数:
- `input_path`:指定图片路径
- `prompt`:用英文描述期望动作(如”a boy running toward right with sunshine”)
- `frames`:设置生成帧数(默认30帧对应1秒视频)
- Generation der Ausführung:运行`python inference.py –cfg your_config.yaml`,输出视频默认保存至`output`文件夹
Tipps für Fortgeschrittene:
- 可通过`motion_amplitude`参数控制动作幅度(值范围0.1-2.0)
- 添加`negative_prompt`描述可避免不想要的元素(如”blurry, distortion”)
- 4K视频生成需调整`resolution`参数并确保显存≥24GB
典型耗时:1080p视频在RTX 4090显卡上约需3-5分钟。
Diese Antwort stammt aus dem ArtikelVACE: Open-Source-Modell für die Erstellung und Bearbeitung von Videos (nicht offen)Die