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-server.toml
Normal file
16
stable-diffusion/rathole-server.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue