activate.bat missing #39

Closed
opened 2023-02-16 21:51:55 +00:00 by asdaklsdjalsd · 5 comments

After running "start.bat" locally, it gives this:

'.\tortoise-venv\Scripts\activate.bat' is not recognized as an internal or external command,
operable program or batch file.
'deactivate' is not recognized as an internal or external command,
operable program or batch file.

There's also no activate.bat in the scripts folder.

I used to use the Collab but there's so many issues with that too... Dunno if I'm supposed to make a separate issue per issue but since there's so many issues it would just take up too much space... So here it is:

When everything USED to be installed properly on Collab, I'd be able to get to the Gradio UI properly but when I run anything it would say "TTS is still activating" and then never work regardless of how long I waited.

That was yesterday, so I tried to do a clean slate today and deleted everything on Collab ("disconnect and delete runtime"). Now after trying to install the latest version, restarting the runtime and running it, it now says there's requirements missing...

ModuleNotFoundError Traceback (most recent call last)
in
1 get_ipython().run_line_magic('cd', 'tortoise-tts')
----> 2 import webui as mrq
3 import sys
4 sys.argv = [""]
5

/content/tortoise-tts/webui.py in
9 import torch
10 import torchaudio
---> 11 import music_tag
12 import gradio as gr
13 import gradio.utils

ModuleNotFoundError: No module named 'music_tag'

After running "start.bat" locally, it gives this: > '.\tortoise-venv\Scripts\activate.bat' is not recognized as an internal or external command, > operable program or batch file. > 'deactivate' is not recognized as an internal or external command, > operable program or batch file. There's also no activate.bat in the scripts folder. I used to use the Collab but there's so many issues with that too... Dunno if I'm supposed to make a separate issue per issue but since there's so many issues it would just take up too much space... So here it is: When everything USED to be installed properly on Collab, I'd be able to get to the Gradio UI properly but when I run anything it would say "TTS is still activating" and then never work regardless of how long I waited. That was yesterday, so I tried to do a clean slate today and deleted everything on Collab ("disconnect and delete runtime"). Now after trying to install the latest version, restarting the runtime and running it, it now says there's requirements missing... > ModuleNotFoundError Traceback (most recent call last) > <ipython-input-1-f7ae93cd20a8> in <module> > 1 get_ipython().run_line_magic('cd', 'tortoise-tts') > ----> 2 import webui as mrq > 3 import sys > 4 sys.argv = [""] > 5 > > /content/tortoise-tts/webui.py in <module> > 9 import torch > 10 import torchaudio > ---> 11 import music_tag > 12 import gradio as gr > 13 import gradio.utils > > ModuleNotFoundError: No module named 'music_tag'
Owner

There's also no activate.bat in the scripts folder.

You need to do setup first, as per the README.

it would say "TTS is still activating" and then never work regardless of how long I waited.

Scroll down and see the console output. More than likely you need to be patient and wait for it to download the models first.

Now after trying to install the latest version

I'm in the middle of some cleanup in preparation of adding in fine-tuning and have yet to get to update the Colab notebook. Be patient.

> There's also no activate.bat in the scripts folder. You need to do setup first, as per the README. > it would say "TTS is still activating" and then never work regardless of how long I waited. Scroll down and see the console output. More than likely you need to be patient and wait for it to download the models first. > Now after trying to install the latest version I'm in the middle of some cleanup in preparation of adding in fine-tuning and have yet to get to update the Colab notebook. Be patient.
Owner

Fixed in commit 56a5415776.

Fixed in commit 56a54157762e8793424fe428ddefd0858e3fc215.
ecker closed this issue 2023-02-16 22:13:35 +00:00
Author

Tried Colab again

/content/ai-voice-cloning
---------------------------------------------------------------------------

ModuleNotFoundError Traceback (most recent call last)
in
1 get_ipython().run_line_magic('cd', 'ai-voice-cloning')
----> 2 import src.webui as mrq
3 import sys
4 sys.argv = [""]
5

/content/ai-voice-cloning/src/webui.py in
18 from tortoise.utils.audio import get_voice_dir
19
---> 20 from utils import *
21
22 args = setup_args()

ModuleNotFoundError: No module named 'utils'

Tried Colab again > ###### /content/ai-voice-cloning > ###### --------------------------------------------------------------------------- > ModuleNotFoundError Traceback (most recent call last) > <ipython-input-1-e671f8e9e90a> in <module> > 1 get_ipython().run_line_magic('cd', 'ai-voice-cloning') > ----> 2 import src.webui as mrq > 3 import sys > 4 sys.argv = [""] > 5 > > /content/ai-voice-cloning/src/webui.py in <module> > 18 from tortoise.utils.audio import get_voice_dir > 19 > ---> 20 from utils import * > 21 > 22 args = setup_args() > > ModuleNotFoundError: No module named 'utils'
Owner

Fixed in commit b2dd5e31a8.

Again, in the middle of refractoring.

Fixed in commit b2dd5e31a8f76d4f8b51ae5a92175891c06afccc. Again, in the middle of refractoring.
Author

Alright, take your time, just letting you know how things are going on the user's end.

Alright, take your time, just letting you know how things are going on the user's end.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ecker/tortoise-tts#39
No description provided.