Plushy

The open-source, TypeScript-first visual AI creation platform.
A modern alternative to ComfyUI.

โญ GitHub Learn More โ†“
๐Ÿงฉ

Node-Based Editor

Visual workflow editor built on React Flow. Drag, connect, create.

โšก

TypeScript-First

Modern monorepo architecture. Type-safe from IR to renderer.

๐ŸŽจ

SDXL + More

Native Python sidecar for torch ops. SDXL proven, more coming.

๐Ÿ”’

Model Safety

Pickle bytecode scanner blocks malicious models before they load.

๐Ÿค–

AI Self-Healing

Missing models? Plushy finds, downloads, and verifies them for you.

๐ŸŒ

Open Source

MIT licensed. Build nodes, share workflows, extend everything.

Model Registry API

Community-verified model metadata for automatic discovery and configuration.

GET /.well-known/models/sd_xl_base_1.0.safetensors

{
  "source": "huggingface",
  "repo": "stabilityai/stable-diffusion-xl-base-1.0",
  "gating": "none",
  "defaults": { sampler: "euler", steps: 20, cfg: 7.0 ... }
}