Spaces:
Build error
Build error
File size: 424 Bytes
3d5837a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
# 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
```
|