We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f72a345 commit 9dff2c7Copy full SHA for 9dff2c7
execution.py
@@ -75,7 +75,7 @@ async def get(self, node_id):
75
self.is_changed[node_id] = node["is_changed"]
76
return self.is_changed[node_id]
77
78
- # Intentionally do not use cached outputs here. We only want constants in IS_CHANGED
+ # Intentionally do not use cached outputs here. We only want constants in IS_CHANGED bla-bla
79
input_data_all, _, hidden_inputs = get_input_data(node["inputs"], class_def, node_id, None)
80
try:
81
is_changed = await _async_map_node_over_list(self.prompt_id, node_id, class_def, input_data_all, is_changed_name)
0 commit comments