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