MCPcopy 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_render_threadFunction · 0.45
runFunction · 0.45
generate_imagesFunction · 0.45
refresh_modelsFunction · 0.45
targetFunction · 0.45
do_start_backendFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected