Skip to content

Commit

Permalink
Don't download MagicAnimate with PS
Browse files Browse the repository at this point in the history
  • Loading branch information
andygock committed Dec 5, 2023
1 parent 0d4395e commit fe6e2fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions download_pretrained_models.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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) ..."
Expand Down

0 comments on commit fe6e2fc

Please sign in to comment.