Fannovel16 / ComfyUI-MotionDiff

Implementation of MDM, MotionDiffuse and ReMoDiffuse into ComfyUI
MIT License
174 stars 14 forks source link

Add more camera controls, progress bars, seed to the sampler and shape parameters #16

Closed kijai closed 6 months ago

kijai commented 6 months ago

I could not find proper info on what the shape parameters should be called, currently they are just my guesses.

Fannovel16 commented 6 months ago

The names fit well I think. Can you put betas_batch into SMPL instance (e.g. smpl[2]["shape_params"])? That makes a bit more sense ig.

kijai commented 6 months ago

The names fit well I think. Can you put betas_batch into SMPL instance (e.g. smpl[2]["shape_params"])? That makes a bit more sense ig. You mean like this? image

kijai commented 6 months ago

Exposed the render frame size as well: image

kijai commented 6 months ago

Learned some pyrender and optimized the SMPL mesh rendering loop a lot, at 512p it now only takes 3 seconds to render 100 frames.

Fannovel16 commented 6 months ago

The names fit well I think. Can you put betas_batch into SMPL instance (e.g. smpl[2]["shape_params"])? That makes a bit more sense ig. You mean like this? image

Yeah