ComfyUI Node
Check Text Encoder Diff π²
Checks if the text encoder diff is zero for any weight and specifically for *.transformer.text_projection.weight. Outputs a booleans indicating if any weight is zero and another boolean for the text projection weight.
Check Text Encoder Diff π²
- text_encoder_diff
- text_encoder_diff
- any_diff_zero
- text_projection_diff_zero
CategoryRyuuNoodles π²/Utils
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| text_encoder_diff | CLIP | The e.g.: CLIPSubtract output to check |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| text_encoder_diff | CLIP | β |
| any_diff_zero | BOOLEAN | β |
| text_projection_diff_zero | BOOLEAN | β |