nanonomad
  • Joined on 2023-04-29
nanonomad opened issue ecker/ai-voice-cloning#379 2023-09-12 17:33:56 +00:00
Sharing a German fine-tuned model and Latin-1 tokenizer
nanonomad opened issue ecker/ai-voice-cloning#228 2023-05-03 18:58:40 +00:00
Bug/Issue: Incorrect save steps passed to train.yaml
nanonomad commented on issue ecker/ai-voice-cloning#225 2023-05-03 03:01:54 +00:00
Requesting tips to make inference as fast as possible

If you have a large dataset, go to your dataset and rename the audio folder so it doesnt get seen by the UI. Select 10-50 audio samples from the DS audio folder, put these in the voices…

nanonomad commented on issue ecker/ai-voice-cloning#223 2023-05-01 18:45:38 +00:00
Trying to Transcribe but getting error: 'Missing dataset: ./training/voice1//whisper.json'

I think I fixed this with: cd text-generation-webui source ./venv/bin/activate sudo apt install ffmpeg (and maybe a pip install ffmpeg) deactivate

nanonomad commented on issue ecker/ai-voice-cloning#225 2023-05-01 18:24:50 +00:00
Requesting tips to make inference as fast as possible

Fine tune a model,~50-200 epochs. If you have a large dataset, go to your dataset and rename the audio folder so it doesnt get seen by the UI. Select 10-50 audio samples from the DS audio…

nanonomad commented on issue ecker/ai-voice-cloning#213 2023-04-30 20:28:04 +00:00
Amazing Suno-ai generates laugh,sigh and other expressions

Tortoise can laugh and emote if you're able to force it. Try: Lower the sample count, raise iterations, enable condition free tag text with [laughing.] HA-HA-HA-HA-HA-HA-HA-HA-HA-HA-HA-HA,…

nanonomad commented on issue ecker/ai-voice-cloning#222 2023-04-29 23:58:03 +00:00
Adding faster-whisper backend

Well that formatting looks like shit, and I pasted the wrong code. Let's try again ~Line 2020 src/utils.py

	from faster_whisper import WhisperModel
	device = "cuda" if get_device_name() ==…
nanonomad opened issue ecker/ai-voice-cloning#222 2023-04-29 21:47:30 +00:00
Adding faster-whisper backend