Merge remote-tracking branch 'origin/master' into feat/cache-provider-api

This commit is contained in:
Deep Mehta
2026-01-28 13:30:03 +05:30
165 changed files with 10585 additions and 1620 deletions

View File

@@ -175,7 +175,7 @@ def get_input_data(inputs, class_def, unique_id, execution_list=None, dynprompt=
continue
obj = cached.outputs[output_index]
input_data_all[x] = obj
elif input_category is not None:
elif input_category is not None or (is_v3 and class_def.ACCEPT_ALL_INPUTS):
input_data_all[x] = [input_data]
if is_v3: