From fe6e2fc078890b671231ba2172ab826360e20f1b Mon Sep 17 00:00:00 2001 From: Andy Gock Date: Wed, 6 Dec 2023 05:15:35 +1100 Subject: [PATCH] Don't download MagicAnimate with PS --- download_pretrained_models.ps1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/download_pretrained_models.ps1 b/download_pretrained_models.ps1 index a4441c7f..8a346f9d 100644 --- a/download_pretrained_models.ps1 +++ b/download_pretrained_models.ps1 @@ -93,10 +93,10 @@ if (!(Test-Path -Path "pretrained_models")) { Set-Location .\pretrained_models -if (!(Test-Path -Path "MagicAnimate")) { - Write-Output "Downloading ~18GB of MagicAnimate models..." - git clone https://huggingface.co/zcxu-eric/MagicAnimate -} +# if (!(Test-Path -Path "MagicAnimate")) { +# Write-Output "Downloading ~18GB of MagicAnimate models..." +# git clone https://huggingface.co/zcxu-eric/MagicAnimate +# } foreach ($file in $filesToDownload) { Write-Output "Downloading $($file.url) ..."