Skip to content

Commit 507e096

Browse files
committed
Fixed code block
1 parent 8f0a473 commit 507e096

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ For instance, if you have a simple default workflow, but have converted the text
4848
4949
Then the unfilled required variable will be available as an argument:
5050
```bash
51-
usage: workflow.py [-h] [--queue-size QUEUE_SIZE] [--comfyui-directory COMFYUI_DIRECTORY] filename_prefix1
51+
usage: default.py [-h] [--queue-size QUEUE_SIZE] [--comfyui-directory COMFYUI_DIRECTORY] text1
5252
5353
A converted ComfyUI workflow. Required inputs listed below. Values passed should be valid JSON (assumes string if not valid JSON).
5454
5555
positional arguments:
56-
filename_prefix1 Argument 1, input `filename_prefix` for node "Save Image" id 64 (autogenerated)
56+
text1 Argument 0, input `text` for node "CLIP Text Encode (Prompt)" id 6 (autogenerated)
5757
5858
options:
5959
-h, --help show this help message and exit

0 commit comments

Comments
 (0)