mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-04-15 21:12:30 +08:00
Update entrypoint.sh
This commit is contained in:
parent
2c099490d4
commit
207b64dc4c
@ -262,13 +262,6 @@ python -m pip --version >/dev/null 2>&1 || python -m ensurepip --upgrade >/dev/n
|
||||
python -m pip --version >/dev/null 2>&1 || log "WARNING: pip still not available after ensurepip"
|
||||
|
||||
# Ensure ComfyUI-Manager minimal Python deps
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
python - <<'PY' || python -m pip install --no-cache-dir --user toml || true
|
||||
import sys
|
||||
try:
|
||||
@ -321,7 +314,7 @@ else
|
||||
fi
|
||||
|
||||
# --- Ensure ONNX Runtime has CUDA provider (GPU) ---
|
||||
python - <<'PY' || {
|
||||
python - <<'PY' ||
|
||||
import sys
|
||||
try:
|
||||
import onnxruntime as ort
|
||||
|
||||
Loading…
Reference in New Issue
Block a user