Skip to content

Commit

Permalink
fix: use hubert preprocess force_rebuild argument (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
GarrettConway authored Mar 19, 2023
1 parent 52229ba commit 87cf807
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/so_vits_svc_fork/preprocess_hubert_f0.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ def _process_batch(
hubert_model = utils.get_hubert_model().to(device)

for filepath in tqdm(filepaths, position=pbar_position):
_process_one(filepath, hubert_model, sampling_rate, hop_length, device)
_process_one(
filepath, hubert_model, sampling_rate, hop_length, device, force_rebuild
)


def preprocess_hubert_f0(
Expand Down

0 comments on commit 87cf807

Please sign in to comment.