Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot import BlendingEngine #18

Open
noah1320 opened this issue Apr 13, 2024 · 0 comments
Open

Cannot import BlendingEngine #18

noah1320 opened this issue Apr 13, 2024 · 0 comments

Comments

@noah1320
Copy link

ImportError                               Traceback (most recent call last)
[<ipython-input-3-3214629db1b1>](https://localhost:8080/#) in <cell line: 3>()
      1 import torch
      2 from diffusers import AutoPipelineForText2Image
----> 3 from latentblending.blending_engine import BlendingEngine
      4 from latentblending.diffusers_holder import DiffusersHolder
      5 

3 frames
[/usr/local/lib/python3.10/dist-packages/lunar_tools/audio.py](https://localhost:8080/#) in <module>
     10 from lunar_tools.logprint import LogPrint
     11 import simpleaudio
---> 12 from elevenlabs import voices, generate, save, Voice, VoiceSettings
     13 
     14 import sounddevice as sd

ImportError: cannot import name 'generate' from 'elevenlabs' (/usr/local/lib/python3.10/dist-packages/elevenlabs/__init__.py)

Apprently, elevenlabs has changed its API. Can you please look into it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant