From edd2c54b9ef3d274280cb3608ca77bc0cae1e25e Mon Sep 17 00:00:00 2001 From: Millun Atluri Date: Tue, 26 Sep 2023 18:28:52 +1000 Subject: [PATCH] add cache --- docs/nodes/NODES.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/nodes/NODES.md b/docs/nodes/NODES.md index 1abd0b1ac4..fdb522eca1 100644 --- a/docs/nodes/NODES.md +++ b/docs/nodes/NODES.md @@ -4,7 +4,7 @@ The workflow editor is a blank canvas allowing for the use of individual functio If you're not familiar with Diffusion, take a look at our [Diffusion Overview.](../help/diffusion.md) Understanding how diffusion works will enable you to more easily use the Workflow Editor and build workflows to suit your needs. -## UI Features +## Features ### Linear View The Workflow Editor allows you to create a UI for your workflow, to make it easier to iterate on your generations. @@ -25,6 +25,10 @@ Any node or input field can be renamed in the workflow editor. If the input fiel * Backspace/Delete to delete a node * Shift+Click to drag and select multiple nodes +### Node Caching + +Nodes have a "Use Cache" option in their footer. This allows for performance improvements by using the previously cached values during the workflow processing. + ## Important Concepts