AIGC-Audio / AudioGPT

AudioGPT: Understanding and Generating Speech, Music, Sound, and Talking Head
https://huggingface.co/spaces/AIGC-Audio/AudioGPT
Other
9.89k stars 845 forks source link

Where is the portaspeech module? #66

Open hsm207 opened 1 year ago

hsm207 commented 1 year ago

This line here throws:

No module named 'modules.portaspeech' File "/workspaces/AudioGPT/NeuralSeq/inference/tts/PortaSpeech.py", line 4, in from modules.portaspeech.portaspeech import PortaSpeech File "/workspaces/AudioGPT/audio-chatgpt.py", line 277, in init from inference.tts.PortaSpeech import TTSInference File "/workspaces/AudioGPT/audio-chatgpt.py", line 1058, in init self.tts = TTS(device="cpu") File "/workspaces/AudioGPT/audio-chatgpt.py", line 1377, in bot = ConversationBot() ModuleNotFoundError: No module named 'modules.portaspeech'

I see PR #15 by @Rongjiehuang deleted the module.

Was this a mistake?

byronvoorbach commented 1 year ago

Hi @Rongjiehuang! Sorry for tagging you directly.

Would you happen to have any input on the above? We're looking to create a PR that adds support for Weaviate