Skip to content

baealex/ocean-palette

Repository files navigation

Ocean Palette

A self-hosted personal workspace for your image-generation workflow

Manage prompts like a color palette, browse your generated images, extract metadata, and sync your output folder — all in one place.

Features

  • Ocean Palette — Organize keywords by category, click to copy, drag to reorder. Treat words like paint on a palette.
  • Image Metadata Reader — Upload any SD-generated image to extract model, sampler, steps, CFG, seed, and upscale info.
  • Collection Manager — Save and browse your favorite generations in list, gallery, browse, or slideshow view.
  • Live Sync — Watch your output folder and auto-import new images as they're generated.
  • Idea Generator — Randomly combine keywords across categories to spark new prompt ideas.

Quick Start

Docker (Recommended)

docker run \
    -v ./data:/data \
    -v ./assets:/assets \
    -p 3332:3332 \
    baealex/ocean-palette

Open http://localhost:3332 and start organizing.

Node.js

git clone https://github.com/baealex/ocean-palette
cd ocean-palette
pnpm i
pnpm start

Open http://localhost:3332.

License

MIT

Releases

No releases published

Packages

 
 
 

Contributors