From bc20ace08bb4b8a0c1e85ff24fcd87d63c49da15 Mon Sep 17 00:00:00 2001 From: VALADI K JAGANATHAN Date: Tue, 31 Oct 2023 13:07:59 +0530 Subject: [PATCH] Update README.md --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.md b/README.md index fb62a63..21d680a 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,35 @@ ### Dependencies The python library simpleeval is required to be installed if you wish to use the **Simpleeval Nodes**.
pip install simpleeval
+Also can be installed with a simple pip command
+'pip install simpleeval' + +A single file library for easily adding evaluatable expressions into python projects. Say you want to allow a user to set an alarm volume, which could depend on the time of day, alarm level, how many previous alarms had gone off, and if there is music playing at the time. + +check Notes for more information. ## **Install:** To install, drop the "_**efficiency-nodes-comfyui**_" folder into the "_**...\ComfyUI\ComfyUI\custom_nodes**_" directory and restart UI. + +## Todo + +[ ] Add guidance to notebook + + +# Comfy Resources + +**Misc** + + +**Guides**: +- [Official Examples (eng)](https://comfyanonymous.github.io/ComfyUI_examples/) +- +- [ComfyUI Community Manual (eng)](https://blenderneko.github.io/ComfyUI-docs/) by @BlenderNeko + +- **Extensions and Custom Nodes**: +-[Plugins for Comfy List (eng)](https://github.com/WASasquatch/comfyui-plugins) by @WASasquatch + +-[ComfyUI tag on CivitAI (eng)](https://civitai.com/tag/comfyui) +- + +- [Tomoaki's personal Wiki (jap)](https://comfyui.creamlab.net/guides/) by @tjhayasaka