Skip to content

[bug]: 6.11.0 not working for nvidia 3050 did work in 6.10.0 #8845

@Jaylivg

Description

@Jaylivg

Is there an existing issue for this problem?

  • I have searched the existing issues

Install method

Invoke's Launcher

Operating system

Windows

GPU vendor

Nvidia (CUDA)

GPU model

RTX 3050

GPU VRAM

6GB

Version number

v6.11.0

Browser

No response

System Information

No response

What happened

Updated from 6.10.0 to 6.11.0. Previous version launched, latest won't. When launching I get the following

Preparing first run of this install - may take a minute or two...
Started Invoke process with PID 34544
Traceback (most recent call last):
File "", line 198, in run_module_as_main
File "", line 88, in run_code
File "C:\pictures\invoke.venv\Scripts\invokeai-web.exe_main
.py", line 10, in
File "C:\pictures\invoke.venv\Lib\site-packages\invokeai\app\run_app.py", line 35, in run_app
from invokeai.app.invocations.baseinvocation import InvocationRegistry
File "C:\pictures\invoke.venv\Lib\site-packages\invokeai\app\invocations\baseinvocation.py", line 36
, in
from invokeai.app.invocations.fields import (
File "C:\pictures\invoke.venv\Lib\site-packages\invokeai\app\invocations\fields.py", line 10, in
from invokeai.backend.model_manager.taxonomy import (
File "C:\pictures\invoke.venv\Lib\site-packages\invokeai\backend\model_manager\taxonomy.py", line 5,
in
import torch
File "C:\pictures\invoke.venv\Lib\site-packages\torch_init
.py", line 2240, in
from torch import quantization as quantization # usort: skip
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\pictures\invoke.venv\Lib\site-packages\torch\quantization_init_.py", line 2, in
from .fake_quantize import * # noqa: F403
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\pictures\invoke.venv\Lib\site-packages\torch\quantization\fake_quantize.py", line 10, in
from torch.ao.quantization.fake_quantize import (
File "C:\pictures\invoke.venv\Lib\site-packages\torch\ao\quantization_init_.py", line 12, in
from .pt2e.numeric_debugger import ( # noqa: F401
File "C:\pictures\invoke.venv\Lib\site-packages\torch\ao\quantization\pt2e_numeric_debugger.py", li
ne 9, in
from torch.ao.quantization.pt2e.graph_utils import bfs_trace_with_node_process
File "C:\pictures\invoke.venv\Lib\site-packages\torch\ao\quantization\pt2e\graph_utils.py", line 9,
in
from torch.export import ExportedProgram
File "C:\pictures\invoke.venv\Lib\site-packages\torch\export_init
.py", line 60, in
from .decomp_utils import CustomDecompTable
File "C:\pictures\invoke.venv\Lib\site-packages\torch\export\decomp_utils.py", line 5, in
from torch.export.utils import (
File "C:\pictures\invoke.venv\Lib\site-packages\torch_export_init
.py", line 48, in
from .wrappers import _wrap_submodules
File "C:\pictures\invoke.venv\Lib\site-packages\torch_export\wrappers.py", line 7, in
from torch.higher_order_ops.strict_mode import strict_mode
File "C:\pictures\invoke.venv\Lib\site-packages\torch_higher_order_ops_init
.py", line 22, in
from torch._higher_order_ops.hints_wrap import hints_wrapper
SyntaxError: source code string cannot contain null bytes
Invoke process exited with code 1

Even totally reinstalled and it does not work. Have the newest Nvidia drivers installed. Reinstall with CPU only works. GPU version not working no matter what I do.

What you expected to happen

Launch into Invoke AI

How to reproduce the problem

Install with latest version with NVIDIA 30xx

Additional context

Happens every time

Discord username

No response

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