Replies: 2 comments 3 replies
-
I get the same error at the same place in the SDNext install bat file. Windows 11 platform. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This problem has been raised as an issue (#3360). The solution to install Visual Studio 2022 resolved the issue for me. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I follow every step for installation and watch the videos too. But I always get the same error.
D:\Aps\SDNEXT\launch.py:265 in │
│ │
│ 264 if name == "main": │
│ ❱ 265 main() │
│ 266 │
│ │
│ D:\Aps\SDNEXT\launch.py:242 in main │
│ │
│ 241 │
│ ❱ 242 uv, instance = start_server(immediate=True, server=None) │
│ 243 while True: │
│ │
│ D:\Aps\SDNEXT\launch.py:168 in start_server │
│ │
│ 167 get_custom_args() │
│ ❱ 168 module_spec.loader.exec_module(server) │
│ 169 uvicorn = None │
│ in exec_module:883 │
│ in call_with_frames_removed:241 │
│ │
│ D:\Aps\SDNEXT\webui.py:11 in │
│ │
│ 10 from threading import Thread │
│ ❱ 11 import modules.loader │
│ 12 import torch # pylint: disable=wrong-import-order │
│ │
│ D:\Aps\SDNEXT\modules\loader.py:14 in │
│ │
│ 13 │
│ ❱ 14 import torch # pylint: disable=C0411 │
│ 15 try: │
│ │
│ D:\Aps\SDNEXT\venv\lib\site-packages\torch_init.py:148 in │
│ │
│ 147 err.strerror += f' Error loading "{dll}" or one of its dependencies.' │
│ ❱ 148 raise err │
│ 149 │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
OSError: [WinError 126] The specified module could not be found. Error loading "D:\Aps\SDNEXT\venv\lib\site-packages\torch\lib\fbgemm.dll" or one of its dependencies.
Beta Was this translation helpful? Give feedback.
All reactions