Views
No views yet


[2026/08/07] 🔥🔥🔥UCM is released now, have fun!git clone --recursive https://github.com/HumanAIGC/UCM.gitpip install -r requirements.txt| Model | Download Links |
|---|---|
| UCM | 🤗 HuggingFace 🤖 ModelScope |
1pip install "huggingface_hub[cli]"
2huggingface-cli download HumanAIGC-Team/UCM --local-dir ./workspace/pretrained/1pip install modelscope
2modelscope download --model DAMOXR/UCM --local_dir ./workspace/pretrained/1python main.py \
2 --img_path examples/images/frame_0000.png \
3 --traj_path examples/cameras/cameras_0000.json \
4 --prompt "The video captures a serene and picturesque scene of a traditional Dutch village on a bright, sunny day. The sky is a vibrant blue with scattered white clouds, creating a perfect backdrop for the charming architecture and lush greenery. The camera pans slowly across the village, revealing a row of quaint houses with red-tiled roofs and brick facades, typical of Dutch design. Some houses have green-painted wooden shutters and doors, adding a touch of color to the scene. A narrow cobblestone street runs through the village, lined with parked cars on both sides, indicating a peaceful residential area."python main.py --metafile examples/examples.csv--img_path: Path to your reference image.--traj_path: Path to your specific camera trajectory file (.json).--prompt: Text prompt.--save_folder: Path to your folder for saving generated videos.--camera_scale_factor: Scales the camera center within the trajectory to match the scale of the 3D scene representation.--num_denoising_steps: The number of denoising iterations. 20 reaches a balance for the Gradio demo. 50 is used in our paper.--guidance_scale: Classifier-Free Guidance scale. The default value 5.0 is recommended.--seed: Seed for initializing the random number generator, controlling the randomness of Gaussian noise sampling.--duration: Only the first Duration frames of the camera trajectory will be processed. -1 represents the whole trajectory.gradio app.py1@article{xu2026ucm,
2 title={UCM: Unified Modeling of Camera Control and Memory with Time-aware Positional Encoding Warping for World Models},
3 author={Xu, Tianxing and Wang, Zixuan and Wang, Guangyuan and Hu, Li and Zhang, Zhongyi and Zhang, Peng and Zhang, Bang and Zhang, Songhai},
4 journal={arXiv preprint arXiv:2602.22960},
5 year={2026}
6}