ComfyUI Node Runs on cloud
Eden_Image_Math
Apply math expression to image/mask tensors a,b and c, supports basic math and functions. Example: 'sin(a*pi) * b + c' applies trigonometric operation to a, multiplies by b and adds c. Masks are automatically broadcasted to match image dimensions. Returns both IMAGE and MASK formats with configurable RGB->mask conversion behavior.
Eden_Image_Math
- a
- b
- c
- IMAGE
- MASK
◄expression►
◄conversion_modemean►
CategoryEden 🌱/image
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| expression | STRING | — | |
| conversion_mode | COMBO | mean | 4 options: mean, r, g, b |
| aopt | * | — | |
| bopt | * | — | |
| copt | * | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| IMAGE | IMAGE | — |
| MASK | MASK | — |