Add alternatives to the default tunneling methods. (including cloudflared)
Go to file
Bingsu 34fe6d37ad feat: send url to discord 2023-04-02 23:51:10 +09:00
scripts feat: send url to discord 2023-04-02 23:51:10 +09:00
.gitignore feat: add ssh tunnels 2023-02-11 00:14:22 +09:00
.pre-commit-config.yaml feat: send url to discord 2023-04-02 23:51:10 +09:00
LICENSE.md Initial commit 2023-02-09 21:55:45 +09:00
README.md feat: send url to discord 2023-04-02 23:51:10 +09:00
discord_webhook.py feat: send url to discord 2023-04-02 23:51:10 +09:00
install.py fix: typo 2023-02-09 22:30:35 +09:00
preload.py feat: send url to discord 2023-04-02 23:51:10 +09:00
pyproject.toml feat: send url to discord 2023-04-02 23:51:10 +09:00

README.md

sd-webui-tunnels

Tunneling extension for AUTOMATIC1111/stable-diffusion-webui

Usage

cloudflared

add --cloudflared to commandline options.

localhost.run

add --localhostrun to commandline options.

remote.moe

add --remotemoe to commandline options.

The feature of remote.moe is that as long as the same ssh key is used, the same url is generated.

The ssh keys for localhost.run and remote.moe are created with the name id_rsa in the script's root folder. However, if there is a problem with the write permission, it is created in a temporary folder instead, so a different url is created each time.


Discord webhook

add --tunnel-webhook <webhookurl> to commandline options.

This feature was taken from nur-zaman/sd-webui-tunnels fork. thanks.