mat-sz / metastable

🖼️ A project-based Stable Diffusion Web UI, for easier organization of generated images. Work in progress.

Home Page:https://metastable.studio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Metastable

A project-based Stable Diffusion Web UI, for easier organization of generated images. Work in progress.

The backend is based on ComfyUI's backend.

Credits

Metastable uses code from:

Manual installation

Requirements

  • node.js 20+
  • npm
  • yarn (npm install -g yarn or via your system's package manager)
  • git

Alpine Linux

  • apk add git nodejs npm
  • npm install -g yarn

Arch Linux

  • pacman -S git node npm
  • npm install -g yarn

CentOS/RHEL/Fedora

  • dnf install git nodejs npm
  • npm install -g yarn

Debian/Ubuntu

  • apt install git nodejs npm
  • npm install -g yarn

openSUSE

  • zypper install git nodejs20
  • npm install -g yarn

Windows

Installation

  • Open Terminal/Command Prompt/Powershell
  • git clone https://github.com/mat-sz/metastable.git
  • cd metastable
  • yarn install
  • yarn build
  • yarn start
  • Follow the on-screen instructions.

Usage

Run:

yarn start

The web app will be available at: http://127.0.0.1:5001/

About

🖼️ A project-based Stable Diffusion Web UI, for easier organization of generated images. Work in progress.

https://metastable.studio

License:GNU Affero General Public License v3.0


Languages

Language:Python 87.1%Language:TypeScript 11.4%Language:SCSS 1.4%Language:Dockerfile 0.0%Language:JavaScript 0.0%Language:HTML 0.0%