Skip to content

Commit bfa3160

Browse files
committed
revert back the queue size
1 parent 2a819fa commit bfa3160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comfyui_to_python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ def execute(self):
437437
# Update class parameters here
438438
input_file = 'workflow_api.json'
439439
output_file = 'workflow_api.py'
440-
queue_size = 2
440+
queue_size = 10
441441

442442
# Convert ComfyUI workflow to Python
443443
ComfyUItoPython(input_file=input_file, output_file=output_file, queue_size=queue_size)

0 commit comments

Comments
 (0)