From d7c2c995bcdcdaab2b891b3aebe8888ed52b22ff Mon Sep 17 00:00:00 2001
From: TSC <112517630+LucianoCirino@users.noreply.github.com>
Date: Tue, 6 Jun 2023 23:15:52 -0500
Subject: [PATCH] v1.5 README.md Changes
---
README.md | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index aa9cb96..5b17ca0 100644
--- a/README.md
+++ b/README.md
@@ -24,11 +24,15 @@ Efficiency Nodes for ComfyUI
Evaluate Integers
-• 3 integer input node that gives the user ability to write their own python expression for a INT/FLOAT type output.
+• 3 integer input node that gives the user ability to write simpleeval python expressions and output results as a INT/FLOAT/STRING.
+
+
+Evaluate Floats
+• 3 float input node that gives the user ability to write simpleeval python expressions and output results as a INT/FLOAT/STRING.
Evaluate Strings
-• 3 string input node that gives the user ability to write their own python expression for a STRING type output.
+• 3 string input node that gives the user ability to write simpleeval python expressions and output results as a STRING.
## **Examples:**
@@ -39,7 +43,7 @@ Efficiency Nodes for ComfyUI
- 2D Plotting using the **XY Plot** & **Ksampler (Efficient)** nodes
-
+
- Photobashing using the **Image Overlay** node