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 @@
[client]
remote_addr = "a.b.c.d:2333"
default_token = "TOKEN1_HERE"
[client.transport]
type = "noise"
[client.transport.noise]
remote_public_key = "PRIVATE_KEY"
[client.services.webui]
local_addr = "127.0.0.1:7860"
[client.services.lama]
local_addr = "127.0.0.1:8080"
token = "TOKEN2_HERE"