Enable --api --listen in webui-user.bat #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Configure the WebUI to start with API access enabled and listening on all interfaces by default.
Why
The MCP server on alcatraz (
/srv/services/sd-mcp/) connects tohttp://caymans:7860to generate images remotely. This requires--api(enables REST API) and--listen(binds to 0.0.0.0 instead of localhost).Steps
webui-user.batCOMMANDLINE_ARGS=--api --listen(add to existing args if any)curl http://caymans:7860/sdapi/v1/options