Skip to content

Commit 9dff2c7

Browse files
committed
should not trigger adding of the template
1 parent f72a345 commit 9dff2c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

execution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ async def get(self, node_id):
7575
self.is_changed[node_id] = node["is_changed"]
7676
return self.is_changed[node_id]
7777

78-
# Intentionally do not use cached outputs here. We only want constants in IS_CHANGED
78+
# Intentionally do not use cached outputs here. We only want constants in IS_CHANGED bla-bla
7979
input_data_all, _, hidden_inputs = get_input_data(node["inputs"], class_def, node_id, None)
8080
try:
8181
is_changed = await _async_map_node_over_list(self.prompt_id, node_id, class_def, input_data_all, is_changed_name)

0 commit comments

Comments
 (0)