1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-05 09:10:25 +08:00

chore(format): run black on dev (#2106)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-06-05 15:32:33 +09:00
committed by GitHub
parent 0d2189fdeb
commit a322e706f9
2 changed files with 7 additions and 2 deletions

View File

@@ -62,7 +62,9 @@ class VC:
elif torch.backends.mps.is_available():
torch.mps.empty_cache()
###楼下不这么折腾清理不干净
self.net_g, self.cpt = get_synthesizer_ckpt(self.cpt, self.config.device)
self.net_g, self.cpt = get_synthesizer_ckpt(
self.cpt, self.config.device
)
self.if_f0 = self.cpt.get("f0", 1)
self.version = self.cpt.get("version", "v1")
del self.net_g, self.cpt