Voice Cloning Software ERRORS FIX [Tortoise-tts]

  Рет қаралды 32,833

Emit.Reviews

Emit.Reviews

Күн бұрын

Пікірлер: 236
@Emit.Reviews
@Emit.Reviews Жыл бұрын
KZbin removed my previous pinned comment, leaving another one. Commands used: conda create --name tortoise-tts python=3.9 conda activate tortoise-tts conda install -n base conda-forge::mamba mamba install pandas cd anaconda3 conda install torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia conda install -c conda-forge pysoundfile git clone github.com/neonbjb/tortoise-tts.git cd tortoise-tts
@b-doi1211
@b-doi1211 Жыл бұрын
I can see it now! No removals (yet)
@JoTheStupid
@JoTheStupid Жыл бұрын
python -m pip install -r ./requirements.txt for anyone who needs it
@lanceskrill4599
@lanceskrill4599 Жыл бұрын
Is there an exe program . After 19 days of searching , ive found only 2 types of creating AI voices overpriced websites 28€ per month , and python cmd / bat . That for some reason it crashes every time , no matter the software , even the google collab has errors . I want an exe c++ file thats easy to work with , dosent requires 28 gb of storage , or is overpriced , or needs 20 lines / cells of code . And has just a button when you input all samples and out put the PTH file .
@PrincessSleepyTV
@PrincessSleepyTV 11 ай бұрын
The comment censor algorithms get me all the time for making very slightly controversial comments, and sometimes it removes me for fun... gotta love communism am I right?
@Emit.Reviews
@Emit.Reviews Жыл бұрын
✅ Hostinger $1.79 ➜ emit.reviews/go/hostinger-2023?ai CODE for extra 10% OFF ➜ EMITREVIEWS Here are the command used in this video in order: conda create --name tortoise-tts python=3.9 conda activate tortoise-tts conda install -n base conda-forge::mamba mamba install pandas cd anaconda3 conda install torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia conda install -c conda-forge pysoundfile git clone github.com/neonbjb/tortoise-tts.git cd tortoise-tts [From Requirements.txt delete all NUMBA entries and llvmlite entry. Then change NUMPY to 1.20.3 and SCIPY to 1.10.1] python -m pip install -r ./requirements.txt conda install numba python setup.py install
@__Pengy
@__Pengy Жыл бұрын
Thanks you for making this video it helped so much!
@ChasingStars7111
@ChasingStars7111 Жыл бұрын
Thanks for the great video! Can't wait for the guide of webui version!
@TyroniuzOz
@TyroniuzOz Жыл бұрын
Just a quick note - numpy would be 1.23.0 in the requirements.txt file.... :) cheers -
@redvodka8048
@redvodka8048 Жыл бұрын
numpy 1.20.3 is installed but numpy=1.21 is required by {'numba'}
@Zxxbn9
@Zxxbn9 Жыл бұрын
@@redvodka8048 i have that problem
@pathseeker8921
@pathseeker8921 Жыл бұрын
For those who can't install mamba like me with the conda install -n base conda-forge::mamba command, try "conda install -c base conda-forge::mamba" instead, it worked
@K-eine-ahnung
@K-eine-ahnung Жыл бұрын
didnt work 4 me
@nathangracias
@nathangracias Жыл бұрын
This worked for me. Thanks
@bazcuda
@bazcuda Жыл бұрын
Thanks, that fixed it for me. The original command was stuck on "solving environment"
@OkiMokie
@OkiMokie Жыл бұрын
tried this, it worked. Thank you!
@ubixtafukn023
@ubixtafukn023 3 ай бұрын
Yes, This worked
@ThisOverKill
@ThisOverKill Жыл бұрын
You sir have a BIG BRAIN.. This has kicking my butt for days.. 👍
@celnamusic
@celnamusic Жыл бұрын
I agree, he doesnt have a big brain but also big heart to people
@aleksandarnemaprezime3350
@aleksandarnemaprezime3350 Жыл бұрын
If anybody have problem with Mamba Solving Environment - takes forever 1. Updating conda and conda-build conda update conda conda update conda-build 2. Installing libmamba To install and set the new solver, run the following commands: conda install -n base conda-libmamba-solver conda config --set solver libmamba After these steps the solving environment issue should be gone.
@pipp6925
@pipp6925 Жыл бұрын
Thank you so much.
@mari_artist21
@mari_artist21 Жыл бұрын
Thank you!!!
@yes-qw6om
@yes-qw6om Жыл бұрын
@@pipp6925 nice pfp and banner
@yes-qw6om
@yes-qw6om Жыл бұрын
thx btw
@Timbymon
@Timbymon 10 ай бұрын
If you are using windows and you get an error like "Unable to pre-compile async_io" after running "python -m pip install -r ./requirements.txt" - then try removing the "deepspeed" from the requirements.txt, this solved one of my issues
@captain9962
@captain9962 4 ай бұрын
Thanks!
@Timbymon
@Timbymon 3 ай бұрын
@CameronHonsMusicOfficial no worries mate, glad this obscure bit of advice has helped at least a couple of people!
@Nioxs
@Nioxs Жыл бұрын
Finally a channel that updates the video, if something changes, thanks good video
@thahrimdon
@thahrimdon Жыл бұрын
Oh my gosh. Couldn’t like and subscribe fast enough!! Need more people like you on this planet!
@Jaktechnologies
@Jaktechnologies 10 ай бұрын
I had many changes to make on my laptop, which is a much less powerful machine than my desktop, and it's a nice little lappy laptop. It was a fun tutorial, and it was very welcomed and appreciated. I know you put this out a while ago. However, first, I saw this method to do it. I already had many of the things installed, including some additional offline free private AI stuff I've already got on my laptop. It gave a lot of errors in the last step of the tutorial, I had Python 3.11 already, and for example, my requirements file had 32 items in it whereas yours had 15, so I had to put in the command get an error, correct it, do it again, new thing, do it again, repeat lol
@Dan_K_Meme
@Dan_K_Meme Жыл бұрын
Help, it says: "Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve." Now it says: "Solving environment: unsuccessful attempt using repodata from current_repodata.json, retrying with next repodata source."
@Fennelfox
@Fennelfox Жыл бұрын
Hey! I've been trying a lot to get mamba installed through conda but it just wont work, would it work if I use an older version of Anaconda?
@vicodinwolfe
@vicodinwolfe Жыл бұрын
Thanks i was banging my head against the table with the original installation guide
@IDKOKIDK
@IDKOKIDK Жыл бұрын
Will you have your Tortoise 5x tutorial with web interface up soon? Great tutorial but it's going to be far too slow on my machine, but 5x faster sounds great!
@volatile2005
@volatile2005 Жыл бұрын
why is terminal saying this?- numpy 1.20.3 is installed but numpy=1.21 is required by {'numba'}
@t4.076
@t4.076 Жыл бұрын
change numpy to 1.21.0
@volatile2005
@volatile2005 Жыл бұрын
@@t4.076 yeah i figured it a couple days ago thanks for the advice tho it will help other people
@-lunte.
@-lunte. Жыл бұрын
had to change numpy==1.20.3 to numpy==1.21 in the requirements then run python -m pip install -r ./requirements.txt again and it worked
@Emit.Reviews
@Emit.Reviews Жыл бұрын
Thanks for sharing!
@ld1r128
@ld1r128 Жыл бұрын
You Did What's Called a Pro Gamer Move
@kmjgsdkmjgsd
@kmjgsdkmjgsd Жыл бұрын
2:20 Ive been waiting for half an hour and I am still stuck at this part. After saying it has successfully collected package metadata, it says "Solving enviorment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve". And then that does not work too. Help plz
@Gratell
@Gratell Жыл бұрын
yea i have the same problem
@lu6id629
@lu6id629 Жыл бұрын
same problem. been letting it go to see if it fixes itself but im doubtful
@Gratell
@Gratell Жыл бұрын
@@lu6id629 well, at least we can use tortoise with google colab, but men, it takes so long...
@wirelessriver7
@wirelessriver7 Жыл бұрын
can you do a tutorial on how to configure it to run on an amd gpu?
@__Pengy
@__Pengy Жыл бұрын
Thank you so much for making this video!
@chox7517
@chox7517 Жыл бұрын
If y'all are having trouble with the following error. "Traceback (most recent call last): File "C:\Users\surfl\tortoise-tts\tortoise\do_tts.py", line 7, in from api import TextToSpeech, MODELS_DIR File "C:\Users\surfl\tortoise-tts\tortoise\api.py", line 12, in from tortoise.models.classifier import AudioMiniEncoderWithClassifierHead ModuleNotFoundError: No module named 'tortoise.models'" Close the window and re open it with admin privileges and skip the "conda activate tortoise-tts" step and just navigate directly to the tortoise-tts folder instead.
@LyllianaofMirrah
@LyllianaofMirrah Жыл бұрын
thank you i manage to make it work with CPUOnly Setup. was wondering if you could do a tutorial on how to install the Tortoise TTS Fast x5 version heard it has fast generation than the original
@b-doi1211
@b-doi1211 Жыл бұрын
In the description it says "Check out the pinned comment for every single command I've used in the video." But I do not see any pinned comment with any commands
@Emit.Reviews
@Emit.Reviews Жыл бұрын
Hmm KZbin must of remvoed them thinking it was jibberish spam. Let me set up a new one, thanks for letting me know!
@GreatLordHector
@GreatLordHector Жыл бұрын
RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory
@hanynagy8969
@hanynagy8969 Жыл бұрын
Extremely USEFUL video!!!!!!! Thank you for the huge effort!!!
@infinite5019
@infinite5019 Жыл бұрын
I got this error 5/18/2023 "ImportError: Numba needs NumPy 1.21 or greater. Got NumPy 1.20."
@abdulsiddiqui5250
@abdulsiddiqui5250 Жыл бұрын
I have the same error. Any fix for it?
@infinite5019
@infinite5019 Жыл бұрын
@@abdulsiddiqui5250 yes I was actually able to fix it
@infinite5019
@infinite5019 Жыл бұрын
@@abdulsiddiqui5250 so in the tutorial where he has u change NumPy in that text document, just change it to 1.21.0 then save it. then put python -m pip install -r ./requirements.txt in the (idk what its called. the black box with white text where u are entering all the code things). it took about 4 hours for the program to make the audio files out of 3 sentences tho. the results were kinda horrifying lol. good luck tho
@BillyJackman3D
@BillyJackman3D Жыл бұрын
I dont really know how but I got it working lol. thanks a lot!
@wisurrd
@wisurrd Жыл бұрын
PLEASE HELP! i did every thing then its said it had an error with the numpy version so i fixed that now its saying ModuleNotFoundError: No module named 'torch'
@aaditya.v6194
@aaditya.v6194 Жыл бұрын
brother any solution??
@jeremiahholland6108
@jeremiahholland6108 Жыл бұрын
Ran into issues with the requirements.txt file on two different PCs. The python -m pip install -r ./requirements.txt command always fails on the deepspeed==0.8.3 install. Tried to get it working with the magic of some googling but never could get it.
@der_erzfeind
@der_erzfeind 11 ай бұрын
same problem
@meep_poggerson
@meep_poggerson 6 ай бұрын
@jeremiahholland6108 @Worthless FloH you should be able to delete deepspeed from the requirements and then do conda install deepspeed
@TheFactPrimer
@TheFactPrimer 3 ай бұрын
@@meep_poggerson thanks bro but installing deepseed separatly is still giving error
@meep_poggerson
@meep_poggerson 3 ай бұрын
@@TheFactPrimer what's the error?
@FSXNOOB
@FSXNOOB Жыл бұрын
Works perfect with my cloned voice , can you make a tutorial how to make the generating audio process faster.. ?
@twocansamm
@twocansamm 8 ай бұрын
Don't know what's changed in the 11 months since you made this video- but the Requirements.txt didn't even have anything you mentioned and it won't continue past that step once I made the suggested changes. Guessing it would have just worked out of the box now. Shame I didn't save a copy of the .txt so I could slap it back in how it was meant to be.
@pylotlight
@pylotlight Жыл бұрын
I ended up needing to change transformers=4.29 and voicefixer is broken for me and cant find cuda/gpu despite installing drivers.
@iamtheremix8854
@iamtheremix8854 Жыл бұрын
(tortoise-tts) C:\Users\Rui Barata>cd anaconda3 The system cannot find the path specified.
@blade_emyboi7284
@blade_emyboi7284 11 ай бұрын
did u find fix
@TheFactPrimer
@TheFactPrimer 3 ай бұрын
@@blade_emyboi7284 just find anaconda3 folder that u installed and paste it C:\Users\Rui Barata its 23 gbs so just installing anaconda C:\Users\Rui Barata is better
@FoXMaSteR001
@FoXMaSteR001 Жыл бұрын
Anaconda crashed my PC, over 120k files in the folder ! Takes 15 minutes just to delete it... Never seen that before.
@lechiffrebeats
@lechiffrebeats Жыл бұрын
damn man thx alot for the extra effort in fixing those version problems. must have been aweful xD
@EpicStays
@EpicStays Жыл бұрын
When I attempted to add the "conda install -n base conda-forge::mamba" line, it was stuck for over an hour saying 'Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve.', and I swear at one point my mouse started moving and clicking on things by itself.. wtf.
@IRico_chetI
@IRico_chetI Жыл бұрын
For me the default install folder for anaconda3 was ProgramData, which means you have to run the prompt as admin or else it wont work. You also have to adjust the cd prompt ofc
@cleverbot5650
@cleverbot5650 Жыл бұрын
it says at the last command error: numpy 1.20.3 is installed but numpy=1.21 is required by {'numba'} someone help pls i want to know why it doesn t work
@t4.076
@t4.076 Жыл бұрын
change numpy to 1.21.0
@md.marufbinsolaiman4038
@md.marufbinsolaiman4038 Жыл бұрын
@@t4.076 got the same issue thanks for help.
@TaylorRyanPLUS
@TaylorRyanPLUS Жыл бұрын
in the requirements, change numpy to numpy==1.21.0
@infinite5019
@infinite5019 Жыл бұрын
so I successfully did it and it turned Kaeya into a creepy british man summoning a demon
@DeadEyeZJhinBRUH
@DeadEyeZJhinBRUH Жыл бұрын
i install numpy==1.21.0 i dont have any idea
@junfan-rh4vr
@junfan-rh4vr Жыл бұрын
PackagesNotFoundError: The following packages are not available from current channels: - pytorch-cuba=11.7
@SirChogyal
@SirChogyal Жыл бұрын
The following command didn't work: conda install -n base conda-forge::mamba. Please help me.
@livedemotesting9816
@livedemotesting9816 7 ай бұрын
Hello, very nice tutorial, do you actually need to use conda and tortoise ? can't you run everything in Pycham for example ?
@Nathan-ot9eu
@Nathan-ot9eu Жыл бұрын
i have done this twice already and i keep getting this error anyone know how to fix it. File "C:\Users\maure\anaconda3\envs\tortoise-tts\lib\site-packages\inflect-6.0.4-py3.9.egg\inflect\__init__.py", line 77, in from pydantic.typing import Annotated ImportError: cannot import name 'Annotated' from 'pydantic.typing' (C:\Users\maure\anaconda3\envs\tortoise-tts\lib\site-packages\pydantic-2.0a4-py3.9.egg\pydantic\typing.py)
@danishprodesigns
@danishprodesigns Жыл бұрын
'conda' is not recognized as an internal or external command, operable program or batch file.
@Its-Just-Si-Entertainment
@Its-Just-Si-Entertainment 5 ай бұрын
ok i have got it working but it is not using my gpu (radeon rx5500 xt) but it seems to be maxing out my cpu at 100% and takes a very long time. is there any way to have it run through my gpu?
@Emit.Reviews
@Emit.Reviews 5 ай бұрын
It needs cuda cores to run on GPU. Only Nvidia GPUs offer that (you're using AMD)
@owenpaxton4664
@owenpaxton4664 Жыл бұрын
It's unfortunately saying 'ModuleNotFoundError: No module named 'tortoise'' When I try to generate audio
@aaditya.v6194
@aaditya.v6194 Жыл бұрын
samee brother whats the solution
@bazcuda
@bazcuda Жыл бұрын
After "conda install -n base conda-forge::mamba", mine seems to be completely stuck "Solving environment:" with flexible solve. It must be at least an hour by now, whereas all the other steps have whipped through. Anyone know of a solution or should I just abandon this step? EDIT: just found the solution later in these comments :P. I ran "conda install -c base conda-forge::mamba" instead.
@7Grxvity
@7Grxvity Жыл бұрын
Thanks man, i finally didnt get stuck in the download for an hour. Helped alot
@bazcuda
@bazcuda Жыл бұрын
@@7Grxvity You're welcome 👍
@pointandclickcraftd
@pointandclickcraftd Жыл бұрын
When I try to run the first line I get CondaValueError: You have chosen a non-default solver backend (libmamba) but it was not recognized. Choose one of: classic
@bbb-r4d
@bbb-r4d Жыл бұрын
i still have problems on python -m pip install -r ./requirements.txt, after changing to scipy==1.10.1😢😢
@DesilusãodeJack
@DesilusãodeJack Жыл бұрын
hiii, try to put NUMPY to 1.23.0, it will work I think
@jennywakeman4959
@jennywakeman4959 Жыл бұрын
I have problems ... I did everything like you was showing here ... and I am a absolute noob - I get a import error? cannot import name ''annotited''' from ''pydentic typing?'' What is it that I did wrong? Dx halp please
@KR1T1KALZ
@KR1T1KALZ Жыл бұрын
I dont have a tortoise folder for some reason
@FlippedNormal
@FlippedNormal Жыл бұрын
No module named 'tortoise' when I run command to generate
@pumpkinspice2048
@pumpkinspice2048 Жыл бұрын
it keeps saying failed with initial frozen solve. Retrying with flexible solve is it ok to skip mamba installation
@Noel_FGC
@Noel_FGC Жыл бұрын
i got an issue where it said numba needed numpy 1.21 and that 1.20.3 isn't enough, i just went into the requirements.txt and changed the version from 1.20.3 to 1.21 and did python -m pip install -r ./requirements.txt again and its working fine now, just putting this here incase anyone else has similar issues
@thomass863
@thomass863 Жыл бұрын
Thank you mate, you're a star
@Zxxbn9
@Zxxbn9 Жыл бұрын
bro help me i did it but it has the same issue so what i should do. do i need to restart anaconda or what
@jokermitsu7863
@jokermitsu7863 Жыл бұрын
Thanks so much for sharing this. I couldn't have done it without this video. Does anyone know how to have it only create 1 or 2 voice files? Because it can take forever. Thanks!
@prabhanjanswain
@prabhanjanswain Жыл бұрын
Collecting package metadata (current_repodata.json): done Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve.
@syeo501
@syeo501 Жыл бұрын
conda install -n base conda-forge::mamba That line takes ages for me to install. It tried installing a flexible solve but it's not ending
@shaeldor3043
@shaeldor3043 Жыл бұрын
i have the same issue... would be nice if you got any solution yet
@CrappyPastry99
@CrappyPastry99 Жыл бұрын
I keep on getting the "[end of output]" error when reinstalling scipy 1.10.1
@bl3ivids
@bl3ivids Жыл бұрын
ps thank you for the tutorial Emit
@deeber35
@deeber35 Жыл бұрын
Can you change the tone of the voice reading text {e.g. excited, sad, etc}?
@theicewitch9328
@theicewitch9328 Жыл бұрын
I keep getting this error: Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve.
@pogiman
@pogiman Жыл бұрын
all this not working.. can you make updated tutoprial?
@Naveenkumar-ux7rf
@Naveenkumar-ux7rf Жыл бұрын
I messed p in the final step it's saying import error: cannot import 'Annotated' from 'pydantic.typing'. What can I do?
@Isak_Editz
@Isak_Editz Жыл бұрын
Where is my results folder?!
@aaronbeltran9293
@aaronbeltran9293 8 ай бұрын
Awesome video, im getting this error "UserWarning: User provided device_type of 'cuda', but CUDA is not available. Disabling" i got a rtx 4070, any idea why its not working with nvidia card?
@DaniVickie
@DaniVickie Жыл бұрын
Mine it installing the memba section I don’t know how to go about it
@pallathukalam
@pallathukalam Жыл бұрын
Still too many errors. It is nearly impossible for any non-Python expertise to install it on Windows 11. I have been trying for the past 10 days to do it but miserably failed. I am leaving. It is so sad that there are no easy steps to install a Linux module into Windows, even though we are boasting that we have advanced technologies like AI.
@dreadstunlock
@dreadstunlock Жыл бұрын
As if you are that arrogant an naive to think it's the technology problem and not you considering you have so many comments here have it done successfully. Brain a bit more.
@andyest5687
@andyest5687 Жыл бұрын
How big space does it require for a full installation?
@AnimeSaga767
@AnimeSaga767 Жыл бұрын
(EnvironmentNameNotFound: Could not find conda environment: tortoise-tts You can list all discoverable environments with `conda info --envs`) i got this when i typed conda activates tortoise-tts. can anybody help
@spongetrolls
@spongetrolls Жыл бұрын
what if you dont have a graphics card "conda install torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia" your choosing nvidia but not every body has a gpu like me what do in this situation??
@ImpGX
@ImpGX 6 ай бұрын
Everything was going great till the part to find the tortoise tts folder. There's simply no folder by that name on the anaconda3 folder.
@Emit.Reviews
@Emit.Reviews 6 ай бұрын
That means you installed it somewhere else. Try running a search for it
@themalcontent100
@themalcontent100 Жыл бұрын
i don't have the number requirement on my tortise, I am guessing that the creator has updated it since?
@SlimeCore_
@SlimeCore_ Жыл бұрын
Everything worked like a charm, only thing i had to change was the NumPy version to 1.12.0 but now i got the issue when i try to start the text to speech generation i get following error "OSError: cannot load library 'libsndfile.dll': error 0x7e" the file exists atleast so im not sure what could be the problem.
@deusexmachina8423
@deusexmachina8423 10 ай бұрын
Is there a local program i can use instead. I don't want to spend the next months trying to get whatever this is to work?
@toddmacpherson
@toddmacpherson Жыл бұрын
I got to the very end and received this message: Processing dependencies for TorToiSe==2.4.2 error: numpy 1.20.3 is installed but numpy=1.21 is required by {'numba'}. Any idea on how to fix this?
@toddmacpherson
@toddmacpherson Жыл бұрын
I changed requirements.txt to 1.2.1 and proceeded from there with no error. I shall see if it effects anything else.
@SailorNatsu10
@SailorNatsu10 Жыл бұрын
I have a dilemma here. I'm trying to clone a character from Twisted Metal 3's voice. But I can't find a website that's free enough to let me do this.
@cassiewonder3945
@cassiewonder3945 Жыл бұрын
I dont know if im just being dumb, but i cant seem to find the pinned comment showing all the commands? Ive gone through the comments and i cant seem to find it. I think it might just be a prob on my end or im just dumb and not seeing it though
@dracowson
@dracowson Жыл бұрын
I followed the tutorial and everything worked but now when I reopened anaconda prompt the "(base)" before the directory has disappeared and the console says that it does not recognise the conda command "'conda' is not recognized as an internal or external command"
@Emit.Reviews
@Emit.Reviews Жыл бұрын
Hmm. Are you sure you're using Anaconda Promt and not CMD or Terminal? They look the same
@dracowson
@dracowson Жыл бұрын
@@Emit.Reviews it says "The system cannot find the path specified" before loading the promopt
@Emit.Reviews
@Emit.Reviews Жыл бұрын
Hard to tell whats wrong. Maybe try a fresh re-install?
@Nobodyie
@Nobodyie Жыл бұрын
try installing conda not in your "C:\User_name\Anaconda" but instead in "C:\Anaconda" you can do this by opening the anaconda installer with administrator priviledges. This helped me because my "user_name" in my computer has the letter "ó" with this accent mark. This give me problems when establishing the environment variables of the system and PATH. Try using "where conda" on the anaconda prompt after installing the program, and if the command "where conda" returns you two file directories having ...\Library\bin\conda.bat and ...\Scripts\conda.exe then it works!
@pogiman
@pogiman Жыл бұрын
how to change directory on anaconda?
@Gamegururoblox952
@Gamegururoblox952 Жыл бұрын
My mamba shows error when installing it
@darkzip1
@darkzip1 Жыл бұрын
I've gotten it to work with your instructions, but it seems to be CPU bound, is there a better way to get it to utilize my GPU?
@AntsMichigan
@AntsMichigan Жыл бұрын
This is my problem too. I haven't found an answer yet, so If you have, please let me know.
@patrikillyes4728
@patrikillyes4728 Жыл бұрын
Hey thre I was having problems with downloading mamba it took forever and never finished, can u please help?
@MountainLabsYT
@MountainLabsYT Жыл бұрын
Could someone make a tutorial for the stable diffusion webui?
@intelligenttinkering
@intelligenttinkering Жыл бұрын
I can't get it to work with my 3090ti just my cpu can anyone help me please
@default_id
@default_id Жыл бұрын
absolute banger!
@magicfroge174
@magicfroge174 Жыл бұрын
when I try to generate the ai voice it keeps saying "ImportError: Numba needs NumPy 1.21 or greater. Got NumPy 1.20." how do i fix this?
@ld1r128
@ld1r128 Жыл бұрын
same
@SomedayTomorrow369
@SomedayTomorrow369 Жыл бұрын
Hi thx can you do singing , or is it just speech ?
@Emit.Reviews
@Emit.Reviews Жыл бұрын
Hmm its probably only speaking.
@filthyracoon9339
@filthyracoon9339 Жыл бұрын
hello, since this video has been uploaded the requirements.exe has been changed. Do we still need to alter it as is showed in this video?
@AntsMichigan
@AntsMichigan Жыл бұрын
Just copy and paste his requirements back into the newer one. I got mine working with only a few warnings but an 100% uncorrupted audio file in just a few minutes. Hope I'm not too late.
@Faadi-Zzz
@Faadi-Zzz Жыл бұрын
Solving environment: failed with initial frozen solve. Retrying with flexible solve. Solving environment: why is that?
@ashardaniyal6507
@ashardaniyal6507 Жыл бұрын
same
@edvinasgineikis3245
@edvinasgineikis3245 Жыл бұрын
Has anyone found a way to force use the GPU instead of CPU locally?
@grrinc
@grrinc Жыл бұрын
I've been pulling my hair out for days following literally every guide to get gpu active. Not one has worked. The trouble is, I think folk already have some of the software already on their pc's and just assume you do too, which is why they all miss vital steps. Read every comments section... 90% is folk saying things ain't working. However..... I found a solution that worked straight away, plus it has gui, so no command line... It's a Blender addon. I had to pay a few dollars for it, but it was worth it. Zero hassle, gui and working gpu.
@edvinasgineikis3245
@edvinasgineikis3245 Жыл бұрын
@@grrinc please do share if you can !
@plmqazqazplm663
@plmqazqazplm663 Жыл бұрын
Unfortunately, it failed at the Mamba install, not quite sure where to go without
@Emit.Reviews
@Emit.Reviews Жыл бұрын
Hmm Mamba is optional, I use it because it speeds up other steps. Its a completely separate resource
@plmqazqazplm663
@plmqazqazplm663 Жыл бұрын
@@Emit.Reviews Alright, will try without for now. Thanks!
@DanSpartacus
@DanSpartacus Жыл бұрын
There's character limit?
@Enchantaire
@Enchantaire Жыл бұрын
I have been trying for several hours, it still does not work. This repo is not actively maintained by its owner and uses an older version of Python. It may be better to find other options.
@prizegotti
@prizegotti Жыл бұрын
I am getting the same problem, can't install Mamba from the repo.
@mtspiedra
@mtspiedra Жыл бұрын
does it work if i have amd gpu?
@LyllianaofMirrah
@LyllianaofMirrah Жыл бұрын
i this normal?? Solving environment: failed with initial frozen solve. Retrying with flexible solve.
@Emit.Reviews
@Emit.Reviews Жыл бұрын
Yeah that happens. Give it some more time
@LyllianaofMirrah
@LyllianaofMirrah Жыл бұрын
@@Emit.Reviews i think the req files is not available or the site is down?
@kotgadzet4541
@kotgadzet4541 Жыл бұрын
if i had this installed before and i want to install fixed version, do i need to delete all the files related to tortoise?
@Emit.Reviews
@Emit.Reviews Жыл бұрын
Nah, just uninstall anaconda
@dairy831
@dairy831 Жыл бұрын
will this same code work for python 3.11
@marvelcuts0773
@marvelcuts0773 8 ай бұрын
error no module named tortoise
@Nero-yo9bs
@Nero-yo9bs Жыл бұрын
It tells me: error: metadata-generation-failed edit: I had to make sure the requirements.txt was exactly the same as his edit 2: when trying to launch the program it says: OSError: [WinError 193] %1 ist keine zulässige Win32-Anwendung. Error loading "C:\Users\clerc\anaconda3\envs\tortoise-tts\lib\site-packages\torch\lib vfuser_codegen.dll" or one of its dependencies.
@hughsilva5655
@hughsilva5655 Жыл бұрын
What if you use python 3.9.13? Will it still work then or does it HAVE to be 3.9.0?
@MonsterHefe
@MonsterHefe Жыл бұрын
do you know it now?
@caeusa8080
@caeusa8080 Жыл бұрын
error with version of numpy :(
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 62 МЛН
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 15 МЛН
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН
FREE Text to Speech with YOUR Voice with Applio!
18:23
Bob Doyle Media
Рет қаралды 63 М.
How To HACK WiFi Passwords!
9:39
ebola man
Рет қаралды 241 М.
Unveiling the New AI Voice Cloner | OpenVoice
16:36
Wingnut Labs
Рет қаралды 21 М.
How to Clone Any Voice With AI | Tortoise-TTS Tutorial
8:42
Prompt Engineering
Рет қаралды 130 М.
Clone ANY Voice for FREE Using AI & Your PC
6:35
Emit.Reviews
Рет қаралды 280 М.
FREE: Hindi TEXT to SPEECH using Python: Indic #tts
8:03
Hey, Let's Learn Something
Рет қаралды 1,7 М.
How to Check if Someone is Remotely Accessing Your Computer
16:58
Free AI Audio Tools You Won't Believe Exist
17:22
Mike Russell
Рет қаралды 685 М.
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 62 МЛН