From 3b2a5a36ad6389e83598470d6c3c57215a00812f Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Tue, 3 Feb 2026 23:14:01 +0000
Subject: [PATCH] Add documentation for Live Preview node in README
Co-authored-by: jags111 <5968619+jags111@users.noreply.github.com>
---
README.md | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/README.md b/README.md
index ec8693e..a0388a0 100644
--- a/README.md
+++ b/README.md
@@ -131,6 +131,17 @@ Please check out our WIKI for any use cases and new developments including workf
+
+
+
+ Live Preview (Eff.)
+
+ - Node that displays a live preview of images while allowing them to pass through to other nodes in the workflow.
+ - Can be connected to multiple samplers sequentially to show progressive updates as the workflow advances through different stages (base sampling, refining, hi-res fix, detailing, etc.).
+ - Useful for placing preview displays outside of subgraphs or in custom locations within complex workflows.
+ - Simply connect the IMAGE output from any sampler or image processing node to this node's input, and connect its output to continue the workflow.
+
+