Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download pretrained weights: git clone 时总是提示连接超时,无法下载 #204

Open
xxx-Liar opened this issue Dec 12, 2024 · 1 comment

Comments

@xxx-Liar
Copy link

执行这一步:git clone https://huggingface.co/BadToBest/EchoMimic pretrained_weights
总是提示连接超时,是远程仓库的问题吗?
6F194319-4788-4f34-83B0-48CA361A6A30

@SKY-CELLINIUM
Copy link

you have to download the model weigths like
wget progress=bar:force https://huggingface.co/BadToBest/EchoMimic/resolve/main/denoising_unet.pth?download=true
wget progress=bar:force https://huggingface.co/BadToBest/EchoMimic/resolve/main/denoising_unet_acc.pth?download=true
wget progress=bar:force https://huggingface.co/BadToBest/EchoMimic/resolve/main/denoising_unet_pose.pth?download=true
.
.
.
.
.
.
.
.

one by one or you can download it in one go (but i dont have tested it )
wget progress=bar:force https://huggingface.co/BadToBest/EchoMimic/tree/main

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants