MCPcopy Create free account
hub / github.com/YesianRohn/TextSSR / AudioPipelineOutput

Class AudioPipelineOutput

diffusers/src/diffusers/pipelines/pipeline_utils.py:118–127  ·  view source on GitHub ↗

Output class for audio pipelines. Args: audios (`np.ndarray`) List of denoised audio samples of a NumPy array of shape `(batch_size, num_channels, sample_rate)`.

Source from the content-addressed store, hash-verified

116
117@dataclass
118class AudioPipelineOutput(BaseOutput):
119 """
120 Output class for audio pipelines.
121
122 Args:
123 audios (`np.ndarray`)
124 List of denoised audio samples of a NumPy array of shape `(batch_size, num_channels, sample_rate)`.
125 """
126
127 audios: np.ndarray
128
129
130class DiffusionPipeline(ConfigMixin, PushToHubMixin):

Callers 7

__call__Method · 0.50
__call__Method · 0.50
__call__Method · 0.50
__call__Method · 0.50
__call__Method · 0.50
__call__Method · 0.50
__call__Method · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected