You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having the same issue. I have tried a couple of time to generate my own video, but kept getting import errors, the last error being cannot import Iterables from collections. SO I decided to try out the LIHQ Exaple number 1. Setup went ok, but when running the second section 'Generating Audio from Tortoise. I get the no module named einops. I have tried running a code snippet !pip install einops but this results in the following ouput: Requirement already satisfied: einops in /usr/local/lib/python3.10/dist-packages/einops-0.7.0-py3.10.egg (0.7.0)
ModuleNotFoundError Traceback (most recent call last)
in <cell line: 10>()
8 import IPython
9
---> 10 from tortoise.api import TextToSpeech
11 from tortoise.utils.audio import load_audio, load_voice, load_voices
12
3 frames
/content/LIHQ/tortoise_tts/tortoise/models/xtransformers.py in
6 import torch
7 import torch.nn.functional as F
----> 8 from einops import rearrange, repeat
9 from torch import nn, einsum
10
ModuleNotFoundError: No module named 'einops'
I am facing this issue when I try to install it in Google Colab, In local I was not even able to install requirements.txt.
Which Python version have you used?
The text was updated successfully, but these errors were encountered: