mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-24 13:20:19 +08:00
Create fixnumpy.bat
This commit is contained in:
parent
89499c6fae
commit
28fd4513fd
6
fixnumpy.bat
Normal file
6
fixnumpy.bat
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
@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
|
||||||
Loading…
Reference in New Issue
Block a user