PaddleMIX icon indicating copy to clipboard operation
PaddleMIX copied to clipboard

Incredibly Slow Downloads for pdparams

Open EladWarshawsky opened this issue 1 year ago • 2 comments

I am trying to run PPVCTRL, but I am pulling my hair out trying to get the weights in a timely manner. I installed hf_transfer and download speeds were still incredibly slow. wget and aria2c were much faster, but then when i wanted to find out where i could get the links for model files for "paddlemix/cogvideox-5b-vctrl", I was unable to loccate those files, which were supposed to be around 12 gb from 2 gb and 10 gb shards. If you could let me know where they are, that would be a great help. Thank you for your awesome work on paddlemix.

EladWarshawsky avatar Apr 01 '25 21:04 EladWarshawsky

Download PP-VCtrl-Canny Weights

#create vctrl-canny folder
mkdir -p weights/canny
# download v1 weights
wget -P weights/canny https://bj.bcebos.com/v1/dataset/PaddleMIX/vctrl/paddle_weights/vctrl_canny_5b_i2v_vctrl-tiny.pdparams
wget -P weights/canny https://bj.bcebos.com/v1/dataset/PaddleMIX/vctrl/paddle_weights/vctrl_canny_5b_t2v.pdparams

Download PP-VCtrl-Mask Weights

#create vctrl-mask folder
mkdir -p weights/mask
#download v1 weights
wget -P weights/mask https://bj.bcebos.com/v1/dataset/PaddleMIX/vctrl/paddle_weights/vctrl_5b_i2v_mask.pdparams
wget -P weights/mask https://bj.bcebos.com/v1/dataset/PaddleMIX/vctrl/paddle_weights/vctrl_5b_t2v_mask.pdparams

Download PP-VCtrl-Pose Weights

#create vctrl-poses folder
mkdir -p weights/poses
#download v1 weights
wget -P weights/poses https://bj.bcebos.com/v1/dataset/PaddleMIX/vctrl/paddle_weights/vctrl_pose_5b_i2v.pdparams

westfish avatar Apr 03 '25 08:04 westfish

Thank you! I will try it out :)

EladWarshawsky avatar Apr 04 '25 18:04 EladWarshawsky