Skip to content

Commit d6791a8

Browse files
committed
README: Add Stream URL note
1 parent 5c24e93 commit d6791a8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ Run the server:
8686
python server/app.py --workspace <COMFY_WORKSPACE>
8787
```
8888

89+
Show additional options for configuring the server:
90+
91+
```
92+
python server/app.py -h
93+
```
94+
8995
**Remote Setup**
9096

9197
A local server should connect with a local UI out-of-the-box. It is also possible to run a local UI and connect with a remote server, but there may be additional dependencies.
@@ -132,6 +138,8 @@ npm run dev
132138

133139
By default the app will be available at http://localhost:3000.
134140

141+
The Stream URL is the URL of the [server](#run-server) which defaults to http://127.0.0.1:8888.
142+
135143
# Limitations
136144

137145
At the moment, a workflow must fufill the following requirements:

0 commit comments

Comments
 (0)