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,9 @@
## ADDED Requirements
### Requirement: Inspect ComfyUI Runtime Availability
The system SHALL inspect local ComfyUI availability, node metadata, and model choices for image workflows.
#### Scenario: User opens local image engine settings
- **WHEN** the system checks ComfyUI
- **THEN** it SHALL probe the local ComfyUI status endpoint
- **AND** read node/model metadata where available
- **AND** report missing nodes or missing model choices for built-in templates.