ComfyUI Node
Network Bending
A ComfyUI node in network_bending with 7 inputs and 1 output.
Network Bending
- model
- model_b
- model
◄operationadd_noise►
◄intensity0.10►
◄target_layersall►
◄seed-1►
◄mix_ratio0.50►
Categorynetwork_bending
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | The model checkpoint to modify | |
| operation | COMBO | add_noise | The type of network bending operation to perform |
| intensity | FLOAT | 0.100–1 | Strength of the operation (0-1) |
| target_layers | STRING | all | Comma-separated layer names or patterns to target (e.g., 'conv', 'attention') |
| seed | INT | -1-1–4294967295 | Random seed for reproducible results (-1 for random) |
| model_bopt | MODEL | Second model for mixing operations | |
| mix_ratioopt | FLOAT | 0.500–1 | Mix ratio when blending two models (0=model_a, 1=model_b) |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| model | MODEL | Modified model with network bending applied |