kijai / ComfyUI-BrushNet-Wrapper

ComfyUI nodes to use BrushNet with Diffusers
Apache License 2.0
111 stars 6 forks source link

something wrong with BrushNet Loader node.Please help~ #26

Open kelvinyoung opened 2 months ago

kelvinyoung commented 2 months ago

Error occurred when executing brushnet_model_loader:

With local_files_only set to False, you must first locally save the configuration in the following path: 'openai/clip-vit-large-patch14'.

File "/mnt/drive0/AIGC/ComfyUI/execution.py", line 151, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/mnt/drive0/AIGC/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 "/mnt/drive0/AIGC/ComfyUI/execution.py", line 74, in map_node_over_list results.append(getattr(obj, func)(**slice_dict(input_data_all, i))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/mnt/drive0/AIGC/ComfyUI/custom_nodes/ComfyUI-BrushNet-Wrapper/nodes.py", line 175, in loadmodel text_encoder = create_text_encoder_from_ldm_clip_checkpoint("openai/clip-vit-large-patch14",sd) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/mnt/drive0/AIGC/ComfyUI_ENV/lib/python3.11/site-packages/diffusers/loaders/single_file_utils.py", line 1138, in create_text_encoder_from_ldm_clip_checkpoint raise ValueError(