Applio-Plugins icon indicating copy to clipboard operation
Applio-Plugins copied to clipboard

Plugin doesn't install correctly on Applio 3.2.9 with upgrade to cu128 pytorch for RTX5000 series

Open deerdaniel opened this issue 9 months ago • 3 comments

After uploading the ZIP package to the local site, the following error message pops up.

Traceback (most recent call last): File "C:\...\APPLIOV3\env\lib\site-packages\gradio\queueing.py", line 625, in process_events response = await route_utils.call_process_api( File "C:\...\APPLIOV3\env\lib\site-packages\gradio\route_utils.py", line 322, in call_process_api output = await app.get_blocks().process_api( File "C:\...\APPLIOV3\env\lib\site-packages\gradio\blocks.py", line 2137, in process_api result = await self.call_function( File "C:\...\APPLIOV3\env\lib\site-packages\gradio\blocks.py", line 1663, in call_function prediction = await anyio.to_thread.run_sync( # type: ignore File "C:\...\APPLIOV3\env\lib\site-packages\anyio\to_thread.py", line 56, in run_sync return await get_async_backend().run_sync_in_worker_thread( File "C:\...\APPLIOV3\env\lib\site-packages\anyio\_backends\_asyncio.py", line 2470, in run_sync_in_worker_thread return await future File "C:\...\APPLIOV3\env\lib\site-packages\anyio\_backends\_asyncio.py", line 967, in run result = context.run(func, *args) File "C:\...\APPLIOV3\env\lib\site-packages\gradio\utils.py", line 890, in wrapper response = f(*args, **kwargs) File "C:\...\APPLIOV3\tabs\plugins\installed\Elevenlabs-TTS\plugin.py", line 174, in run_tts_script tts = client.generate( AttributeError: 'ElevenLabs' object has no attribute 'generate'

deerdaniel avatar Jul 13 '25 19:07 deerdaniel

Unless you're paying for 11labs this plugin is useless without paid API key.

AznamirWoW avatar Aug 11 '25 10:08 AznamirWoW

I've put an API key and it gives me the same error.

oGrqpez avatar Sep 27 '25 01:09 oGrqpez

I've put an API key and it gives me the same error.

use the updated version of the plugin

Vidalnt avatar Sep 27 '25 01:09 Vidalnt