mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-03-16 14:27:06 +08:00
Merge 1e53f2aacb9c0f82ec8e01941ccc2fbe5d8f0c03 into 33aa808713f7c36cd9476c53b8b67c745e9bc107
This commit is contained in:
commit
caa111d063
@ -158,6 +158,9 @@ def get_input_data(inputs, class_def, unique_id, execution_list=None, dynprompt=
|
||||
for x in inputs:
|
||||
input_data = inputs[x]
|
||||
_, input_category, input_info = get_input_info(class_def, x, valid_inputs)
|
||||
# patch to parse widget values not just input values
|
||||
if isinstance(input_data, dict) and "__value__" in input_data:
|
||||
input_data = input_data["__value__"]
|
||||
def mark_missing():
|
||||
missing_keys[x] = True
|
||||
input_data_all[x] = (None,)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user