xuhongming251 / ComfyUI-MuseTalkUtils

MuseTalk ComfyUI Preprocess and Postprocess Nodes
18 stars 2 forks source link

MuseTalk ComfyUI Preprocess and Postprocess Nodes

Preprocess Node

  1. rotated image、crop face images

Postprocess Node

  1. uncrop faces and rotated images

MuseTalk Work Flow

  1. open musetalk flow and upload video(or image)

  2. set audio path(wav or mp3 ...)

  3. run the flow

  4. video tutorial: https://www.bilibili.com/video/BV1ni421X7ok/?share_source=copy_web&vd_source=43ee8c0ef3a0b12097f69db4423c1332

  5. GPU < 5G can run

image

MuseTalk Train Work Flow

  1. open train flow and upload video
  2. run the train flow
  3. epoch_0.pthepoch_1.pthepoch_2.pth... will gen into models\musetalk\musetalk folder
  4. watch loss value in the cmd terminal, manual stop terminal when the training loss has decreased to 0.005 or lower
  5. select musetalk model by epoch_x.pth in the musetalk flow.
  6. run the musetalk flow for test.
  7. the train flow just a demo for test.
  8. GPU 16G can Run.

image image

Original repo: https://github.com/TMElyralab/MuseTalk