↓ 1 callersFunction_pack_complex_to_channelsPack complex U[B,C,F,M] → real z[B,2·C·F,M] as [Re, Im] along channels.
stable_audio_tools/models/pretransforms.py:123
↓ 1 callersFunction_sliding_window_chunked_halo_sdpa(q, k, v, w_left, w_right, chunk_size=_SLIDING_WINDOW_CHUNK_SIZE)
stable_audio_tools/models/transformer.py:143
↓ 1 callersFunction_unpack_channels_to_complexInverse of _pack_complex_to_channels. Z[B,2·C·F,M] → U[B,C,F,M] (complex).
stable_audio_tools/models/pretransforms.py:132
↓ 1 callersFunctioncreate_ui(model_config_path=None, ckpt_path=None, pretrained_name=None, pretransform_ckpt_path=None, model_half=False,
stable_audio_tools/interface/gradio.py:459
↓ 1 callersMethoddpm_solver_adaptive(self, x, t_start, t_end, order=3, rtol=0.05, atol=0.0078, h_init=0.05, pcoeff=0., icoeff=1., dcoeff=0., accep
stable_audio_tools/inference/k_diffusion/sampling.py:314
↓ 1 callersMethoddpm_solver_fast(self, x, t_start, t_end, nfe, eta=0., s_noise=1., noise_sampler=None)
stable_audio_tools/inference/k_diffusion/sampling.py:275