lllyasviel / lllyasviel/stable-diffusion-webui-forge

Forge dose not work on amd anymore?

Open
#995 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Python
Stars
13k
Forks
1.7k
PR merge metrics
No merged PRs in 30d

Description

On launch i've added only --skip-torch-cuda-test only on arguments

`Traceback (most recent call last):
File "E:\Storage\Apps\AI_Geneartor\stable-diffusion-webui-forge\launch.py", line 51, in
main()
File "E:\Storage\Apps\AI_Geneartor\stable-diffusion-webui-forge\launch.py", line 47, in main
start()
File "E:\Storage\Apps\AI_Geneartor\stable-diffusion-webui-forge\modules\launch_utils.py", line 546, in start
import webui
File "E:\Storage\Apps\AI_Geneartor\stable-diffusion-webui-forge\webui.py", line 19, in
initialize_forge()
File "E:\Storage\Apps\AI_Geneartor\stable-diffusion-webui-forge\modules_forge\initialization.py", line 48, in initialize_forge
from backend import memory_management
File "E:\Storage\Apps\AI_Geneartor\stable-diffusion-webui-forge\backend\memory_management.py", line 6, in
import torch
File "E:\Storage\Apps\AI_Geneartor\stable-diffusion-webui-forge\venv\lib\site-packages\torch\__init__.py", line 148, in
raise err
OSError: [WinError 126] The specified module could not be found. Error loading "E:\Storage\Apps\AI_Geneartor\stable-diffusion-webui-forge\venv\lib\site-packages\torch\lib\fbgemm.dll" or one of its dependencies.
Press any key to continue . . .`

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the launch failure with --skip-torch-cuda-test and trace the import path through launch.py, modules_forge/initialization.py, and backend/memory_management.py. Investigate the reported torch fbgemm.dll dependency failure on Windows with AMD hardware; done means Forge launches successfully without this error or reports a verified compatibility limitation.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, pytorch
Domain
backend, operating-systems
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.