💬 Commit message: Update 2026-02-15 17:50:28, 6 files, 110 lines

📁 Files changed: 6
📝 Lines changed: 110

  • deploy.md
  • Dockerfile
  • Dockerfile.rocm
  • README.md
  • deploy.sh
  • cli.py
This commit is contained in:
Adam Ladachowski
2026-02-15 17:50:28 +01:00
parent 6fe4c11683
commit 0ce7744324
6 changed files with 89 additions and 35 deletions
+1 -1
View File
@@ -401,7 +401,7 @@ def config(
@app.command()
def serve(
host: Annotated[str, typer.Option(help="Listen address.")] = "127.0.0.1",
port: Annotated[int, typer.Option(help="Listen port.")] = 8080,
port: Annotated[int, typer.Option(help="Listen port.")] = 51200,
log_level: Annotated[str, typer.Option(help="Log level.")] = "info",
) -> None:
"""Start the tensors server (gallery and CivitAI management)."""