* docs: prepare Vendoo 1.41.2 git-ignore boundary hotfix * fix: track native source modules with root-anchored runtime ignores
23 lines
820 B
Markdown
23 lines
820 B
Markdown
# Slice 28.1 – FLUX Runtime Health-Check
|
||
|
||
Version: 1.20.1
|
||
|
||
## Ziel
|
||
|
||
ComfyUI darf nicht mehr nach wenigen Sekunden als gestoppt gelten, während Python, Alembic und die ComfyUI-Datenbank noch initialisieren.
|
||
|
||
## Umsetzung
|
||
|
||
- Startskript wartet bis zu 180 Sekunden auf `http://127.0.0.1:8188/system_stats`.
|
||
- PID-, Status- und Diagnoseinformationen unter `logs/local-flux-runtime-state.json`.
|
||
- Laufzeitprotokolle:
|
||
- `logs/local-flux-runtime.log`
|
||
- `logs/local-flux-runtime-error.log`
|
||
- ANSI-Sequenzen werden bei der Anzeige entfernt.
|
||
- Ein vorzeitig beendeter Prozess wird sofort als Fehler erkannt.
|
||
- Für das Vendoo Prompt-Studio werden Custom Nodes deaktiviert, da der Workflow nur Standard-Nodes nutzt.
|
||
|
||
## Bestandsschutz
|
||
|
||
ComfyUI, FLUX-Modell, Downloads, Datenbank, Uploads und Einstellungen bleiben erhalten.
|