For the complete documentation index, see llms.txt. This page is also available as Markdown.

Release 0.16.0

NOTE

This release note includes all changes since 0.14.0.

Release Date: February 2026

Previous Version: v0.14.0 (January 2026)


1. New Views & Interface Changes

New Pages

  • Exported APIs — Dedicated dashboard to manage exported APIs: view status, disable/enable, delete, and see code examples for integration. Accessible from the user menu.

  • Transactions — Billing transaction history view showing credit usage per node execution. Role-gated (can be hidden or force-shown per user role).

  • Security Settings — New "Security" tab under user profile for changing password.

Full Visual Redesign (3 iterations)

  • Complete overhaul of the graph editor look and feel — new typography (TWKEverett Mono), redesigned nodes, edges, fields, slots, and dropdowns.

  • Sidebar redesigned with new layout, project cards show single cover image with description and improved date formatting.

  • New standardized UI component library (buttons, inputs, selects, panels, tabs, toggles, badges, etc.) applied consistently across all views.

  • Deleted the old sidebar and toolbar — navigation consolidated into the user menu.

Authentication

  • Google Sign-In — Users can now log in with their Google account in addition to email/password.

Graph Editor Improvements

  • Project auto-fit on load — Graph automatically fits to viewport when opening a project.

  • Sidebar is now resizable by dragging.

  • Improved node search — Better ranking and matching when searching for nodes in the creation menu.

  • Agent chat streaming — The AI assistant now shows live tool calls, thinking indicators, and streaming text in real time instead of waiting for the full response.

  • Richer agent tool call display — Tool calls show arguments, results, and status inline in the chat panel.

Fixes & Polish

  • Fixed zoom scaling on multiline text and sidebar at different zoom levels.

  • Audio/video players now stop when a node is re-run; scrub/seek errors suppressed.

  • Terms of Service and Privacy Policy pages properly styled with article formatting.

  • Fixed text undo in node text fields.

  • Hotkeys no longer trigger while typing in input fields.

  • Fixed node cost/price display.

  • Fixed node sizing for older projects opened after the redesign.

  • Re-added scrolling for image array fields.

  • Fixed project name editing.

  • Fixed onboarding dialog and socket issues.

  • New project empty state redesigned.


2. Changes to Existing Nodes & New Backends/Models

New Backends

  • Seedream 3.0 added as a backend for advanced image generation (replacing the old Replicate-based path).

  • 404.xyz (Four-o-Four) added as a new backend for Image-to-3D, with clear error messages for unsupported options (PBR, face count).

Existing Node Improvements

  • Image generation (advanced) — Overhauled aspect ratio handling; added workarounds for Kling v2.1 and Reve API input size/resolution limitations (automatic compression and resizing).

  • LLM / Text node — New structured output mode that returns validated JSON matching a user-defined schema. Pruned model list to remove underperforming models; small models blocked from complex tasks.

  • 3D scene composition — Rendering distance now derived automatically from the scene instead of requiring manual input.

  • Remesh node — Expanded with additional options.

  • Node execution timeout — Nodes that run too long are now automatically timed out instead of hanging indefinitely.

  • Node interruption — Users can interrupt running nodes; stuck nodes are automatically detected and recovered.


3. New Nodes

Audio (10 nodes)

Node
What it does

Audio SFX

Generate sound effects from text descriptions

Audio Tags Enrichment

AI-powered enrichment of audio tags/metadata

Composition Plan

Plan an audio composition (structure, instruments, mood)

Create Music

Generate music from text prompts

Text to Dialogue

Generate multi-speaker dialogue audio

Text to Speech

Basic text-to-speech conversion

Text to Speech (ElevenLabs)

High-quality TTS via ElevenLabs voices

Voice Changer

Convert/clone voices

Voice Preview

Preview and select from available voices

NovelAI — Experimental (16 nodes)

Node
What it does

Text to Image

Generate images using NovelAI's anime/illustration models

Img2Img

Transform existing images with NovelAI

Inpainting

Paint over parts of an image and regenerate

Vibe Transfer

Transfer the style/vibe from one image to another

Encode Vibe

Encode an image's vibe for use in vibe transfer

Precise Reference

Generate images using precise reference images

Upscale

Upscale images using NovelAI

Director Tools

Control camera angle, lighting, and composition

Multi-Character Prompt

Build prompts for scenes with multiple characters

Danbooru Prompt

Generate Danbooru-style tag prompts via Gemini

Prompt Enhancement

Enhance and refine prompts

Tag Suggestions

Get tag suggestions for image generation

Technical Params

Fine-tune technical generation parameters

Text Generation

Generate text/stories

Text to Speech

NovelAI voice synthesis

Animation & Mesh (4 nodes)

Node
What it does

Input Animation

Import animation files (FBX, BVH, etc.)

Normalize Humanoid Mesh

Normalize a humanoid mesh to a standard skeleton for animation compatibility

Retarget Animation

Transfer an animation from one rig to another

Video to Animation

Extract motion/animation data from a video clip (via Meshcapade)

Image Processing (10 nodes)

Node
What it does

Split Alpha

Separate an image into RGB and alpha channel

Combine Alpha

Merge an RGB image with an alpha mask

Split Channels

Split an image into individual R, G, B channels

Combine Channels

Combine separate R, G, B channels into one image

Threshold Binary Mask

Create a black/white mask from a brightness threshold

Crop (Manual)

Crop an image with specific coordinates

Crop (Auto)

Auto-trim transparent or uniform borders

Resize

Resize an image to target dimensions

Concatenate Images

Join multiple images side-by-side or vertically

Render Text

Render text onto an image

Other (2 nodes)

Node
What it does

Normal from Depth

Convert a depth map into a normal map

Procedural Image Builder

Generate images procedurally via AI-written code (e.g., patterns, gradients, compositions)


4. Other User-Facing Changes

  • AI Assistant improvements — The agent can now edit node field values directly, has better knowledge of the platform, and its suggestion engines are faster and more context-aware across all content types (images, meshes, prompts, collections).

  • Unified image descriptions — All image description generation now uses a single, consistent pipeline with configurable models (visible as better auto-descriptions on uploaded images).

  • 3D API timeouts extended — 3D generation tasks now wait up to 30 minutes before timing out, accommodating complex meshes.

  • CORS fix for file downloads — Resolved an issue where downloading files could fail due to browser cache collisions.

  • The "Schedule (Run Predecessors)" button — tool for running an entire pipeline or a sequence of nodes at once.

Last updated