mlc-ai / web-stable-diffusion

Bringing stable diffusion models to web browsers. Everything runs inside the browser with no server support.
https://mlc.ai/web-stable-diffusion
Apache License 2.0
3.56k stars 227 forks source link

Demo only creates noise #64

Open daniel-dona opened 4 months ago

daniel-dona commented 4 months ago

Captura de pantalla_2024-05-21_09-50-22

Is this expected? No option seems to change the result

Running on Linux with Chrome 127.0.6492.0

With ./chrome --enable-features=Vulkan --enable-dawn-features=disable_robustnes and "Unsafe WebGPU Support" enabled

NVIDIA Driver Version: 550.54.15 running on RTX 3080 Ti

senlyu163 commented 4 months ago

do you running on fp16? I met this problem in webgpu, but it is okay on fp32.

daniel-dona commented 4 months ago

do you running on fp16? I met this problem in webgpu, but it is okay on fp32.

No idea :S How can I check that? Is some flag of Chrome?