Scripts to handle the cloud services I use for Stable Diffusion.
This commit is contained in:
parent
0ac6f0893d
commit
e4a7b08f8d
6 changed files with 164 additions and 0 deletions
16
stable-diffusion/rathole-client.toml
Normal file
16
stable-diffusion/rathole-client.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue