MagicDance icon indicating copy to clipboard operation
MagicDance copied to clipboard

[ICML 2024] MagicPose(also known as MagicDance): Realistic Human Poses and Facial Expressions Retargeting with Identity-aware Diffusion

Results 34 MagicDance issues
Sort by recently updated
recently updated
newest added

/model_lib/ControlNet/annotator/openpose/model.py: Line 32 needs to be changed: From) 'Mconv7_stage5_L2', 'Mconv7_stage6_L1', 'Mconv7_stage6_L1'] To) 'Mconv7_stage5_L2', 'Mconv7_stage6_L1', 'Mconv7_stage6_L2'] ``` 24 class bodypose_model(nn.Module): 25 def __init__(self): 26 super(bodypose_model, self).__init__() 27 28 # these layers...

Line 242 ~ 246 in train_tiktok.py, ``` 242 if reinit_hint_block: 243 print("Ignoring hint block parameters from checkpoint!") 244 for k in list(**state_dict**.keys()): 245 if k.startswith("control_model.input_hint_block"): 246 **state_dict**.pop(k) ``` state_dict needs...

![Image](https://github.com/user-attachments/assets/6812dc87-413d-4f79-87ca-b3275cce31ee)

The link to the checkpoint is broken.