Andre Fischer

Results 2 comments of Andre Fischer

I found a solution. I replaced the "LogitsWarper" with "LogitsProcessor". The error ocurred for me when I was trying to use tortoise. In my example the affected file was env/site-packages/TTS/tts/layers/tortoise/arch_utils.py...

Same issue for me. My run works fine without specifying a template. ``` Traceback (most recent call last): File "/home/andre/environments/venv_boltz2/lib/python3.11/site-packages/boltz/data/module/inferencev2.py", line 274, in __getitem__ features = self.featurizer.process( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/andre/environments/venv_boltz2/lib/python3.11/site-packages/boltz/data/feature/featurizerv2.py",...