Voice Cloning with OpenVoice V2

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ม.ค. 2025

ความคิดเห็น • 4

  • @compactai
    @compactai  3 หลายเดือนก่อน

    Links:
    www.patreon.com/CompactAI
    github.com/myshell-ai/OpenVoice

  • @SuperWorld007
    @SuperWorld007 3 หลายเดือนก่อน

    Can We run it on CPU based system?

    • @compactai
      @compactai  3 หลายเดือนก่อน +1

      Yes. Set the device variable to "cpu" in the code and modify se_extractor.py,
      model = WhisperModel(model_size, device="cuda", compute_type="float16")
      with,
      model = WhisperModel(model_size, device="cpu", compute_type="float32")
      I have pointed out issues with this model in the video. Surely, there are other better options you can try than this.

    • @SuperWorld007
      @SuperWorld007 2 หลายเดือนก่อน

      @@compactai Thanks man. It worked.