Print message on RPC startup.

This commit is contained in:
2023-05-01 18:28:15 -07:00
parent 7325f96b67
commit a2d9e14f3a

View File

@ -39,6 +39,8 @@ struct ServerCommand: ParsableCommand {
])
.bind(host: bindHost, port: bindPort)
print("Stable Diffusion RPC running on \(bindHost):\(bindPort)")
dispatchMain()
}
}