Home
Softono

Breadboard

Open source JavaScript
402
Stars
40
Forks
52
Issues
7
Watchers
2 years
Last Commit

 About Breadboard

Stable Diffusion Browser for Windows, Mac, and Linux

Platforms

Web Self-hosted Linux Windows

Languages

JavaScript

Need Help Installing Breadboard?

We provide expert installation service for this software. Our team will install, configure, and secure Breadboard on your server. plans start at just $30.

Breadboard

View on GitHub

Breadboard

Stable Diffusion Browser

Browse, search, and manage all AI generated images on your machine, in one place.

  1. Browse: Browse images and their extracted metadata in one place
  2. Search: Quickly search images by prompt
  3. Manage: select and bulk delete files, drag and drop to any other app for seamless integrated workflows.

https://breadboard.me/docs/bb.gif


Manual

Check out https://breadboard.me


Supported platforms

Breadboard works on

  • Windows
  • Mac
  • Linux

Supported file formats

Currently supports files generated by the following apps, out of the box:

Designed with extensibility in mind, and can support other formats in the future (Feel free to open an issue to request)


Questions and Feedback


Contribute

1. Run locally

First install dependencies:

npm install

Then start the app:

npm start

2. Build

Install dependencies:

npm install

Build:

npm run dist