Created
September 4, 2025 02:04
-
-
Save qoli/d5f90981adcccae4e558ab7ab9cf05d7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "設定鏡像" | |
export HF_ENDPOINT="https://hf-mirror.com" | |
echo "清理緩存" | |
rm ./.hfd/repo_metadata.json | |
rm ./.hfd/aria2c_urls.txt | |
echo "執行下載" | |
./hfd.sh QuantStack/Wan2.2-Fun-A14B-Control-Camera-GGUF \ | |
--include "HighNoise/Wan2.2-Fun-A14B-Control-Camera-HighNoise-Q8_0.gguf" \ | |
"LowNoise/Wan2.2-Fun-A14B-Control-Camera-LowNoise-Q8_0.gguf" \ | |
--local-dir . -x 8 -j 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment