We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ecd605 commit 1ca839eCopy full SHA for 1ca839e
README.md
@@ -8,6 +8,9 @@ Adds math nodes for numbers and types which do not need it. I got inspired by wa
8
9
1. Install [ComfyUI](https://docs.comfy.org/get_started).
10
1. Clone this repository into `ComfyUI/custom_nodes`.
11
+2. open command prompt/terminal/bash in your comfy folder
12
+3. activate environment `./venv/Scripts/activate`
13
+4. install antlr `pip install -U antlr4-python3-runtime==4.13.2`
14
1. Restart ComfyUI.
15
16
You can also get the node from comfy manager under the name of More math.
0 commit comments