diff --git a/Utilities.md b/Utilities.md index 09850e3..e6c843e 100644 --- a/Utilities.md +++ b/Utilities.md @@ -2,8 +2,14 @@ In this tab, you can find some helper utilities that might be of assistance. +### Import/Analyze + For now, an analog to the PNG info found in Voldy's Stable Diffusion Web UI resides here. With it, you can upload an audio file generated with this web UI to view the settings used to generate that output. Additionally, the voice latents used to generate the uploaded audio clip can be extracted. If you want to reuse its generation settings, simply click `Copy Settings`. -To import a voice, click `Import Voice`. Remember to click `Refresh Voice List` in the `Generate` panel afterwards, if it's a new voice. \ No newline at end of file +To import a voice, click `Import Voice`. Remember to click `Refresh Voice List` in the `Generate` panel afterwards, if it's a new voice. + +### Tokenizer + +This section is for debugging purposes while working with custom tokenizer vocabs. You can use this to see how a given input will tokenize. \ No newline at end of file