kijai / ComfyUI-KwaiKolorsWrapper

Diffusers wrapper to run Kwai-Kolors model
Apache License 2.0
518 stars 26 forks source link

newest updated error #1

Closed BNP1111 closed 1 month ago

BNP1111 commented 1 month ago

Error occurred when executing DownloadAndLoadKolorsModel:

snapshot_download() got an unexpected keyword argument 'ignore_patthers'

File "F:\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu-4\ComfyUI_windows_portable\ComfyUI\execution.py", line 151, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "F:\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu-4\ComfyUI_windows_portable\ComfyUI\execution.py", line 81, in get_output_data return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "F:\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu-4\ComfyUI_windows_portable\ComfyUI\execution.py", line 74, in map_node_over_list results.append(getattr(obj, func)(*slice_dict(input_data_all, i))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "F:\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu-4\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KwaiKolorsWrapper\nodes.py", line 62, in loadmodel snapshot_download(repo_id=model, File "F:\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu-4\ComfyUI_windows_portable\python_embeded\Lib\site-packages\huggingface_hub\utils_validators.py", line 114, in _inner_fn return fn(args, **kwargs) ^^^^^^^^^^^^^^^^^^^

kijai commented 1 month ago

oops, silly typo there... should be fixed

rinaldop commented 1 month ago

Same error for me.

rinaldop commented 1 month ago

Ok. I change 'ignore_patthers' to 'ignore_patterns' in the nodes.py file.