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] Item from Dropdown Doesn't work #2216

Open
manofthemachine opened this issue Dec 7, 2023 · 0 comments
Open

[Bug] Item from Dropdown Doesn't work #2216

manofthemachine opened this issue Dec 7, 2023 · 0 comments
Labels
User Support A user needs help with something, probably not a bug.

Comments

@manofthemachine
Copy link

I tried running the node on mimic_mode in the DynamicThresholdingFull node and it just stays at index 0 which is the "Constant" setting.
Screenshot 2023-12-07 114940
I tried running the "Item from Dropdown" node through VAE Loader and I'd get an error thrown

`
ERROR:root:Traceback (most recent call last):
File "C:\aigen\ComfyUI\ComfyUI\execution.py", line 153, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\aigen\ComfyUI\ComfyUI\execution.py", line 83, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\aigen\ComfyUI\ComfyUI\custom_nodes\ComfyUI_ezXY\autoCastPatch.py", line 286, in map_node_over_list
_nums = [int(value) for value in input_data_all[input_name]]
~~~~~~~~~~~~~~^^^^^^^^^^^^
KeyError: 'index'

`

@manofthemachine manofthemachine changed the title Item from Dropdown Doesn't work [Bug] Item from Dropdown Doesn't work Dec 7, 2023
@mcmonkey4eva mcmonkey4eva added the User Support A user needs help with something, probably not a bug. label Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
User Support A user needs help with something, probably not a bug.
Projects
None yet
Development

No branches or pull requests

2 participants