1
0
Fork 0

Scripts to handle the cloud services I use for Stable Diffusion.

This commit is contained in:
Luca Beltrame 2023-06-04 09:17:43 +02:00
parent 0ac6f0893d
commit e4a7b08f8d
Signed by: einar
GPG key ID: 4707F46E9EC72DEC
6 changed files with 164 additions and 0 deletions

View file

@ -0,0 +1,16 @@
[server]
bind_addr = "0.0.0.0:2333"
[server.services.webui]
token = "TOKEN1_HERE"
bind_addr = "127.0.0.1:7860"
[server.services.lama]
bind_addr = "127.0.0.1:9999"
token = "TOKEN2_HERE"
[server.transport]
type ="noise"
[server.transport.noise]
local_private_key = "PRIVATE_KEY"