Views
No views yet
1git clone https://github.com/Cynthiazxy123/SAMA
2cd SAMA
3
4conda create -n sama python=3.10 -y
5conda activate sama
6
7pip install --upgrade pip
8pip install -r requirements.txtWan2.1-T2V-14B model directory and the SAMA checkpoint. Edit the variables in the provided script (e.g., MODEL_ROOT, STATE_DICT, SRC_VIDEO, PROMPT) and run:bash infer_sh/run_sama.sh1@misc{zhang2026samafactorizedsemanticanchoring,
2 title={SAMA: Factorized Semantic Anchoring and Motion Alignment for Instruction-Guided Video Editing},
3 author={Xinyao Zhang and Wenkai Dong and Yuxin Song and Bo Fang and Qi Zhang and Jing Wang and Fan Chen and Hui Zhang and Haocheng Feng and Yu Lu and Hang Zhou and Chun Yuan and Jingdong Wang},
4 year={2026},
5 eprint={2603.19228},
6 archivePrefix={arXiv},
7 primaryClass={cs.CV},
8 url={https://arxiv.org/abs/2603.19228},
9}