| # ComfyMath | |
| Provides Math Nodes for [ComfyUI](https://github.com/comfyanonymous/ComfyUI) | |
| ## Features | |
| Provides nodes for: | |
| * Boolean Logic | |
| * Integer Arithmetic | |
| * Floating Point Arithmetic and Functions | |
| * Vec2, Vec3, and Vec4 Arithmetic and Functions | |
| ## Installation | |
| From the `custom_nodes` directory in your ComfyUI installation, run: | |
| ```sh | |
| git clone https://github.com/evanspearman/ComfyMath.git | |
| ``` | |