Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
This node sets a reference audio timbre for use in the “ace step 1.5” process. It works by taking a conditioning input and optionally a latent representation of audio, then attaches that latent data to the conditioning for use by subsequent nodes in the workflow.

Inputs

ParameterData TypeRequiredRangeDescription
conditioningCONDITIONINGYesThe conditioning data to which the reference audio information will be attached.
latentLATENTNoAn optional latent representation of the reference audio. When provided, its samples are added to the conditioning.

Outputs

Output NameData TypeDescription
conditioningCONDITIONINGThe modified conditioning data, now containing the reference audio timbre latents if the optional latent input was provided.