From 492b81c340534d93a0c3517c827cbdb7a97de2d9 Mon Sep 17 00:00:00 2001 From: nick Date: Fri, 4 Oct 2024 19:02:25 -0700 Subject: [PATCH] print --- custom_routes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_routes.py b/custom_routes.py index d6d58e6..bc34e46 100644 --- a/custom_routes.py +++ b/custom_routes.py @@ -296,6 +296,7 @@ def apply_random_seed_to_workflow(workflow_api): Args: workflow_api (dict): The workflow API dictionary to modify. """ + print("workflow_api", workflow_api) for key in workflow_api: if "inputs" in workflow_api[key]: if "seed" in workflow_api[key]["inputs"]: