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

Bringing stable diffusion models to web browsers. Everything runs inside the browser with no server support.

Results 37 web-stable-diffusion issues
Sort by recently updated
recently updated
newest added

H,MLC Team!How to quantify SD models with TVM Unity for 3-4bit、int8、fp16 precision?

Using version https://github.com/mlc-ai/web-stable-diffusion/tree/ce0c2fbd0fffd7ee39e7be9da34052a8809d98db environment: Ubuntu 22 LTS server without graphics card. Executing ``` python3 build.py --target webgpu ``` causes the following error: ``` Traceback (most recent call last): File "build.py",...

maybe,webGL is a better choice other than webGPU. [gpu.js](https://github.com/gpujs/gpu.js)

When trying to copy or save an image on the demo webpage, it always takes the previous image instead of the currently displayed one. Additionally, if you attempt to copy...

Hello! Amazing project! Hats off, this work could really allow a lot of AI projects to provide value and entertainment to users without costing an arm and a leg. I've...

I'm using torch 2.1.0.dev20230425+cpu and diffuser 0.16  to build stable diffusion v1_5, But I got the following error: `assert ( AssertionError: Unsupported function type scaled_dot_product_attention` I print symbolic traced graph...

I wonder the speed of running stable-diffusion on Android with TVM. Will it cost much time?

Using version https://github.com/mlc-ai/web-stable-diffusion/tree/ce0c2fbd0fffd7ee39e7be9da34052a8809d98db , I wanted to set up *web-stable-diffusion* "to deploy the model on web with WebGPU runtime" (as outlined at the specific [`README.md` section](https://github.com/mlc-ai/web-stable-diffusion/blob/ce0c2fbd0fffd7ee39e7be9da34052a8809d98db/README.md?plain=1#L54). The step `scripts/prep_deps.sh` failed...

I tried building the stable diffusion model using the `walkthrough.ipynb` notebook or the `build.py` file, but when I run the "Combine every piece together" part : ```python from diffusers import...

I have been adding this amazing software to my personal website and currently I have it making new wallpapers every few minutes. But what I would love is if I...