tortoise-base / src /webui.py

Commit History

modified logic to determine valid voice folders, also allows subdirs within the folder (for example: ./voices/SH/james/ will be named SH/james)
faa8da1

mrq commited on

should fix #203
02beb1d

mrq commited on

disable diarize button
8f3e944

mrq commited on

a bunch of shit i had uncommited over the past while pertaining to VALL-E
d8b9969

mrq commited on

fixes #185
9f64153

mrq commited on

added VALL-E inference support (very rudimentary, gimped, but it will load a model trained on a config generated through the web UI)
4744120

mrq commited on

only include auto in the list of models under setting, nothing else
9b01377

mrq commited on

added mixing models (shamelessly inspired from voldy's web ui)
f66281f

mrq commited on

x_lim and y_lim for graph
fd9b2e0

mrq commited on

actually make parsing VALL-E metrics work
9856db5

mrq commited on

do not write current whisper.json if there's no changes
19c0854

mrq commited on

Added option to unsqueeze sample batches after sampling
5a5fd9c

mrq commited on

oops
9657c1d

mrq commited on

DLAS is PIPified (but I'm still cloning it as a submodule to make updating it easier)
0c2a916

mrq commited on

VALL-E config edits
34ef046

mrq commited on

forgot to not require it to be relative
2e33bf0

mrq commited on

option to set results folder location
5cb8610

mrq commited on

cleanup, metrics are grabbed for vall-e trainer
249c601

mrq commited on

fixed reload tts being broken due to being as untouched as I am
0408d44

mrq commited on

fixes
f9154c4

mrq commited on

preparations for training an IPA-based finetune
ee8270b

mrq commited on

added options to pick tokenizer json and diffusion model (so I don't have to add it in later when I get bored and add in diffusion training)
363d0b0

mrq commited on

removed redundant training data (they exist within tortoise itself anyways), added utility: view tokenized text
07b684c

mrq commited on

fixes #131
469dd47

mrq commited on

fixes #132
4b952ea

mrq commited on

fixes
fe03ae5

mrq commited on

:)
54036fd

mrq commited on

added mel LR weight (as I finally understand when to adjust the text), added text validation on dataset creation
66ac8ba

mrq commited on

blame https://git.ecker.tech/mrq/ai-voice-cloning/pulls/122
ccbf2e6

mrq commited on

fixed last generation settings not actually load because brain worms
9238df0

ecker commited on

Disable loss ETA for now until I fix it
9594a96

ecker commited on

Merge branch 'master' into save_more_user_config
be8b290

mrq commited on

uh I don't remember, small things
098d7ad

ecker commited on

updated several default configurations to not cause null/empty errors. also default samples/iterations to 16-30 ultra fast which is typically suggested.
233baa4

tigi6346 commited on

Fixed Keep X Previous States
9e320a3

tigi6346 commited on

added option to trim silence using torchaudio's VAD
ede9804

ecker commited on

added fields to offset start/end slices to apply in bulk when slicing
dea2fa9

ecker commited on

rename transcribe button since it does more than transcribe
89bb3d4

ecker commited on

rely on the whisper.json for handling a lot more things
382a3e4

ecker commited on

split slicing dataset routine so it can be done after the fact
94551fb

ecker commited on

added option to not slice audio when transcribing, added option to prepare validation dataset on audio duration, added a warning if youre using whisperx and you're slicing audio
2424c45

ecker commited on

master (#112)
dcdcf85

tigi6346 tigi6346 commited on

rewrote how AIVC gets training metrics (need to clean up later)
7f2da0f

ecker commited on

forgot to fix reset settings to use the new arg-agnostic way
8e890d3

ecker commited on

cleanup
cb273b8

ecker commited on

expose options for CosineAnnealingLR_Restart (seems to be able to train very quickly due to the restarts
7c71f72

ecker commited on

some cleanup
2f6dd9c

ecker commited on

added loss graph, because I'm going to experiment with cosine annealing LR and I need to view my loss
5460e19

ecker commited on

forgot to save the simplified training input json first before touching any of the settings that dump to the yaml
1b18b3e

ecker commited on

forgot to update to finetune subdir
221ac38

ecker commited on