https://github.com/bing-su/sd-webui-tunnels
Tunneling extension for automatic1111 sd-webui
https://github.com/bing-su/sd-webui-tunnels
sd-webui stable-diffusion-webui stable-diffusion-webui-plugin
Last synced: 5 months ago
JSON representation
Tunneling extension for automatic1111 sd-webui
- Host: GitHub
- URL: https://github.com/bing-su/sd-webui-tunnels
- Owner: Bing-su
- License: mit
- Created: 2023-02-09T13:18:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T00:47:23.000Z (over 1 year ago)
- Last Synced: 2025-02-02T03:51:26.253Z (8 months ago)
- Topics: sd-webui, stable-diffusion-webui, stable-diffusion-webui-plugin
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 86
- Watchers: 4
- Forks: 127
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# sd-webui-tunnels
Tunneling extension for [AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui)
## Usage
### [cloudflared](https://try.cloudflare.com/)
add `--cloudflared` to commandline options.
### [localhost.run](https://localhost.run/)
add `--localhostrun` to commandline options.
### [remote.moe](https://github.com/fasmide/remotemoe)
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.
### [jprq](https://github.com/azimjohn/jprq)
add `--jprq "YOUR_JPRQ_TOKEN"` to commandline options.
You can get a token [here](https://jprq.io/auth).
### [bore](https://github.com/ekzhang/bore)
add `--bore` to commandline options.
add `--bore_url "URL"` for custom bore url. url without 'http://' and (optional) port. example: myboreserver.com or myboreserver.com:12345
### googleusercontent
add `--googleusercontent` to commandline options. It must be used with `--no-gradio-queue`, otherwise it will not work.
If not in google colab, it will be ignored.
-----
### Discord webhookadd `--tunnel-webhook ` to commandline options.
This feature was taken from [nur-zaman/sd-webui-tunnels](https://github.com/nur-zaman/sd-webui-tunnels) fork. thanks.