Views
No views yet
| File | Description |
|---|---|
dit_step20000.ckpt | MemCam DiT checkpoint (trained 20k steps) |
1git clone https://github.com/newhorizon2005/MemCam.git
2cd MemCam
3
4# Download this model
5huggingface-cli download newhorizon2005/MemCam dit_step20000.ckpt --local-dir models/MemCam
6
7# Run inference
8python inference_memcam.py1@inproceedings{gao2026memcam,
2 title = {MemCam: Memory-Augmented Camera Control for Consistent Video Generation},
3 author = {Gao, Xinhang and Guan, Junlin and Luo, Shuhan and Li, Wenzhuo and Tan, Guanghuan and Wang, Jiacheng},
4 booktitle = {International Joint Conference on Neural Networks (IJCNN)},
5 year = {2026}
6}