web-stable-diffusion
web-stable-diffusion copied to clipboard
Bringing stable diffusion models to web browsers. Everything runs inside the browser with no server support.
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 ?
 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...