ComfyUI Node
Video math
A ComfyUI node in More math with 6 inputs and 2 outputs.
Video math
- V
- F
- Expression
- Expression_pi
- stack
- VIDEO
- STACK
◄length_mismatcherror►
CategoryMore math
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| V | COMFY_AUTOGROW_V3 | — | |
| F | COMFY_AUTOGROW_V3 | — | |
| Expression | STRING,SYNTAX_TREE | I0*(1-F0)+I1*F0 | Expression to apply on tensor part of conditioning |
| Expression_pi | STRING,SYNTAX_TREE | I0*(1-F0)+I1*F0 | Expression to apply on pooled_input part of conditioning |
| length_mismatch | COMBO | error | How to handle mismatched video lengths. tile: repeat shorter inputs; error: raise error on mismatch; pad: treat missing frames as zero. |
| stackopt | STACK | Access stack between nodes |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| VIDEO | VIDEO | — |
| STACK | STACK | — |