Video GenerationActive
wiro / memo
memo
Memory-Guided Diffusion for Expressive Talking Video Generation. Produces a video by applying the audio file to the input image. (Image2Video)
Talking HeadImage To VideoLip Sync
Model ID
memo
Provider
wiro
Updated
1784810323
wiro playground—wiro/memo
Updated 1784810323
Memory-Guided Diffusion for Expressive Talking Video Generation. Produces a video by applying the audio file to the input image. (Image2Video - Talking head)
API quick start
Run memo with a single API call.
POST https://api.wiro.ai/v1/Run/wiro/memo
{
"inputImage": "https://your-cdn.com/input.png",
"inputAudio": "https://your-cdn.com/input.mp3",
"resolution": 512,
"fps": 30
}