fix decode_overlap_shorter
This commit is contained in:
@@ -1487,7 +1487,6 @@ class ACEStepPipeline:
|
||||
):
|
||||
output_audio_paths = []
|
||||
bs = latents.shape[0]
|
||||
audio_lengths = [target_wav_duration_second * sample_rate] * bs
|
||||
pred_latents = latents
|
||||
with torch.no_grad():
|
||||
if self.overlapped_decode and target_wav_duration_second > 48:
|
||||
|
||||
Reference in New Issue
Block a user