Can this workflow be used in ComfyUI?
Can this workflow be used in ComfyUI? Is there a corresponding workflow for it? Where should these models be placed?
Any luck making it work ? Got the following error using a controlnet advanced:
Error occurred when executing ControlNetApplyAdvanced:
'NoneType' object has no attribute 'copy'
File "E:\ComfyUI_windows_portable\ComfyUI\execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "E:\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 "E:\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 "E:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 662, in apply_controlnet
c_net = control_net.copy().set_cond_hint(control_hint, strength, (1.0 - start_percent, 1.0 - end_percent))