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.
Metastable bundles code from:
- comfyanonymous/ComfyUI
- cubiq/ComfyUI_IPAdapter_plus
- tencent-ailab/IP-Adapter
- kohya-ss/sd-scripts
- ToTheBeginning/PuLID
- cubiq/PuLID_ComfyUI
- facebookresearch/sam2
- kijai/ComfyUI-segment-anything-2
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)
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/
- node.js 20+
- npm
- yarn (
npm install -g yarn
or via your system's package manager) - git
apk add git nodejs npm
npm install -g yarn
pacman -S git node npm
npm install -g yarn
dnf install git nodejs npm
npm install -g yarn
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
zypper install git nodejs20
npm install -g yarn
- Install node.js 20 or newer: https://nodejs.org/en/download
- Install git: https://git-scm.com/download/win
- Open Command Prompt (or Powershell)
- Run
npm install -g yarn
- 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.
Run:
yarn start
The web app will be available at: http://127.0.0.1:5001/