You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, the running environment is the latest comfyui, and pytorch version: 2.4.1 + cu124 xformers version: 0.0.28 .post1. An error is always reported when running examples
!!! Exception during processing !!! 'conv_in.weight'
Traceback (most recent call last):
File "E:\ComfyUI-aki-v1.3\execution.py", line 317, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
File "E:\ComfyUI-aki-v1.3\execution.py", line 192, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
File "E:\ComfyUI-aki-v1.3\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "E:\ComfyUI-aki-v1.3\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-IC-Light-Wrapper\nodes.py", line 200, in load
sd_merged = {k: sd_origin[k].to(device) + sd_offset[k].to(device) for k in sd_origin.keys()}
File "E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-IC-Light-Wrapper\nodes.py", line 200, in
sd_merged = {k: sd_origin[k].to(device) + sd_offset[k].to(device) for k in sd_origin.keys()}
KeyError: 'conv_in.weight'
Hope to get help.
The text was updated successfully, but these errors were encountered:
Hello, the running environment is the latest comfyui, and pytorch version: 2.4.1 + cu124 xformers version: 0.0.28 .post1. An error is always reported when running examples
!!! Exception during processing !!! 'conv_in.weight'
Traceback (most recent call last):
File "E:\ComfyUI-aki-v1.3\execution.py", line 317, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
File "E:\ComfyUI-aki-v1.3\execution.py", line 192, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
File "E:\ComfyUI-aki-v1.3\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "E:\ComfyUI-aki-v1.3\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-IC-Light-Wrapper\nodes.py", line 200, in load
sd_merged = {k: sd_origin[k].to(device) + sd_offset[k].to(device) for k in sd_origin.keys()}
File "E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-IC-Light-Wrapper\nodes.py", line 200, in
sd_merged = {k: sd_origin[k].to(device) + sd_offset[k].to(device) for k in sd_origin.keys()}
KeyError: 'conv_in.weight'
Hope to get help.
The text was updated successfully, but these errors were encountered: