Anyone else with a '404 Client Error' when cloning this repo?

#11
by marialaflaka - opened

'404 Client Error'
Entry Not Found for url: https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/0be15c298ae74f76e9482edbd67494a0732c06a8/split_files/audio_encoders/wav2vec2_large_english.safetensors

I see that the file is not there, it is "wav2vec2_large_english_fp16.safetensors" instead of "wav2vec2_large_english.safetensors" without the "fp16", but it keeps trying to download that file...

I deleted the .cache folder, but it still tries to download the wrong file.
What should I do?
Thanks!

yes i do

I've not been getting errors - but it hangs after the first part of a multi part video is output.
Just firing a vast.ai instance to test.
However I don't clone the repo, I just download the files I need with a script or wget them.

Does this help?

cd /workspace/ComfyUI/models/audio_encoders
wget https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/audio_encoders/wav2vec2_large_english_fp16.safetensors

WAN 2.2

cd /workspace/ComfyUI/models/diffusion_models

Sound2Video

wget https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_s2v_14B_fp8_scaled.safetensors

Image2Video HiNoise

wget https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_i2v_high_noise_14B_fp8_scaled.safetensors

Image2Video LowNoise

wget https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_i2v_low_noise_14B_fp8_scaled.safetensors

Text2Video HiNoise

wget https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_t2v_high_noise_14B_fp8_scaled.safetensors

Text2Video LowNoise

wget https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_t2v_low_noise_14B_fp8_scaled.safetensors

cd /workspace/ComfyUI//models/text_encoders
wget https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/text_encoders/umt5_xxl_fp8_e4m3fn_scaled.safetensors
wget https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/text_encoders/umt5_xxl_fp8_e4m3fn_scaled.safetensors

cd /workspace/ComfyUI/models/loras

4-Step LORa v1 HiNoise

wget https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/loras/wan2.2_i2v_lightx2v_4steps_lora_v1_high_noise.safetensors

4-Step LORa v1.1 HiNoise

wget https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/loras/wan2.2_t2v_lightx2v_4steps_lora_v1.1_high_noise.safetensors

4-Step LORa v1 LowNoise

wget https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/loras/wan2.2_i2v_lightx2v_4steps_lora_v1_low_noise.safetensors

4-Step LORa v1.1 LowNoise

wget https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/loras/wan2.2_t2v_lightx2v_4steps_lora_v1.1_low_noise.safetensors

cd /workspace/ComfyUI/models/vae
https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/vae/wan_2.1_vae.safetensors

Sign up or log in to comment