mirror of
https://github.com/GayPizzaSpecifications/stable-diffusion-rpc.git
synced 2025-08-03 05:30:54 +00:00
Print message on RPC startup.
This commit is contained in:
@ -39,6 +39,8 @@ struct ServerCommand: ParsableCommand {
|
||||
])
|
||||
.bind(host: bindHost, port: bindPort)
|
||||
|
||||
print("Stable Diffusion RPC running on \(bindHost):\(bindPort)")
|
||||
|
||||
dispatchMain()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user