Skip to content
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

[BUG] cannot use for loop with BizyAir Nodes #235

Closed
AdamShuo opened this issue Nov 23, 2024 · 1 comment
Closed

[BUG] cannot use for loop with BizyAir Nodes #235

AdamShuo opened this issue Nov 23, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@AdamShuo
Copy link

Describe the Bug

!!! Exception during processing !!! Node ID must be a string that can be converted to an integer.
Traceback (most recent call last):
File "F:\ProgramData\ComfyUI\execution.py", line 323, 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 "F:\ProgramData\ComfyUI\execution.py", line 198, 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 "F:\ProgramData\ComfyUI\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "F:\ProgramData\ComfyUI\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "F:\ProgramData\ComfyUI\custom_nodes\BizyAir\src\bizyair\nodes_base.py", line 70, in new_func
return org_func(self, **kwargs)
File "F:\ProgramData\ComfyUI\custom_nodes\BizyAir\nodes.py", line 716, in get_noise
model = BizyAirNodeIO(
File "F:\ProgramData\ComfyUI\custom_nodes\BizyAir\src\bizyair\nodes_io.py", line 33, in init
self._validate_node_id(node_id=node_id)
File "F:\ProgramData\ComfyUI\custom_nodes\BizyAir\src\bizyair\nodes_io.py", line 43, in _validate_node_id
raise ValueError(
ValueError: Node ID must be a string that can be converted to an integer.

Environment

  • OS: [Linux&Windows 10]
  • Browser: [edge]

image

It looks like it's caused by the for loop nodes not being able to get the ID of the BizyAir series nodes. Can this be fixed?

@AdamShuo AdamShuo added the bug Something isn't working label Nov 23, 2024
@doombeaker
Copy link
Collaborator

no, the loop is not supported in bizyair now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants