Skip to content

Forge Classic Neo branch no longer starts after update or fresh installΒ #1488

@boodacm

Description

@boodacm

Package

Forge Classic Neo Branch

When did the issue occur?

Running the Package

What GPU / hardware type are you using?

RTX 3080

What happened?

Forge Classic Neo branch was working fine up to two day ago. There was an update and now it no longer starts when installed by stability matrix.

I've tried doing a fresh install and the same thing happens.

Console output

A module that was compiled using NumPy 1.x cannot be run in
NumPy 2.3.5 as it may crash. To support both 1.x and 2.x
versions of NumPy, modules must be compiled with NumPy 2.0.
Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.

If you are a user of the module, the easiest solution will be to
downgrade to 'numpy<2' or try to upgrade the affected module.
We expect that some modules will need time to support NumPy 2.

Traceback (most recent call last): File "E:\IA\StabilityMatrix\Packages\Stable Diffusion WebUI Forge\launch.py", line 52, in
main()
File "E:\IA\StabilityMatrix\Packages\Stable Diffusion WebUI Forge\launch.py", line 48, in main
start()
File "E:\IA\StabilityMatrix\Packages\Stable Diffusion WebUI Forge\modules\launch_utils.py", line 501, in start
import webui
File "E:\IA\StabilityMatrix\Packages\Stable Diffusion WebUI Forge\webui.py", line 25, in
initialize.imports()
File "E:\IA\StabilityMatrix\Packages\Stable Diffusion WebUI Forge\modules\initialize.py", line 30, in imports
from modules import processing, gradio_extensions, ui # noqa: F401
File "E:\IA\StabilityMatrix\Packages\Stable Diffusion WebUI Forge\modules\processing.py", line 13, in
import cv2
File "E:\IA\StabilityMatrix\Packages\Stable Diffusion WebUI Forge\venv\Lib\site-packages\cv2_init_.py", line 181, in
bootstrap()
File "E:\IA\StabilityMatrix\Packages\Stable Diffusion WebUI Forge\venv\Lib\site-packages\cv2_init_.py", line 153, in bootstrap
native_module = importlib.import_module("cv2")
File "E:\IA\StabilityMatrix\Assets\Python\cpython-3.11.13-windows-x86_64-none\Lib\importlib_init_.py", line 126, in import_module
return bootstrap.gcd_import(name[level:], package, level)
AttributeError: ARRAY_API not found
Traceback (most recent call last):
File "E:\IA\StabilityMatrix\Packages\Stable Diffusion WebUI Forge\launch.py", line 52, in
main()
File "E:\IA\StabilityMatrix\Packages\Stable Diffusion WebUI Forge\launch.py", line 48, in main
start()
File "E:\IA\StabilityMatrix\Packages\Stable Diffusion WebUI Forge\modules\launch_utils.py", line 501, in start
import webui
File "E:\IA\StabilityMatrix\Packages\Stable Diffusion WebUI Forge\webui.py", line 25, in
initialize.imports()
File "E:\IA\StabilityMatrix\Packages\Stable Diffusion WebUI Forge\modules\initialize.py", line 30, in imports
from modules import processing, gradio_extensions, ui # noqa: F401
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\IA\StabilityMatrix\Packages\Stable Diffusion WebUI Forge\modules\processing.py", line 13, in
import cv2
File "E:\IA\StabilityMatrix\Packages\Stable Diffusion WebUI Forge\venv\Lib\site-packages\cv2_init.py", line 181, in
bootstrap()
File "E:\IA\StabilityMatrix\Packages\Stable Diffusion WebUI Forge\venv\Lib\site-packages\cv2_init.py", line 153, in bootstrap
native_module = importlib.import_module("cv2")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\IA\StabilityMatrix\Assets\Python\cpython-3.11.13-windows-x86_64-none\Lib\importlib_init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ImportError: numpy.core.multiarray failed to import

Version

2.15.4

What Operating System are you using?

Windows

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions