Although I have downloaded the model files and placed them in the correct folder, it still shows a model loading error and keeps trying to download.
I have downloaded three models from your files and placed them in compyui/LLM/GGUF, but an error message appears when I run it: Error loading model: Model initialization failed: An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on.
The script in compyui shows the following prompt:
got prompt
JoyCaption GGUF: Processing image with JoyCaption Beta One (IQ4_XS) (GPU mode)
F:\ai\ComfyUI-aki-v1.4\python\lib\site-packages\huggingface_hub\file_download.py:979: UserWarning: local_dir_use_symlinks parameter is deprecated and will be ignored. The process to download files to a local folder has been updated and do not rely on symlinks anymore. You only need to pass a destination folder aslocal_dir.
For more details, check out https://huggingface.co/docs/huggingface_hub/main/en/guides/download#download-files-to-local-folder.
warnings.warn(
'(MaxRetryError("HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /mradermacher/llama-joycaption-beta-one-hf-llava-GGUF/resolve/main/llama-joycaption-beta-one-hf-llava.IQ4_XS.gguf (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x0000013204CAA230>, 'Connection to huggingface.co timed out. (connect timeout=10)'))"), '(Request ID: 5ca50076-a364-4145-8a86-7d848a010fd4)')' thrown while requesting HEAD https://huggingface.co/mradermacher/llama-joycaption-beta-one-hf-llava-GGUF/resolve/main/llama-joycaption-beta-one-hf-llava.IQ4_XS.gguf
'(MaxRetryError("HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /mradermacher/llama-joycaption-beta-one-hf-llava-GGUF/resolve/main/llama-joycaption-beta-one-hf-llava.IQ4_XS.gguf (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x0000013204CAA230>, 'Connection to huggingface.co timed out. (connect timeout=10)'))"), '(Request ID: 5ca50076-a364-4145-8a86-7d848a010fd4)')' thrown while requesting HEAD https://huggingface.co/mradermacher/llama-joycaption-beta-one-hf-llava-GGUF/resolve/main/llama-joycaption-beta-one-hf-llava.IQ4_XS.gguf
Retrying in 1s [Retry 1/5].
Retrying in 1s [Retry 1/5].
How can I resolve this? I look forward to your reply. Thank you!