mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-23 21:45:00 +03:00
remove comment
This commit is contained in:
parent
61a9a9e47a
commit
e570bf2e2a
@ -38,9 +38,10 @@ class OnnxRVCInferencer(Inferencer):
|
|||||||
if pitch is None or pitchf is None:
|
if pitch is None or pitchf is None:
|
||||||
raise RuntimeError("[Voice Changer] Pitch or Pitchf is not found.")
|
raise RuntimeError("[Voice Changer] Pitch or Pitchf is not found.")
|
||||||
|
|
||||||
print("INFER1", self.model.get_providers())
|
# print("INFER1", self.model.get_providers())
|
||||||
print("INFER2", self.model.get_provider_options())
|
# print("INFER2", self.model.get_provider_options())
|
||||||
print("INFER3", self.model.get_session_options())
|
# print("INFER3", self.model.get_session_options())
|
||||||
|
|
||||||
if self.isHalf:
|
if self.isHalf:
|
||||||
audio1 = self.model.run(
|
audio1 = self.model.run(
|
||||||
["audio"],
|
["audio"],
|
||||||
|
Loading…
Reference in New Issue
Block a user