git.ecker.tech Open in urlscan Pro
2606:4700:3035::6815:47f2  Public Scan

URL: https://git.ecker.tech/mrq/ai-voice-cloning
Submission: On August 02 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

POST /mrq/ai-voice-cloning/action/watch?redirect_to=%2fmrq%2fai-voice-cloning

<form method="post" action="/mrq/ai-voice-cloning/action/watch?redirect_to=%2fmrq%2fai-voice-cloning">
  <input type="hidden" name="_csrf" value="bkcxh02nAe403dAwKY3gbZ3nxHM6MTY5MDk1MDcwOTA4MzkyMDExOQ">
  <div class="ui labeled button" data-tooltip-content="Melde dich an, um dieses Repository zu beobachten." aria-label="Melde dich an, um dieses Repository zu beobachten.">
    <button type="submit" class="ui compact small basic button" disabled="">
      <svg viewBox="0 0 16 16" class="svg octicon-eye" width="16" height="16" aria-hidden="true">
        <path
          d="M8 2c1.981 0 3.671.992 4.933 2.078 1.27 1.091 2.187 2.345 2.637 3.023a1.62 1.62 0 0 1 0 1.798c-.45.678-1.367 1.932-2.637 3.023C11.67 13.008 9.981 14 8 14c-1.981 0-3.671-.992-4.933-2.078C1.797 10.83.88 9.576.43 8.898a1.62 1.62 0 0 1 0-1.798c.45-.677 1.367-1.931 2.637-3.022C4.33 2.992 6.019 2 8 2ZM1.679 7.932a.12.12 0 0 0 0 .136c.411.622 1.241 1.75 2.366 2.717C5.176 11.758 6.527 12.5 8 12.5c1.473 0 2.825-.742 3.955-1.715 1.124-.967 1.954-2.096 2.366-2.717a.12.12 0 0 0 0-.136c-.412-.621-1.242-1.75-2.366-2.717C10.824 4.242 9.473 3.5 8 3.5c-1.473 0-2.825.742-3.955 1.715-1.124.967-1.954 2.096-2.366 2.717ZM8 10a2 2 0 1 1-.001-3.999A2 2 0 0 1 8 10Z">
        </path>
      </svg>Beobachten </button>
    <a class="ui basic label" href="/mrq/ai-voice-cloning/watchers">
								17
							</a>
  </div>
</form>

POST /mrq/ai-voice-cloning/action/star?redirect_to=%2fmrq%2fai-voice-cloning

<form method="post" action="/mrq/ai-voice-cloning/action/star?redirect_to=%2fmrq%2fai-voice-cloning">
  <input type="hidden" name="_csrf" value="bkcxh02nAe403dAwKY3gbZ3nxHM6MTY5MDk1MDcwOTA4MzkyMDExOQ">
  <div class="ui labeled button" data-tooltip-content="Bitte melde dich an, um dieses Repository zu favorisieren." aria-label="Bitte melde dich an, um dieses Repository zu favorisieren.">
    <button type="submit" class="ui compact small basic button" disabled="">
      <svg viewBox="0 0 16 16" class="svg octicon-star" width="16" height="16" aria-hidden="true">
        <path
          d="M8 .25a.75.75 0 0 1 .673.418l1.882 3.815 4.21.612a.75.75 0 0 1 .416 1.279l-3.046 2.97.719 4.192a.751.751 0 0 1-1.088.791L8 12.347l-3.766 1.98a.75.75 0 0 1-1.088-.79l.72-4.194L.818 6.374a.75.75 0 0 1 .416-1.28l4.21-.611L7.327.668A.75.75 0 0 1 8 .25Zm0 2.445L6.615 5.5a.75.75 0 0 1-.564.41l-3.097.45 2.24 2.184a.75.75 0 0 1 .216.664l-.528 3.084 2.769-1.456a.75.75 0 0 1 .698 0l2.77 1.456-.53-3.084a.75.75 0 0 1 .216-.664l2.24-2.183-3.096-.45a.75.75 0 0 1-.564-.41L8 2.694Z">
        </path>
      </svg>Favorisieren </button>
    <a class="ui basic label" href="/mrq/ai-voice-cloning/stars">
									40
								</a>
  </div>
</form>

Text Content

This website requires JavaScript.

Erkunden Hilfe
Registrieren Anmelden

mrq
/
ai-voice-cloning

Beobachten 17
Favorisieren 40
Fork
Du hast bereits einen Fork von ai-voice-cloning erstellt

14
Code Issues 111 Pull-Requests 1 Pakete Projekte Releases Wiki Aktivität

Collection of utilities aimed to voice clone through AI

346 Commits
1 Branch
0 Tags
6.2 MiB
Python 91.5%
Jupyter Notebook 4.4%
Shell 2.2%
Batchfile 1.1%
Dockerfile 0.8%
 
 
 
 
 
master
Datei suchen
HTTPS
ZIP herunterladen TAR.GZ herunterladen BUNDLE herunterladen In VS Code klonen
Cite this repository
APA BibTeX
Abbrechen

mrq ac645e0a20 no longer need to install bark under ./modules/ 2023-07-11
16:20:28 +07:00 bin Initial refractor 2023-02-17 00:08:27 +07:00 models remove
redundant phonemize for vall-e (oops), quantize all files and then phonemize all
files for cope optimization, load alignment model once instead of for every
transcription (speedup with whisperx) 2023-03-23 00:22:25 +07:00 modules added
checkboxes to use the original method for calculating latents (ignores the voice
chunk field) 2023-05-21 01:47:48 +07:00 results Initial refractor 2023-02-17
00:08:27 +07:00 src no longer need to install bark under ./modules/ 2023-07-11
16:20:28 +07:00 training a bit of UI cleanup, import multiple audio files at
once, actually shows progress when importing voices, hides audio metadata /
latents if no generated settings are detected, preparing datasets shows its
progress, saving a training YAML shows a message when done, training now works
within the web UI, training output shows to web UI, provided notebook is cleaned
up and uses a venv, etc. 2023-02-18 02:07:22 +07:00 voices Initial refractor
2023-02-17 00:08:27 +07:00 .dockerignore docker support 2023-04-07 21:52:18
+07:00 .gitignore experimental multi-gpu training (Linux only, because I can't
into batch files) 2023-03-03 04:37:18 +07:00 .gitmodules while I'm breaking
things, migrating dependencies to modules folder for tidiness 2023-03-09
04:03:57 +07:00 Dockerfile docker: add ffmpeg for whisper and general cleanup
2023-04-07 23:14:05 +07:00 LICENSE Initial refractor 2023-02-17 00:08:27 +07:00
README.md I forgot about the changelog and never kept up with it, so I'll just
not use a changelog 2023-03-08 05:14:50 +07:00 notebook_colab.ipynb share if you
2023-03-08 15:59:16 +07:00 notebook_paperspace.ipynb fixed notebooks, provided
paperspace notebook 2023-03-08 03:29:12 +07:00 requirements.txt Freeze pydantic
package to 1.10.11 2023-07-09 02:36:23 +07:00 setup-cuda-bnb.bat setup bnb on
windows as needed 2023-03-16 20:48:48 +07:00 setup-cuda.bat DLAS is PIPified
(but I'm still cloning it as a submodule to make updating it easier) 2023-03-21
15:46:53 +07:00 setup-cuda.sh DLAS is PIPified (but I'm still cloning it as a
submodule to make updating it easier) 2023-03-21 15:46:53 +07:00
setup-directml.bat updated setup-directml.bat to not hard require torch version
because it's updated to torch2 now 2023-04-29 00:50:16 +07:00 setup-docker.sh
docker support 2023-04-07 21:52:18 +07:00 setup-rocm-bnb.sh while I'm breaking
things, migrating dependencies to modules folder for tidiness 2023-03-09
04:03:57 +07:00 setup-rocm.sh DLAS is PIPified (but I'm still cloning it as a
submodule to make updating it easier) 2023-03-21 15:46:53 +07:00 start-docker.sh
docker support 2023-04-07 21:52:18 +07:00 start.bat added PYTHONUTF8 to
start/train bats 2023-03-14 02:29:11 +07:00 start.sh :) 2023-03-14 05:02:14
+07:00 train-docker.sh docker: add training script 2023-04-07 23:15:13 +07:00
train.bat ;) 2023-03-14 15:48:09 +07:00 train.sh ;) 2023-03-14 15:48:09 +07:00
update-force.bat removed the hotfix pip installs that whisperx requires now that
whisperx is gone 2023-03-11 16:55:19 +07:00 update-force.sh DLAS is PIPified
(but I'm still cloning it as a submodule to make updating it easier) 2023-03-21
15:46:53 +07:00 update.bat added button to just load a training set's loss
information, added installing broncotc/bitsandbytes-rocm when running
setup-rocm.sh 2023-03-02 01:35:12 +07:00 update.sh added PYTHONUTF8 to
start/train bats 2023-03-14 02:29:11 +07:00

README.MD



AI VOICE CLONING

This repo/rentry aims to serve as both a foolproof guide for setting up AI voice
cloning tools for legitimate, local use on Windows/Linux, as well as a stepping
stone for anons that genuinely want to play around with TorToiSe.

Similar to my own findings for Stable Diffusion image generation, this rentry
may appear a little disheveled as I note my new findings with TorToiSe. Please
keep this in mind if the guide seems to shift a bit or sound confusing.

> >Ugh... why bother when I can just abuse 11.AI?

You're more than welcome to, but TorToiSe is shaping up to be a very promising
tool, especially with finetuning now on the horizon.

This is not endorsed by neonbjb. I do not expect this to run into any ethical
issues, as it seems (like me), this is mostly for making funny haha vidya
characters say funny lines.


DOCUMENTATION

Please consult the wiki for the documentation.


BUG REPORTING

If you run into any problems, please refer to the issues you may encounter wiki
page first.

Powered by Gitea Version: 1.20.0+dev-568-g1ef43f9bf Seite: 559ms Template: 37ms
Deutsch
Bahasa Indonesia Deutsch English Español Français Italiano Latviešu Magyar nyelv
Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe
Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣)
繁體中文(香港) 한국어
Lizenzen API