mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 06:40:48 +08:00
7 lines
139 B
Batchfile
7 lines
139 B
Batchfile
@echo off
|
|
call venv\scripts\activate
|
|
pip uninstall numpy -y --quiet
|
|
pip install numpy==1.26.4 --quiet
|
|
echo numpy 1.26.4 reinstalled.
|
|
pause
|