nullquant / ComfyUI-BrushNet

ComfyUI BrushNet nodes
Apache License 2.0
384 stars 14 forks source link

TypeError: Failed to fetch #112

Open SEEEYOU121 opened 3 weeks ago

SEEEYOU121 commented 3 weeks ago

一旦运行到这个模块就出现这个错误TypeError: Failed to fetch QQ图片20240610195355

nullquant commented 3 weeks ago

Could you please post full ComfyUI log?

yami-Jeremy commented 2 weeks ago

I had the same problem, here is my workflow powerpaint_workflow.json

nullquant commented 2 weeks ago

Again, could you please post full ComfyUI log?

yami-Jeremy commented 2 weeks ago

Again, could you please post full ComfyUI log?

Here it is: Error occurred when executing BrushNetLoader:

Unknown BrushNet model

File "/home/ComfyUI/execution.py", line 151, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) File "/home/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 "/home/ComfyUI/execution.py", line 74, in map_node_over_list results.append(getattr(obj, func)(**slice_dict(input_data_all, i))) File "/home/ComfyUI/custom_nodes/ComfyUI-BrushNet/brushnet_nodes.py", line 71, in brushnet_loading raise Exception("Unknown BrushNet model")

yami-Jeremy commented 2 weeks ago

This is the location of the model file

image

This is a screenshot of my ComfyUI interface image

I added some logs to the source code, and the output is shown in the figure image

nullquant commented 2 weeks ago

So, it is not a valid BrushNet model.

Here is how it should be (look at the sizes): Screenshot from 2024-06-15 19-07-22