Skip to main content

Documentation Index

Fetch the complete documentation index at: https://dripart-mintlify-e28287af.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

This node zeroes out specific elements within the conditioning data structure, effectively neutralizing their influence in subsequent processing steps. It’s designed for advanced conditioning operations where direct manipulation of the conditioning’s internal representation is required.

Inputs

ParameterComfy dtypeDescription
CONDITIONINGCONDITIONINGThe conditioning data structure to be modified. This node zeroes out the ‘pooled_output’ elements within each conditioning entry, if present.

Outputs

ParameterComfy dtypeDescription
CONDITIONINGCONDITIONINGThe modified conditioning data structure, with ‘pooled_output’ elements set to zero where applicable.