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

I'm currently going through the web-stable-diffusion demo, and I'm finding that the clip_to_text_embeddings function isn't adding functions to the exported IRModule, causing the assert to fail. This issue seems to...

Wonder if the GUI would have less responsive issues if Web worker was used ? Also if WASM was used ?

![Captura de pantalla_2024-05-21_09-50-22](https://github.com/mlc-ai/web-stable-diffusion/assets/23705091/e3fbe75d-45e0-4fde-a0c5-f7a2e61dfc14) 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...

**Description:** I am encountering the following error while running the `walkthrough.ipynb` tutorial in the this project: `ValueError: Unable to parse the JSON object: ‘[#A LIST WITH LONG CODES#]’ The error...

Stable Diffusion 3 Medium is now available, a 2B model. It should run well in browsers? https://stability.ai/news/stable-diffusion-3-medium

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:...

Hi, I am encountering an issue while running the Web Stable Diffusion repository. The issue appears to be related to TorchFX when converting to Relax Ops. Could you please clarify...