From b56be07ab35eea5669cfc7636a8d298b8966714f Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Sun, 16 Jul 2023 11:21:19 +1000 Subject: [PATCH] Update NODES.md Add experimental banner. --- docs/features/NODES.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/features/NODES.md b/docs/features/NODES.md index 1cd788b8aa..1f276d2012 100644 --- a/docs/features/NODES.md +++ b/docs/features/NODES.md @@ -1,4 +1,8 @@ -# Nodes Editor (Experimental Beta) +# Nodes Editor (Experimental) + +🚨 +*The node editor is experimental. We've made it accessible because we use it to develop the application, but we have not addressed the many known rough edges. It's very easy to shoot yourself in the foot, and we cannot offer support for it until it sees full release (ETA v3.1). Everything is subject to change without warning.* +🚨 The nodes editor is a blank canvas allowing for the use of individual functions and image transformations to control the image generation workflow. The node processing flow is usually done from left (inputs) to right (outputs), though linearity can become abstracted the more complex the node graph becomes. Nodes inputs and outputs are connected by dragging connectors from node to node.