Skip to content

Instantly share code, notes, and snippets.

@qoli
Created September 4, 2025 02:04
Show Gist options
  • Save qoli/d5f90981adcccae4e558ab7ab9cf05d7 to your computer and use it in GitHub Desktop.
Save qoli/d5f90981adcccae4e558ab7ab9cf05d7 to your computer and use it in GitHub Desktop.
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