chflame163 / ComfyUI_LayerStyle

A set of nodes for ComfyUI that can composite layer and mask to achieve Photoshop like functionality.
MIT License
1.24k stars 68 forks source link

Error occurred when executing LayerUtility: QWenImage2Prompt: #138

Closed EvanZouQ closed 3 months ago

EvanZouQ commented 3 months ago

Error occurred when executing LayerUtility: QWenImage2Prompt:

An error happened while trying to locate the files on the Hub and we cannot find the appropriate snapshot folder for the specified revision on the local disk. Please check your internet connection and try again.

File "D:\DeepLearning\Use\ComfyUI_windows_portable\ComfyUI\execution.py", line 148, in recursive_execute obj = class_def() ^^^^^^^^^^^ File "D:\DeepLearning\Use\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_LayerStyle\py\Qwen_image2prompt.py", line 83, in init self.chat_model = UformGen2QwenChat() ^^^^^^^^^^^^^^^^^^^ File "D:\DeepLearning\Use\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_LayerStyle\py\Qwen_image2prompt.py", line 25, in init self.model_path = snapshot_download("unum-cloud/uform-gen2-qwen-500m", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\DeepLearning\Use\ComfyUI_windows_portable\python_embeded\Lib\site-packages\huggingface_hub\utils_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^ File "D:\DeepLearning\Use\ComfyUI_windows_portable\python_embeded\Lib\site-packages\huggingface_hub_snapshot_download.py", line 236, in snapshot_download raise LocalEntryNotFoundError(

Can anyone help me? Mnay thanks.

chflame163 commented 3 months ago

Check the network environment to ensure that the model files can be downloaded correctly.