web-stable-diffusion icon indicating copy to clipboard operation
web-stable-diffusion copied to clipboard

WebGPU: TypeError: adapter.requestAdapterInfo is not a function

Open adlh opened this issue 11 months ago • 5 comments

When trying to run the application on latest Chrome Canary with Version 133.0.6836.0 (Official Build) canary (64-bit) I get the error : "Generate error, Error: Find an error initializing WebGPU: TypeError: adapter.requestAdapterInfo is not a function"

After doing some research, it appears that the method is now deprecated (see https://developer.mozilla.org/de/docs/Web/API/GPUAdapter/requestAdapterInfo), WebGPU works and I also tested that this one (not deprecated method), also works for me:

https://developer.mozilla.org/de/docs/Web/API/GPUAdapterInfo

So I hope this helps to fix the problem.

adlh avatar Nov 15 '24 08:11 adlh