Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: zluda.py #595

Open
6 tasks done
g-pc-info opened this issue Apr 1, 2025 · 1 comment
Open
6 tasks done

[Bug]: zluda.py #595

g-pc-info opened this issue Apr 1, 2025 · 1 comment
Labels

Comments

@g-pc-info
Copy link

Checklist

  • The issue exists after disabling all extensions
  • The issue exists on a clean installation of webui
  • The issue is caused by an extension, but I believe it is caused by a bug in the webui
  • The issue exists in the current version of the webui
  • The issue has not been reported before recently
  • The issue has been reported before but has not been fixed yet

What happened?

Wouldn't this stop in the middle of startup?
It worked when I made the following correction.

modules/zluda.py

38 torch.backends.cuda.enable_cudnn_sdp(False)

if hasattr(torch.backends.cuda, "enable_cudnn_sdp"):
torch.backends.cuda.enable_cudnn_sdp(False)

Steps to reproduce the problem

  1. git clone https://github.com/lshqqytiger/stable-diffusion-webui-amdgpu.git
  2. webui-user.bat

What should have happened?

It should start normally.

What browsers do you use to access the UI ?

No response

Sysinfo

I can't log it because it won't start properly as it is.

Console logs

I can't log it because it won't start properly as it is.

Additional information

No response

@lshqqytiger
Copy link
Owner

It was, but no longer. The default version of PyTorch is now 2.6.0. If you have older one, please reinstall PyTorch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants