From f0ccb028ff40aa646fef3929afc2424e27747821 Mon Sep 17 00:00:00 2001 From: Shrimbly Date: Mon, 8 Dec 2025 06:49:21 +1300 Subject: [PATCH] readme update --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55bd0ad3..de09deff 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Node Banana -> **Important note:** This is in very early development, highly unfinished, and is probably riddled with issues. Use Chrome, works on my machine. +> **Important note:** This is in very early development, highly unfinished, and probably has many issues. Use Chrome, works on my machine. Node Banana is node-based workflow application for generating images with NBP. Build image generation pipelines by connecting nodes on a visual canvas. Built mainly with Opus 4.5. @@ -60,6 +60,13 @@ npm run build npm run start ``` +## Example Workflows + +The `/examples` directory contains example workflow files. To try them: + +1. Start the dev server with `npm run dev` +2. Drag any `.json` file from the `/examples` folder into the browser window + ## Usage 1. **Add nodes** - Click the floating action bar to add nodes to the canvas