Skip to content

Commit 203a675

Browse files
author
Peyton
committed
Changed default parameters back.
1 parent 95ed7d5 commit 203a675

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

comfyui_to_python.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,8 +433,8 @@ def execute(self):
433433

434434
if __name__ == '__main__':
435435
# Update class parameters here
436-
input_file = 'workflow_api_impact3.json'
437-
output_file = 'workflow_api_impact3.py'
436+
input_file = 'workflow_api.json'
437+
output_file = 'workflow_api.py'
438438
queue_size = 10
439439

440440
# Convert ComfyUI workflow to Python

0 commit comments

Comments
 (0)