We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ed7d5 commit 203a675Copy full SHA for 203a675
comfyui_to_python.py
@@ -433,8 +433,8 @@ def execute(self):
433
434
if __name__ == '__main__':
435
# Update class parameters here
436
- input_file = 'workflow_api_impact3.json'
437
- output_file = 'workflow_api_impact3.py'
+ input_file = 'workflow_api.json'
+ output_file = 'workflow_api.py'
438
queue_size = 10
439
440
# Convert ComfyUI workflow to Python
0 commit comments