MuseTalk ComfyUI Preprocess and Postprocess Nodes
Preprocess Node
- rotated image、crop face images
Postprocess Node
- uncrop faces and rotated images
MuseTalk Work Flow
-
open musetalk flow and upload video(or image)
-
set audio path(wav or mp3 ...)
-
run the flow
-
video tutorial: https://www.bilibili.com/video/BV1ni421X7ok/?share_source=copy_web&vd_source=43ee8c0ef3a0b12097f69db4423c1332
-
GPU < 5G can run
MuseTalk Train Work Flow
- open train flow and upload video
- run the train flow
epoch_0.pth
、epoch_1.pth
、epoch_2.pth
... will gen into models\musetalk\musetalk
folder
- watch loss value in the cmd terminal, manual stop terminal when the training loss has decreased to 0.005 or lower
- select musetalk model by
epoch_x.pth
in the musetalk flow.
- run the musetalk flow for test.
- the train flow just a demo for test.
- GPU 16G can Run.
Original repo:
https://github.com/TMElyralab/MuseTalk