When I send a file to download, it downloads other junk files that are in the same folder. I don't know how to avoid that.
I just want to download "bbcRide_wan22_T2V_low_e20.safetensors" but it downloads other things in parallel that I don't want, I've tried using everything and looking for solutions with gemini, claude, gpt, but they always end up downloading junk files
https://huggingface.co/Serenak/chilloutmix/resolve/main/bbcRide_wan22_T2V_low_e20.safetensors
what I execute in the CMD is:
/workspace/HuggingFaceModelDownloader/hfdownloader_bin download Serenak/chilloutmix -F "bbcRide_wan22_T2V_low_e20.safetensors" -o /workspace/ComfyUI/models && f="$(find /workspace/ComfyUI/models -type f -name 'bbcRide_wan22_T2V_low_e20.safetensors' | head -n1)" && [ -n "$f" ] && mv "$f" /workspace/ComfyUI/models/loras/ && rm -rf /workspace/ComfyUI/models/Serenak
Repo: Serenak/chilloutmix Rev: main Dataset: false Out: /workspace/ComfyUI/models Conns: 8 MaxActive: 3 Verify: size Retries: 4 Threshold: 32MiB █████████████████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 32% 2.0 GiB/6.3 GiB 0 B/s ETA —
Status File Progress Speed ETA
▶ downloading 5chillout5dalcefo3orange.ckpt █████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 887.8 MiB/4.0 GiB 0 B/s —
▶ downloading 7Basil3orange.ckpt ██████████████████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 871.7 MiB/2.0 GiB 0 B/s —
▶ downloading bbcRide_wan22_T2V_low_e20.safetensors ██████████████████████████████████████████████████████████████ 292.6 MiB/292.6 M 0 B/s —
✓ done README.md ██████████████████████████████████████████████████████████████ 25 B/25 B 100% 0 B/s —
✓ done EasyNegative.pt ██████████████████████████████████████████████████████████████ 24.7 KiB/24.7 KiB 0 B/s —