ComfyUI Node
divide
Divides one integer by another. This node takes two integers as input and returns the result of integer division. It raises a ValueError if the divisor is 0.
divide
- INT
◄int11►
◄int21►
CategoryBasic/INT
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| int1 | INT | 1 | — |
| int2 | INT | 1 | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| INT | INT | — |