1、先clone这个repo
git clone https://github.com/williamyang1991/Rerender_A_Video.git
2、多半要修改.gitmodules文件
把url都从git@github.com:username/ControlNet.git
改成https://github.com/username/ControlNet.git
3、重新sync配置文件的url
git submodule sync
4、下载submodules
git submodule update --init --recursive