fix: show pip output, handle incomplete venv, fix TF version for Python 3.12

- tensorflow-cpu==2.15.0 only supports Python <=3.11; relax to >=2.16.0
- capture_output=False so pip errors are visible in ComfyUI logs
- clean up incomplete venv dir before retrying install

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-27 19:55:55 +01:00
parent 8e3ab999f0
commit 8f2e204146
2 changed files with 20 additions and 4 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ echo "[PrismAudio] Installing PyTorch stack..."
echo "[PrismAudio] Installing feature-extraction dependencies..."
"${PIP}" install \
"tensorflow-cpu==2.15.0" \
"tensorflow-cpu>=2.16.0" \
"jax[cpu]" \
"jaxlib" \
"transformers" \