Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/easydiffusion/easydiffusion
/ start
Method
start
ui/easydiffusion/server.py:444–446 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
442
self.port = config.get(
"net"
, {}).get(
"listen_port"
)
443
444
def
start(self):
445
if
self.port:
446
self.urls = try_cloudflare(self.port)
447
448
def
stop(self):
449
if
self.urls:
Callers
8
start_cloudflare_tunnel_internal
Function · 0.45
start_render_thread
Function · 0.45
run
Function · 0.45
generate_images
Function · 0.45
refresh_models
Function · 0.45
restart_if_webui_dies_after_starting
Function · 0.45
target
Function · 0.45
do_start_backend
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected