Can this workflow be used in ComfyUI?

#1
by jonsonlion - opened

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))

Ok managed to make this work !

I'm leaving some pics with the workflow I used, I'm not entirely sure if this is ok but it works, also the pic is not inverted.

Basically I changed the " load control net model " to the " load control net model diff "

dark_tree__00003_.png

New Project_SDXL.png

Sign up or log in to comment