# Breadmachine

> Embeddable StableDiffusion Browser Engine

Breadmachine is the core virtual machine that powers [Breadboard](https://breadboard.me).

Using Breadmachine, you can embed Breadboard in every context and workflow you can imagine.

Documentation: https://breadboard.me/breadmachine

# Contribution

Running breadmachine as a standalone is simple.

1. Install dependencies with `npm install`
2. Run `npm run dev`
3. Open the browser at http://localhost:4200

