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
The ConditioningStableAudio node adds timing information to both positive and negative conditioning inputs for audio generation. It sets the start time and total duration parameters that help control when and how long audio content should be generated. This node modifies existing conditioning data by appending audio-specific timing metadata.

Inputs

ParameterData TypeRequiredRangeDescription
positiveCONDITIONINGYes-The positive conditioning input to be modified with audio timing information
negativeCONDITIONINGYes-The negative conditioning input to be modified with audio timing information
seconds_startFLOATYes0.0 to 1000.0The starting time in seconds for audio generation (default: 0.0)
seconds_totalFLOATYes0.0 to 1000.0The total duration in seconds for audio generation (default: 47.0)

Outputs

Output NameData TypeDescription
positiveCONDITIONINGThe modified positive conditioning with audio timing information applied
negativeCONDITIONINGThe modified negative conditioning with audio timing information applied