-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type 'ControlNetPlusPlusAdvanced' requires a normal Image input, but received a proc_IMAGE input instead. #207
Comments
Thanks for the report. I think I've got a hunch about what the issue is, can you provide a screenshot of your Adv. ControlNet nodes in your workflow? |
I pushed out what I think is the fix for your issue - could you pull the latest version of Advanced-ControlNet and see if it works or you now? |
Thank you so much for providing a quick solution to the issue! I’ve successfully resolved the problem after pulling the latest version of Advanced-ControlNet. I truly appreciate your help and dedication. Please keep up the amazing work—you’re doing an incredible job! |
Hi, Same im my workflow. Thanks! ComfyUI Error ReportError Details
Stack Trace
System Information
Devices
Logs
Attached WorkflowPlease make sure that workflow does not contain any sensitive information such as API keys or passwords.
Additional Context(Please add any additional context or steps to reproduce the error here) |
@Tedrer if you're trying to use the sparse RGB model, you need to use the RGB SparseCtrl node to act as a preprocessor for the images. In the near future I'll allow unprocessed images to be input as well, but it will require some testing |
@Kosinkadink Thanks for quick responce. Thats not my workflow it is maked by yvann (https://www.youtube.com/watch?v=O2s6NseXlMc&list=PLBILrKhv-vidseEk0luBv87FCuhRR87KF&index=7). Suppost to work. |
Can you expand the Load ComtrolNet node so I can confirm the name of the CN you're trying to load? |
Right! It was wrong model... Thank you! |
File "/content/ComfyUI/execution.py", line 199, 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 "/content/ComfyUI/execution.py", line 170, in _map_node_over_list
process_inputs(input_dict, i)
File "/content/ComfyUI/execution.py", line 159, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "/content/ComfyUI/custom_nodes/ComfyUI-Advanced-ControlNet/adv_control/nodes_deprecated.py", line 304, in apply_controlnet
new_positive, new_negative = AdvancedControlNetApply.apply_controlnet(self, positive=positive, negative=negative, control_net=control_net, image=image,
File "/content/ComfyUI/custom_nodes/ComfyUI-Advanced-ControlNet/adv_control/nodes_main.py", line 134, in apply_controlnet
raise Exception(f"Type '{type(c_net).name}' requires a normal Image input, but received a proc_IMAGE input instead.")
2024-12-07T10:40:31.339326 - got prompt
2024-12-07T10:40:31.925450 - Failed to validate prompt for output 1197:
2024-12-07T10:40:31.925714 - * (prompt):
2024-12-07T10:40:31.925825 - - Required input is missing: mask
2024-12-07T10:40:31.925947 - * MaskPreview+ 1197:
2024-12-07T10:40:31.926025 - - Required input is missing: mask
2024-12-07T10:40:31.926115 - Output will be ignored
2024-12-07T10:40:31.927995 - Failed to validate prompt for output 1198:
2024-12-07T10:40:31.928166 - * (prompt):
2024-12-07T10:40:31.928251 - - Required input is missing: mask
2024-12-07T10:40:31.928379 - * MaskPreview+ 1198:
2024-12-07T10:40:31.928453 - - Required input is missing: mask
2024-12-07T10:40:31.928535 - Output will be ignored
2024-12-07T10:40:35.305844 - !!! Exception during processing !!! Type 'ControlNetPlusPlusAdvanced' requires a normal Image input, but received a proc_IMAGE input instead.
2024-12-07T10:40:35.306340 - Traceback (most recent call last):
File "/content/ComfyUI/execution.py", line 324, 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 "/content/ComfyUI/execution.py", line 199, 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 "/content/ComfyUI/execution.py", line 170, in _map_node_over_list
process_inputs(input_dict, i)
File "/content/ComfyUI/execution.py", line 159, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "/content/ComfyUI/custom_nodes/ComfyUI-Advanced-ControlNet/adv_control/nodes_deprecated.py", line 304, in apply_controlnet
new_positive, new_negative = AdvancedControlNetApply.apply_controlnet(self, positive=positive, negative=negative, control_net=control_net, image=image,
File "/content/ComfyUI/custom_nodes/ComfyUI-Advanced-ControlNet/adv_control/nodes_main.py", line 134, in apply_controlnet
raise Exception(f"Type '{type(c_net).name}' requires a normal Image input, but received a proc_IMAGE input instead.")
Exception: Type 'ControlNetPlusPlusAdvanced' requires a normal Image input, but received a proc_IMAGE input instead.
2024-12-07T10:40:35.315672 - Prompt executed in 3.30 seconds
Workflow too large. Please manually upload the workflow from local file system.
The text was updated successfully, but these errors were encountered: