Add Tengu deployment config and LoRA support

- Add app.yml for Tengu PaaS deployment
- Fix LoRA parameter passing (separate param, not in prompt)
- Add default quality/negative prompts
- Update UI for LoRA selection

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Adam Ladachowski
2026-02-14 08:53:08 +01:00
parent 120c4c68b0
commit ab2ef4258b
9 changed files with 87 additions and 22 deletions
+4
View File
@@ -0,0 +1,4 @@
runtime: python
build_cmd: uv pip install --system -e '.[server]'
cmd: tsr serve --host 0.0.0.0 --port 5000 --sd-server http://172.17.0.1:1234
port: 5000