ComfyUI Node

Network Bending

A ComfyUI node in network_bending with 7 inputs and 1 output.

By DavidPiazza·Created about a year ago·Updated 8 months ago· 0
Network Bending
  • model
  • model_b
  • model
operationadd_noise
intensity0.10
target_layersall
seed-1
mix_ratio0.50
Categorynetwork_bending

Inputs (7)

NameTypeDefaultDescription
modelMODELThe model checkpoint to modify
operationCOMBOadd_noiseThe type of network bending operation to perform
intensityFLOAT0.100–1Strength of the operation (0-1)
target_layersSTRINGallComma-separated layer names or patterns to target (e.g., 'conv', 'attention')
seedINT-1-1–4294967295Random seed for reproducible results (-1 for random)
model_boptMODELSecond model for mixing operations
mix_ratiooptFLOAT0.500–1Mix ratio when blending two models (0=model_a, 1=model_b)

Outputs (1)

NameTypeDescription
modelMODELModified model with network bending applied