lip sync #328
-
Apologies if this is off topic. With rhasppy/piper, we can already do tts -> rten -> in browser. Are you aware of any Rust package that does lip sync? I.e. input: image, text Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I don't know of a Rust package that can handle the whole process of creating a lip-synced image or video, but you might be able to export a model like Wav2Lip or LipGAN to ONNX (or find an existing ONNX version). You can then convert and run that using rten or one of the other Rust packages that can import ONNX models (ort, Candle, Burn etc.) |
Beta Was this translation helpful? Give feedback.
I don't know of a Rust package that can handle the whole process of creating a lip-synced image or video, but you might be able to export a model like Wav2Lip or LipGAN to ONNX (or find an existing ONNX version). You can then convert and run that using rten or one of the other Rust packages that can import ONNX models (ort, Candle, Burn etc.)