Skip to content

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

License

Notifications You must be signed in to change notification settings

mat-sz/metastable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ccea3ae · Mar 24, 2025
Feb 15, 2025
Sep 18, 2024
Oct 5, 2024
Mar 24, 2025
Sep 17, 2024
Jan 29, 2025
Jan 11, 2025
Jan 18, 2025
Apr 14, 2024
Sep 18, 2024
Mar 24, 2025
Mar 8, 2025
Nov 12, 2023
Feb 15, 2025
Feb 15, 2025
Mar 24, 2025
Apr 14, 2024
Mar 24, 2025

Repository files navigation

Warning

This project is still in an experimental state. Breaking changes WILL occur and may require manual intervention or reinstallation of the software.

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 bundles code from:

Automatic installation

Local

Download an installer from: https://metastable.studio/download

Builds are available for:

  • Windows (64-bit only; installer)
  • macOS (64-bit and Apple Silicon; dmg)
  • Linux (64-bit only; AppImage)

Runpod

Install Metastable in Runpod

Manual installation

Docker

Docker image

A Docker image for NVIDIA GPUs is available at: ghcr.io/mat-sz/metastable:cuda.

Docker Compose

If you have an NVIDIA GPU and nvidia-container-runtime is properly configured in your system, you can use the easy Docker compose setup:

docker compose up

The UI will be accessible at https://localhost:5001/

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 curl
  • curl -fsSL https://deb.nodesource.com/setup_22.x -o nodesource_setup.sh
  • bash nodesource_setup.sh
  • 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.

Resources

License

Stars

Watchers

Forks