Open MariahWest01 opened 8 months ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You might also look our discussion channels.
Describe the bug
Traceback (most recent call last): File "/home/mariah/.local/bin/tts", line 8, in <module> sys.exit(main()) ^^^^^^ File "/home/mariah/Applications/tts/TTS/bin/synthesize.py", line 468, in main wav = synthesizer.tts( ^^^^^^^^^^^^^^^^ File "/home/mariah/Applications/tts/TTS/utils/synthesizer.py", line 463, in tts outputs = transfer_voice( ^^^^^^^^^^^^^^^ File "/home/mariah/Applications/tts/TTS/tts/utils/synthesis.py", line 319, in transfer_voice reference_wav, sr=model.args.encoder_sample_rate if model.args.encoder_sample_rate else model.ap.sample_rate ^^^^^^^^^^ File "/home/mariah/.local/pipx/venvs/tts/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1688, in getattr raise AttributeError(f"'{type(self).name}' object has no attribute '{name}'") AttributeError: 'Tacotron2' object has no attribute 'args'
To Reproduce