From 6ebca728dc0b0bd4adedc442f38d15f07c4fffbf Mon Sep 17 00:00:00 2001 From: shrimbly Date: Fri, 27 Mar 2026 07:10:01 +1300 Subject: [PATCH] docs: list all 23 node types in README Co-Authored-By: Claude Opus 4.6 --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f8269d8c..7eb64cfd 100644 --- a/README.md +++ b/README.md @@ -114,15 +114,28 @@ The `/examples` directory contains example workflow files. To try them: | Type | Purpose | |:-----|:--------| | **Image Input** | Load or upload reference images | +| **Audio Input** | Load or upload audio files | | **Prompt** | Text prompt input | +| **Prompt Constructor** | Build dynamic prompts with variables and LLM-powered text construction | +| **Array** | Batch process multiple inputs through a workflow | | **Generate** | AI image generation (multi-provider) | -| **Video** | AI video generation and trimming | -| **LLM** | AI text generation | +| **Generate Video** | AI video generation | +| **Generate Audio** | Text-to-speech and AI audio generation | +| **Generate 3D** | AI 3D model generation | +| **LLM** | AI text generation (Gemini, OpenAI, Anthropic) | | **Annotation** | Draw on images with full-screen editor | | **Split Grid** | Split image into grid cells | -| **Audio** | AI audio/TTS generation | +| **Video Stitch** | Combine video clips into a single output | +| **Video Trim** | Trim video clips to a specific range | +| **Video Frame Grab** | Extract frames from video | +| **Image Compare** | Side-by-side image comparison | +| **Ease Curve** | Define easing curves for parameter interpolation | +| **Router** | Route data to different branches | +| **Switch** | Toggle between execution paths | +| **Conditional Switch** | Route data based on conditions | | **GLB Viewer** | Load and display 3D GLB models | | **Output** | Display final result | +| **Output Gallery** | Display multiple results in a gallery | ## Tech Stack