From c648ea2e3aa08d901a7b30c178004f75aaff5457 Mon Sep 17 00:00:00 2001 From: Marco van Dijk Date: Thu, 11 Apr 2024 22:33:55 +0200 Subject: [PATCH] Remove text-to-vid model --- runner/dl_checkpoints.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/runner/dl_checkpoints.sh b/runner/dl_checkpoints.sh index c922522c..2852d1b8 100755 --- a/runner/dl_checkpoints.sh +++ b/runner/dl_checkpoints.sh @@ -81,9 +81,6 @@ else # Download image-to-video models. huggingface-cli download stabilityai/stable-video-diffusion-img2vid-xt --include "*.fp16.safetensors" "*.json" --cache-dir models - # Download text-to-video models. - huggingface-cli download ali-vilab/text-to-video-ms-1.7b --include "*.fp16.safetensors" "*.json" --cache-dir models - # Download image-to-video models (token-gated). printf "\nDownloading token-gated models...\n" check_hf_auth