This commit is contained in:
parent
8b05ed26c9
commit
492b81c340
@ -296,6 +296,7 @@ def apply_random_seed_to_workflow(workflow_api):
|
|||||||
Args:
|
Args:
|
||||||
workflow_api (dict): The workflow API dictionary to modify.
|
workflow_api (dict): The workflow API dictionary to modify.
|
||||||
"""
|
"""
|
||||||
|
print("workflow_api", workflow_api)
|
||||||
for key in workflow_api:
|
for key in workflow_api:
|
||||||
if "inputs" in workflow_api[key]:
|
if "inputs" in workflow_api[key]:
|
||||||
if "seed" in workflow_api[key]["inputs"]:
|
if "seed" in workflow_api[key]["inputs"]:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user