Add careers link to README and startup log (#13897)

This commit is contained in:
Robin Huang
2026-05-14 10:32:40 -07:00
committed by GitHub
parent 3d870ff51f
commit 3f9bdc70ee
2 changed files with 5 additions and 0 deletions

View File

@@ -1266,6 +1266,9 @@ class PromptServer():
if verbose:
logging.info("To see the GUI go to: {}://{}:{}".format(scheme, address_print, port))
if verbose:
logging.info("psst — we're hiring! https://www.comfy.org/careers")
if call_on_start is not None:
call_on_start(scheme, self.address, self.port)