├── .gitattributes ├── assets ├── demo.png └── demo.mp4 └── README.md /.gitattributes: -------------------------------------------------------------------------------- 1 | *.mp4 filter=lfs diff=lfs merge=lfs -text 2 | -------------------------------------------------------------------------------- /assets/demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EchoPluto/MagicID/HEAD/assets/demo.png -------------------------------------------------------------------------------- /assets/demo.mp4: -------------------------------------------------------------------------------- 1 | version https://git-lfs.github.com/spec/v1 2 | oid sha256:3e3acb3869c4b573f761e4ff22a369b37b4fc1870094c6341c4525f9c5cfe201 3 | size 82081947 4 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # MagicID: Hybrid Preference Optimization for ID-Consistent and Dynamic-Preserved Video Customization 2 | 3 |
4 |
10 | 11 | 12 | ## 😍 Demo 13 | 14 | 17 | you can click here to watch the videos. 18 | 19 | ## Code 20 | Code will be coming soon. --------------------------------------------------------------------------------