Skip to content

Error on install  #72

@VeteranXT

Description

@VeteranXT
venv "E:\Storage\Apps\AI_Geneartor\stable-diffusion-webui-amdgpu-forge\venv\Scripts\Python.exe"
ROCm Toolkit 5.7 was found.
fatal: No names found, cannot describe anything.
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug  1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: f2.0.1v1.10.1-1.10.1
Commit hash: 2e4a9d6f849294b4f2988d8e7f93bf10259e52cb
Using ZLUDA in E:\Storage\Apps\AI_Geneartor\stable-diffusion-webui-amdgpu-forge\.zluda
Installing requirements
All models for DeOldify are already downloaded.
Installing fastai==1.0.60 for DeOldify extension.
Installing fastai
Installing yt-dlp for DeOldify extension.
Installing yt-dlp
Launching Web UI with arguments: --zluda --no-half --attention-quad

A module that was compiled using NumPy 1.x cannot be run in
NumPy 2.0.2 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:\Storage\Apps\AI_Geneartor\stable-diffusion-webui-amdgpu-forge\launch.py", line 54, in <module>
    main()
  File "E:\Storage\Apps\AI_Geneartor\stable-diffusion-webui-amdgpu-forge\launch.py", line 50, in main
    start()
  File "E:\Storage\Apps\AI_Geneartor\stable-diffusion-webui-amdgpu-forge\modules\launch_utils.py", line 648, in start
    import webui
  File "E:\Storage\Apps\AI_Geneartor\stable-diffusion-webui-amdgpu-forge\webui.py", line 17, in <module>
    initialize_forge()
  File "E:\Storage\Apps\AI_Geneartor\stable-diffusion-webui-amdgpu-forge\modules_forge\initialization.py", line 58, in initialize_forge
    from backend import memory_management
  File "E:\Storage\Apps\AI_Geneartor\stable-diffusion-webui-amdgpu-forge\backend\memory_management.py", line 10, in <module>
    from backend import stream, utils
  File "E:\Storage\Apps\AI_Geneartor\stable-diffusion-webui-amdgpu-forge\backend\stream.py", line 59, in <module>
    current_stream = get_current_stream()
  File "E:\Storage\Apps\AI_Geneartor\stable-diffusion-webui-amdgpu-forge\backend\stream.py", line 21, in get_current_stream
    torch.zeros((1, 1)).to(device, torch.float32)
E:\Storage\Apps\AI_Geneartor\stable-diffusion-webui-amdgpu-forge\backend\stream.py:21: UserWarning: Failed to initialize NumPy: _ARRAY_API not found (Triggered internally at ..\torch\csrc\utils\tensor_numpy.cpp:84.)
  torch.zeros((1, 1)).to(device, torch.float32)
Total VRAM 8176 MB, total RAM 32679 MB
pytorch version: 2.3.1+cu118
Set vram state to: NORMAL_VRAM
Device: cuda:0 AMD Radeon RX 6600 XT [ZLUDA] : native
VAE dtype preferences: [torch.bfloat16, torch.float32] -> torch.bfloat16
CUDA Using Stream: False
Using sub quadratic optimization for cross attention
Using split attention for VAE
ONNX failed to initialize: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
Traceback (most recent call last):
  File "E:\Storage\Apps\AI_Geneartor\stable-diffusion-webui-amdgpu-forge\launch.py", line 54, in <module>
    main()
  File "E:\Storage\Apps\AI_Geneartor\stable-diffusion-webui-amdgpu-forge\launch.py", line 50, in main
    start()
  File "E:\Storage\Apps\AI_Geneartor\stable-diffusion-webui-amdgpu-forge\modules\launch_utils.py", line 648, in start
    import webui
  File "E:\Storage\Apps\AI_Geneartor\stable-diffusion-webui-amdgpu-forge\webui.py", line 19, in <module>
    initialize.imports()
  File "E:\Storage\Apps\AI_Geneartor\stable-diffusion-webui-amdgpu-forge\modules\initialize.py", line 32, in imports
    from modules import processing, gradio_extensions, ui  # noqa: F401
  File "E:\Storage\Apps\AI_Geneartor\stable-diffusion-webui-amdgpu-forge\modules\processing.py", line 15, in <module>
    from skimage import exposure
  File "E:\Storage\Apps\AI_Geneartor\stable-diffusion-webui-amdgpu-forge\venv\lib\site-packages\skimage\__init__.py", line 122, in <module>
    from ._shared import geometry
  File "geometry.pyx", line 1, in init skimage._shared.geometry
ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
Press any key to continue . . .

After i did install it throws this error after i did apply/refresh, and crashes after trying to start stable diffusion.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions