Initial TrueGrowth source import

This commit is contained in:
2026-07-07 09:36:36 +08:00
commit 3b6781d695
2283 changed files with 691996 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
## 1. Implementation
- [x] 1.1 Add OpenSpec proposal and spec deltas for ComfyUI local image engine.
- [x] 1.2 Add local ComfyUI status, models, templates, and generate-image APIs.
- [x] 1.3 Add ComfyUI task runner that submits workflow JSON and collects output images.
- [x] 1.4 Add frontend runtime client types/functions.
- [x] 1.5 Add Model Center ComfyUI engine status and template controls.
- [x] 1.6 Add a workbench entry for ComfyUI image generation that writes to task center and media library.
## 2. Validation
- [x] 2.1 Run `node --check scripts/truegrowth-local-api.mjs`.
- [x] 2.2 Run `pnpm nx run web:typecheck`.
- [x] 2.3 Record build status or known blockers.