-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhunyuan-model-download.sh
19 lines (14 loc) · 1.19 KB
/
hunyuan-model-download.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Print completion message
echo "Downloading and Git Cloning approx 40 GB. Please wait."
# Download HunyuanVideo models into the hunyuan folder
wget -P workspace/ComfyUI/models/diffusion_models https://huggingface.co/Kijai/HunyuanVideo_comfy/resolve/main/hunyuan_video_720_cfgdistill_fp8_e4m3fn.safetensors
wget -P workspace/ComfyUI/models/vae https://huggingface.co/Kijai/HunyuanVideo_comfy/resolve/main/hunyuan_video_vae_bf16.safetensors
# Clone CLIP model into the clip folder
git clone https://huggingface.co/openai/clip-vit-large-patch14 workspace/ComfyUI/models/clip
# Clone LLaVA-LLama model into the llm folder
mkdir -p workspace/ComfyUI/models/LLM
git clone https://huggingface.co/Kijai/llava-llama-3-8b-text-encoder-tokenizer workspace/ComfyUI/models/LLM
# Print completion message in rainbow colors
echo -e "\e[31mH\e[33mu\e[32mn\e[36my\e[34mu\e[35ma\e[31mn \e[33mm\e[32mo\e[36md\e[34me\e[35ml\e[31ms \e[33md\e[32mo\e[36mw\e[34mn\e[35ml\e[31mo\e[33ma\e[32md\e[36me\e[34md \e[35m!\e[31m!\e[33m!"
#pip3 install sageattention -i https://pypi.tuna.tsinghua.edu.cn/simple --no-cache-dir
#pip3 install torch==2.5.0 torchvision==0.20.0 torchaudio==2.5.0 -i https://pypi.tuna.tsinghua.edu.cn/simple --no-cache-dir