Skip to content

Commit 58ea247

Browse files
committed
Update README.md
1 parent 38d941b commit 58ea247

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,17 @@ Note that if you use the script this way, you do **not** need to enable develope
2121
Navigating to the extension directory, you can also use the basic CLI included in the script to save your script without changing the Python file.
2222

2323
```bash
24-
usage: comfyui_to_python.py [-h] [--queue-size QUEUE_SIZE] [--yes] workflow output
24+
usage: comfyui_to_python.py [-h] [--output OUTPUT] [--queue-size QUEUE_SIZE] [--yes] workflow
2525

2626
Converts a ComfyUI-style workflow.json file to a Python file. Must have been exported with API calls
2727

2828
positional arguments:
2929
workflow The workflow.json file to convert
30-
output The output file (defaults to [input file].py)
3130

3231
options:
3332
-h, --help show this help message and exit
33+
--output OUTPUT, -o OUTPUT
34+
The output file (defaults to [input file].py)
3435
--queue-size QUEUE_SIZE, -q QUEUE_SIZE
3536
The queue size per run
3637
--yes, --overwrite, -y

0 commit comments

Comments
 (0)